/*
 * Custom translucent site header
 */

.site-header {
  background-color: #ffffff;
}
.site-header a {
  color: #333;
  transition: ease-in-out color .15s;
}
.site-header a:hover {
  color: #000;
  text-decoration: none;
}

.logoImage { 
  max-width: 100px;
}

.link-container a {
  margin-left: 20px;
}

.banner-background {
  background-color: #CBE5EA;
  border-radius: 50px;
}

.banner-left button {
  word-break: keep-all;
  margin-left: 10px;
}

.banner-description {
  font-size: 1.8rem;
}

.bannerImage {
  max-width: 500px;
}

.findnarHomeScreenImage {
  max-width: 100%;
}

.page-container-responsive {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  margin: auto;
}

.findnarFeatureImage {
  max-width: 50px;
}

.appImage {
  max-width: 200px;
}

.h-text {
  font-size: 10px;
  color: #ffffff;
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  background-color: #FF5B06;
  border-radius: 3px;
  vertical-align: middle;
}

.horizontal-line {
  height: 1px;
  background-color: #ece6e6;
}

.font-size-normal {
  font-size: 1.4rem;
}

.font-size-small {
  font-size: 1.25rem;
}

.font-size-large {
  font-size: 2.6rem;
}

@media (min-width: 1128px) {
  .page-container-responsive {
    width: 1080px !important;
  }
}

@media (min-width: 744px){
  .page-container-responsive {
    width: 696px;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

.overflow-hidden { overflow: hidden; }
