/*!
* Start Bootstrap - Based on Grayscale (https://startbootstrap.com/template-overviews/grayscale)
* Copyright 2013-2017 Start Bootstrap
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-grayscale/blob/master/LICENSE)
*/

body {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;

  position: relative;
  width: 100%;
  height: 100%;
  color: white;
  background-color: black;
}

html {
  width: 100%;
  height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0 0 24px;
  letter-spacing: 1px;
  /*text-transform: uppercase;*/
}
@media (max-width: 575px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 0 0 16px;
  }

  h1 {
    font-size: 1.8rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  h3 {
    font-size: 1.25rem;
  }
  h4 {
    font-size: 1.1rem;
  }
  h5 {
    font-size: .9rem;
  }
  h6 {
    font-size: .75rem;
  }
}


p {
  font-size: 18px;
  line-height: 1.6;
  margin: 0 0 35px;
}
@media (max-width: 575px) {
  p {
    font-size: 14px;
    line-height: 1.4;
    margin: 0 0 25px;
  }
}

a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #86b3c2;
}
a:focus, a:hover {
  text-decoration: none;
  color: #528191;
}

#mainNav .navigator_fix {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

@media (max-width: 575px) {
  #mainNav .navigator_fix {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

#mainNav {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: black;
  text-align: right;
}
#mainNav .navbar-toggler {
  padding: 11px 0 11px 0;
  font-size: 20px;
  border: 0;
  color: white;
}
#mainNav .navbar-brand {
  font-size: 20px;
}

#mainNav a {
  color: white;
}
#mainNav .navbar-nav .nav-item {
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  padding-left: 12px;
  font-size: 16px;
}
#mainNav .navbar-nav .nav-item:hover {
  color: fade(white, 80%);
  outline: none;
  background-color: transparent;
}
#mainNav .navbar-nav .nav-item:active, #mainNav .navbar-nav .nav-item:focus {
  outline: none;
  background-color: transparent;
}

@media (max-width: 575px) {
  #mainNav .navbar-brand {
    font-size: 16px;
  }
  #mainNav .navbar-toggler {
    padding: 9px 0 9px 0;
    color: white;
    font-size: 14px;
  }
  #mainNav .navbar-nav .nav-item {
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    font-size: 13px;
  }
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    -moz-transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    transition: background 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s;
    letter-spacing: 1px;
    border-bottom: none;
    background: transparent;
  }
  #mainNav.navbar-shrink {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    background: black;
  }
  #mainNav .nav-link.active {
    outline: none;
    background-color: rgba(255, 255, 255, 0.3);
  }
  #mainNav .nav-link.active:hover {
    color: white;
  }
}

.masthead {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 580px;
  text-align: center;
  color: white;
  background-color: black;
  padding-bottom: 40px;
}
.masthead .intro-body {
  display: table-cell;
  vertical-align: bottom;
}
.masthead .intro-body .brand-heading {
  font-size: 38px;
}
.masthead .intro-body .intro-text {
  font-size: 18px;
}

.breaker {
  position: relative;
  display: table;
  height: 50%;
  width: 100%;
  padding: 0px 0;
  text-align: center;
  vertical-align: bottom;
  color: white;

  background-color: black;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
@media (min-width: 768px) {
  .breaker {
    height: 100%;
    padding: 0;
  }
}

.btn-circle {
  font-size: 26px;
  width: 55px;
  height: 55px;
  margin-top: 15px;
  line-height: 45px;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  color: white;
  background: rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  border-radius: 100% !important;
}
.btn-circle:focus, .btn-circle:hover {
  color: grey;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
}


#map {
  width: 100%;
  height: 300px;
}

.content-section {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .content-section {
    padding-top: 80px;
    padding-bottom: 60px;
    /* min-height: 100%; */
  }
}
@media (min-height: 920px) {
  .content-section {
    /* min-height: 50%; */
  }
}

.contact-section {
  padding-top: 40px;
  padding-bottom: 50px;
}
@media (min-width: 768px) {
  .contact-section {
    padding-top: 80px;
    padding-bottom: 0px;
  }
}

.video-section {
  padding-top: 19px;
  padding-bottom: 19px;
  text-align: justify !important;
}
@media (min-width: 768px) {
  .video-section {
    padding-top: 26px;
    padding-bottom: 26px;
  }
}

.breaker-p {
  margin: 0;
}


.footer-section {
  padding: 0;
}

.btn {
  font-family: 'Cabin', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 400;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
  border-radius: 0;
}

.btn-default {
  color: #86b3c2;
  border: 1px solid #86b3c2;
  background-color: transparent;
}
.btn-default:focus, .btn-default:hover {
  color: black;
  border: 1px solid #86b3c2;
  outline: none;
  background-color: #86b3c2;
}

ul.banner-social-buttons {
  margin-top: 0;
}
@media (max-width: 1199px) {
  ul.banner-social-buttons {
    margin-top: 15px;
  }
}
@media (max-width: 767px) {
  ul.banner-social-buttons li {
    display: block;
    margin-bottom: 20px;
    padding: 0;
  }
  ul.banner-social-buttons li:last-child {
    margin-bottom: 0;
  }
}

footer {
  padding-top: 20px;
  padding-bottom: 1px;
}
footer p {
  font-size: 14px;
  margin: 0;
}

::-moz-selection {
  background: rgba(255, 255, 255, 0.25);
  text-shadow: none;
}

::selection {
  background: rgba(255, 255, 255, 0.25);
  text-shadow: none;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0.25);
}
