/* Coming Soon */
/*
 * Globals
 */

/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
}

.cover-heading-small {
  font-family: KelptSansB2Regular;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 0.5;
}

.cover-heading {
  font-family: KelptSansB1;
  text-transform: uppercase;
  font-size: 100px;
}

.cover-contact-n {
  font-family: KelptSansB2Light;
  font-size: 35px;
}
.cover-contact-e {
  font-family: KelptSansB2Light;
  font-size: 30px;
}

.kelpt-light {
  font-family: KelptSansB2Light;
  font-size: 18px;
  text-align: left;
}

/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgba(255, 255, 255, .5);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.logo {
  height: 70px;
}

.btn-social {
 font-size: 35px;
 margin-right: 10px;
}

.btn-menu {
  background-color: #ffffff;
  text-transform: uppercase;
  font-family: KelptSansB1;
  text-shadow: none;
  border-radius: 0;
  width: 200px;
  height: 52px;
  line-height: 2.2;
  font-size: 20px;
  transition: all .1s ease-in-out;
}

.btn-menu:hover {
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
  transform: scale(1.1);
}

.style-c {
  background-color: #00000075;
}

.button-div {
  padding: 135px 0px 0px 0px;
}


.span-loc {
  text-align: left;
}






/* Header Styles */
.header-main {
  background-color: #151515;
}

.header-main .logo {
  height: 40px;
}

.nav-link {
  color: #ffffff !important;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  margin: 0px 5px;
}

.nav-link:hover {
  color: #00b26f !important;
}

.navbar-logo {
  padding: 7px 0px;
}

/* Gallery Styles */
.gallery-grid {

}

.gallery-grid-item {
  padding-right: 8px;
  padding-bottom: 16px;
  padding-left: 8px;
}

.gallery-grid-item>a:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  transition: opacity .3s;
  opacity: 0;
  background-color: rgba(0,0,0,.5);
}

.gallery-heading {
  margin-bottom: 2.5rem;
}

.gallery-subheading {
  margin-top: -1.5rem;
}

/* Google Maps Styles */
#map {
  height: 420px;
  width: 100%;
}

/* Footer Styles */
.section-footer {
  background-color: #151515;
  padding: 70px 0px;
  font-size: 14px;
}

.footer-heading {
  color: #00b26f;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 500;
  padding-bottom: 20px;
}

.footer-copyright {
  margin-top: 15px;
}

.footer-copyright:before {
    display: inline-block;
    width: 3rem;
    margin-right: 1rem;
    content: "";
    vertical-align: middle;
    border-top: 1px solid #777;
}

.footer-open {

}

.footer-info {
  list-style: none;
  padding: 0;
}

.footer-info li {
  padding-bottom: 5px;
}

.footer-info a {
  text-decoration: none;
  color: #6c757d!important;
}

.footer-info i {
  margin-right: 5px;
}

.footer-open-days {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
}

.footer-open-time {
  padding-bottom: 7px;
}