.panel-heading h1 {
  font-size: 20px;
  margin-top: 10px;
  text-align: center;
  font-weight: 700;
}

.home-search {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.home-search .img {
  display: flex;
  position: relative;
  align-items: top;
  justify-content: center;
  width: 100%;
  padding: 50px 0;
}

.home-search .form-inline {
  position: relative;
}

.home-search input {
  width: 100% !important;
  padding-right: 50px;
  height: 50px;
  box-shadow: none;
  border: 1px solid #ccc;
  border-radius: 5px;
  background: #fff;
  font-size: 24px;
  color: #444;
}

.home-search .btn {
  background-color: #9eeae7;
  color: #31708f;
  height: auto;
  font-size: 20px;
  padding: 12px 18px;
  text-align: center;
  margin: 0 auto;
  white-space: normal;
  border-radius: 15px;
}

.home-search .btn:hover {
  opacity: 0.9;
  background-color: #31708f;
  color: #9eeae7;
}

.home-search .search-button {
  display: inline-block;
  font-size: 18px;
  position: absolute;
  top: 0;
  right: 0;
  height: 50px;
  width: 60px;
  text-align: center;
  border-radius: 0 5px 5px 0;
  z-index: 0;
}

.home-search .home-button {
  display: flex;
  margin: 40px auto 0;
  width: 100%;
}

.home-search-content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.home-search-content h2 {
  font-size: 18px;
  font-weight: 700;
}
.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #9eeae7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #31708f;
  background-color: #9eeae7;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.alert-info {
  color: #31708f;
  background-color: #9eeae7;
  border-color: #bce8f1;
}

.navbar-default {
  background-color: #9eeae7;
  border-color: #bce8f1;
}

.no-padding {
  padding: 0px;
}
img.loaded {
  opacity: 1 !important;
  transition: 0.6s ease-out !important;
}

img.lazyload {
  opacity: 0.6;
  transition: 0.6s ease-out;
}

.thumbnail img {
  margin-right: auto;
  margin-left: auto;
  block-size: auto;
  max-inline-size: 100%;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
}

.fa,
.far {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

@keyframes fa-spin {
  0% {
    transform: rotate(0);
  }

  to {
    transform: rotate(1turn);
  }
}

.fa-clock:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-edit:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-expand-arrows-alt:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-lightbulb:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

@font-face {
  font-family: "Font Awesome 5 Brands";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.eot?#iefix)
      format("embedded-opentype"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.woff2)
      format("woff2"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.woff)
      format("woff"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.ttf)
      format("truetype"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-brands-400.svg#fontawesome)
      format("svg");
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.eot);
  src: url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.eot?#iefix)
      format("embedded-opentype"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.woff2)
      format("woff2"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.woff)
      format("woff"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.ttf)
      format("truetype"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-regular-400.svg#fontawesome)
      format("svg");
}

.far {
  font-weight: 400;
}

@font-face {
  font-family: "Font Awesome 5 Free";
  font-display: swap;
  font-style: normal;
  font-weight: 900;
  src: url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.eot);
  src: url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.eot?#iefix)
      format("embedded-opentype"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff2)
      format("woff2"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.woff)
      format("woff"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.ttf)
      format("truetype"),
    url(https://use.fontawesome.com/releases/v5.6.3/webfonts/fa-solid-900.svg#fontawesome)
      format("svg");
}

.fa,
.far {
  font-family: "Font Awesome 5 Free";
}

.fa {
  font-weight: 900;
}
