.bg-cover {

  background-size: cover;
  color: white;
  background-position: center center;
  position: relative;
  z-index: -2;
  box-shadow: 3px 3px 5px grey;
}

.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;
}

#navbarResponsive>a {
  font-weight: bold;
  font-size: 15px;
}

a:hover {
  text-decoration: none;
}

a {
  color: #00A2B1;
}


.tableHead {
  background-color: #e9ecef;
}

.teal {
  color: #00A2B1;
}

.bold {
  font-weight: bold;
}

.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;
}

/* 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: -10px;
  box-shadow: 3px 3px 5px grey;
}

.btn-primary {
  border: 1px solid #00A1B1;
  background-color: #00A1B1;
}

.infoButton {
  box-shadow: 2px 5px 7px grey;
  background-color: #00A2B1;
  color: #ffffff;
}

.infoButton:hover {
  box-shadow: 1px 2px 3px grey;
  background-color: #00A2B1;
  color: #ffffff;
}

.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;
}

.collapse>a {
  margin-left: 20px;
}

#headerHold {
  background-image: url('../images/candlewoodLakeMap.jpg');
  width: 960px;
  height: 300px;
  background-size: cover;
}


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: -60px;
  left: -10%;
  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: 5px 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;
}

.getMapButtons {
  box-shadow: 2px 5px 7px grey;
}

@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;
  }

  .aboutUs {
    margin-top: 15%;
  }
}

.centerItemsFlex {
  display: flex;
  justify-content: center;
  align-items: center;
}
#mapButton {
  border: none;
  color: #fff;
  background-image: linear-gradient(30deg, #00a1b2, #4ce3f7);
  border-radius: 20px;
  background-size: 100% auto;
  font-family: inherit;
  font-size: 17px;
  padding: 0.6em 1.5em;
  }

  button:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: pulse512 1.5s infinite;
  }

  @keyframes pulse512 {
  0% {
    box-shadow: 0 0 0 0 #05bada66;
  }

  70% {
    box-shadow: 0 0 0 10px rgb(218 103 68 / 0%);
  }

  100% {
    box-shadow: 0 0 0 0 rgb(218 103 68 / 0%);
  }
}
