
.bg-cover {
    
  background-size: cover;
  color: white;
  background-position: center center;
  position: relative;
  z-index: -2;
}

.overlay {
  background-color: #fff;
  opacity: 0.0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.navMenu {
  border: 1px solid #00A2B1;
  background-color: #00A2B1;
  color: #fff;
  margin-left: 5px; /* take out if need room on navbar */
}
.navMenu:hover {
  background-color: #00A2B1;
  border: 1px solid #fff;
}
body {
  margin: 0px;
  padding: 0px;
}
.card-heade {
    color: #000;
    font-size: 18px;
}
#navbarResponsive > a {
  font-weight: bold;
  font-size: 15px;
}
a:hover {
  text-decoration: none;
}
a {
  color: #00A2B1;
}
#helpfulLinks > li{
  list-style-type: none;
  margin-top: 10px;
  text-align: center;
  margin-left: -30px;
}
.testName {
  color: #00A2B1;
}
.tableHead {
  background-color: #e9ecef;
}
.teal {
  color: #00A2B1;
}
.bold {
  font-weight: bold;
}
.bg-cover-buying {
  background-image: url('../buying/images/HEADER.jpg');
  background-size: cover;
  color: white;
  background-position: center center;
  position: relative;
  z-index: -2;
  height: 300px;
} 
.item-fade-in {
  -webkit-animation: fadeIn 3s ; /* Chrome, Safari, Opera */
  animation: fadeIn 3s ;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes fadeIn {
  from {opacity: 0.0;}   
  to {opacity: 1;}
}

/* Standard syntax */
@keyframes fadeIn {
  from {opacity: 0.0;}
  to {opacity: 1;}
}

.item-fade-grow {
  -webkit-animation: fadeGrow 3s ; /* Chrome, Safari, Opera */
  animation: fadeGrow 3s ;
}
  /* Chrome, Safari, Opera */
  @-webkit-keyframes fadeGrow {
    from {opacity: 0.2; width: 0px; height: auto;}
    to {opacity: 1; width: 300px; height:auto;}
  }

  /* Standard syntax */
  @keyframes fadeGrow {
    from {opacity: 0.2; width: 0px; height: auto;}
    to {opacity: 1; width: 300px; height: auto;}
  }

  .item-slide-in {
    -webkit-animation: fadeGrow 3s ; /* Chrome, Safari, Opera */
    animation: slideIn 2s ;
  }
    /* Chrome, Safari, Opera */
    @-webkit-keyframes slideIn {
      from {width: 0px; height: auto;}
      to { width: 41px; height:auto;}
    }
  
    /* Standard syntax */
    @keyframes SlideIn {
      from {width: 0px; height: auto;}
      to {width: 41px; height: auto;}
    }
    
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0; 
 }
 .logo-overlay {
  width: 260px;
  height: auto;
 }
 .ellen-overlay {
  height: 300px;
  width: auto;
  position: absolute;
  left: 80%; 
  top: 10%; 
 }
.nav-styles {
  background-color: #00A2B1; 
  border-radius: 5px; 
  margin-bottom: 15px;
  margin-top: 0px; 
  box-shadow: 3px 3px 5px grey;
}
.btn-primary {
  border: 1px solid #00A1B1;
  background-color: #00A1B1;
}
.infoButton:hover {
  border: 1px solid #00A1B1;
  background-color: #00A1B1;
  color: black;
}
.container-shadow {
  box-shadow: 2px 2px 7px grey;
  border-radius: 10px; 
  padding: 10px;
}
.social-media-div {
  position:relative;
  min-width:960px;
}
#iconContainer {
  position: fixed;
  right:5px;
  top:50%;
}
div[id^='IDX-slideshowGallery-'] {
  overflow: hidden;
}
/* center nav elements on collapse */
.navbar .navbar-collapse {
  text-align: center;
  }
  @media screen and (max-width: 400px) {
    h5{
        font-size:17px;
    }
    p{
      font-size: 16px;
    }
    h4{
      font-size: 17px;
    }
    h1{
      font-size: 22px;
      text-align: center;
    }
    h2{
      font-size: 22px;
      text-align: center;
    }
  }