.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;

}

.navMenu:hover {
  background-color: #00A2B1;
  border: 1px solid #fff;
}

body {
  margin: 0px;
  padding: 0px;
}

.card-heade {
  color: #000;
  font-size: 20px;
}

#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: slideIn 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;
}

.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 #ffffff;
  background-color: #00A1B1;
  color: #f2f2f2;

}

.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;
}


#headerHold {
  background-image: url('//www.candlewoodlakerealestate.com/images/buyingoncandlewoodlake.jpg');
}


nav>.nav.nav-tabs {

  border: none;
  color: #fff;
  background: #272e38;
  border-radius: 0;

}

nav>div a.nav-item.nav-link {
  border: none;
  padding: 18px 25px;
  color: #00A1B1;
  background: #e9ecef;
  border-radius: 0;
}

nav>div a.nav-item.nav-link.active {
  border: none;
  padding: 18px 25px;
  background: #00A1B1;
  color: #fdfdfd;
  border-radius: 0;
}

nav>div a.nav-item.nav-link.active:after {
  content: "";
  position: relative;
  bottom: -54px;
  left: -8%;
  border: 15px solid transparent;
  border-top-color: #00A1B1;
}

.tab-content {
  background: #fdfdfd;
  line-height: 25px;
  border: 1px solid #ddd;
  border-top: 5px solid #00A1B1;
  border-bottom: 2px solid #00A1B1;
  padding: 30px 25px;
}

nav>div a.nav-item.nav-link:hover,
nav>div a.nav-item.nav-link:focus {
  border: none;
  background: #00A1B1;
  color: #fff;
  border-radius: 0;
  transition: background 0.20s linear;
}

#buyerPic {
  float: left;
  width: 300px;
  height: auto;
  margin-right: 15px;
  margin-bottom: 0px;
}

.lakeActivities p {
  font-size: 1.1em;
}

@media screen and (max-width: 400px) {
  h5 {
    font-size: 17px;
  }

  p {
    font-size: 16px;
  }

  h4 {
    font-size: 22px;
  }

  h1 {
    font-size: 22px;
    text-align: center;
  }

  .aboutUs {
    margin-top: 15%;
  }
}

@media screen and (max-width: 980px) {
  nav>div a.nav-item.nav-link.active:after {
    content: "";
    position: relative;
    bottom: -50px;
    left: -10%;
    border: 15px solid transparent;
    border-top-color: #00A1B1;
  }
}

.list-group-item:hover {
  background-color: #f2f2f2;
}

.shopHeading {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: bold;
}

.modal-content .close {
  width: 24px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 9;
}

.modal-content {
  padding-top: 8px;
}

.modal-content p {
  margin: 0;
}