button {
  border-radius: 6px;
  position: relative;
  background-color: white;
  color: blue;
  border: none;
  font-size: 13px;
  padding: 8px;
  padding-top: 3px;
  padding-bottom: 5px;
  font-weight: bold;
  margin: 2px;
  text-align: center;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}

button:after {
  content: '';
  background: #f1f1f1;
  display: block;
  position: absolute;
  padding-top: 300%;
  padding-left: 350%;
  margin-left: -20px !important;
  margin-top: -120%;
  opacity: 0;
  transition: all 0.3s;
  outline: none;
}

button:active:after {
  padding: 0;
  margin: 0;
  opacity: 1;
  transition: 0s;
  outline: none;
}

body {
  width: 89%;
  padding-top: 75px;
}

.search-container {
  max-width: 490px;
  display: table;
  margin: 0 auto;
  margin-top: -50px;
  transition: all 2s ease 0s;
}

video {
  width: 100%;
}

video:focus {
  outline: none;
}

.centered-video-div {
  max-width: 520px;
  display: table;
  margin: 0 auto;
  vertical-align: center;
}

@media only screen and (max-width: 600px) {
  .search-container {
    max-width: 490px;
    width: 80%;
    margin-top: -50px;
    margin-left: 10px;
    margin-right: 20px;
    transition: all 2s ease 0s;
  }

  .centered-video-div {
    width: 90%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  .search-container {
    max-width: 490px;
    width: 80%;
    margin-top: -50px;
    margin-left: 10px;
    margin-right: 20px;
    transition: all 2s ease 0s;
  }
}

.search-container-middle {
  max-width: 550px;
  vertical-align: center;
  width: 100%;
  display: table;
  margin: 0 auto;
  margin-top: 160px;
}

@media only screen and (max-width: 600px) {
  .search-container-middle {
    max-width: 490px;
    width: 80%;
    margin-left: 10px;
    margin-right: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .search-container-middle {
    max-width: 490px;
    width: 80%;
    margin-left: 10px;
    margin-right: 20px;
  }
}

input#search-bar {
  width: 100%;
  height: 45px;
  padding: 0 15px;
  font-size: 1rem;
  border: 1px solid #d0cfce;
  outline: none;
}

input#search-bar:focus {
  border: 1px solid #008abf;
  transition: 0.35s ease;
  color: #008abf;
}

input#search-bar:focus::-webkit-input-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus::-moz-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

input#search-bar:focus:-ms-placeholder {
  transition: opacity 0.45s ease;
  opacity: 0;
}

.search-icon {
  display: none;
  position: relative;
  float: right;
  width: 35px;
  height: 35px;
  top: -41px;
  right: -15px;
}

body * {
  font-family: 'Avenir', Arial, Helvetica, sans-serif;
}

body {
  background-color: '#FCFCFC';
}

@media only screen and (max-width: 600px) {
  .search-icon {
    top: -42px;
    right: -35px;
  }

  input#search-bar {
    margin: 0 auto;
  }
}

.login:hover {
  text-decoration: underline !important;
}

.main-modal {
  display: none;
  opacity: 0.9;
  position: absolute;
  z-index: 1000;
  width: 150px;
  height: auto;
  background-color: #1974d2;
  border-radius: 6px !important;
  color: white;
}

.main-modal p {
  margin-left: 10px;
}

.main-modal p:hover {
  cursor: pointer;
}

.keyword-modal {
  z-index: 10000;
  top: 15%;
}

.keyword-modal .modal-body {
  overflow-y: scroll;
  height: 360px;
}

.login-links {
  float: right;
  font-size: 13px;
}

.login-links a {
  text-decoration: none;
}

.maps-container {
  margin-top: 35px;
  margin-left: 35px;
}

.map {
  height: 150px;
  min-width: 28rem;
  max-width: 28rem;
  border: 1px solid rgb(225, 224, 224);
  border-radius: 13px;
}

.map:hover {
  cursor: pointer;
}

.card {
  border: 0px !important;
  opacity: 0.6;
  margin: 9px;
  float: left;
  border-radius: 13px !important;
}

.card:hover {
  opacity: 1;
}

.map-handler {
  display: none;
  float: right;
  margin-top: -9px;
  margin-right: 6px !important;
  right: 26px;
}

.map-handler:first-child {
  right: 6px;
}

.map-handler:hover {
  cursor: pointer !important;
}
