/* GLOBAL RESET */
body {
  background-color: #000;
  font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4 {
  font-family: 'Poppins', sans-serif;
}
a, a:active, a:focus, button, button:focus, button:active, .btn, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus, .accordion-button:focus {
  outline: none;
  outline: 0;
  border: 0;
  box-shadow: none;
}
.btn, a {
  transition: all .3s;
}
 a:hover {color:#fff;text-shadow: 0 0 10px white,0px 0px 25px red;}
header, section, footer, aside, nav, main, article, figure {
  position: relative;
  display: block;
  width: 100%;
}
/* MEDIA QUERIES */
@media (max-width:767.98px) {
  /* MOBILE PHONE */
  .hero {
    min-height: 600px
  }
  .banner {
    min-height: 110px
  }
  .micro-banner {
    min-height:120px;
  }
  .bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navbar-nav {
    text-align: center
  }
  .social i {
    font-size: 2rem !important;
  }
  a.social {
    height: 64px !important;
    width: 64px !important;
  }
}
@media (min-width:768px) {
  /* TABLET PORTRAIT */
  .hero {
    min-height: 600px
  }
  .banner {
    min-height: 110px
  }
  .micro-banner {
    min-height:180px
  }
  .bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .navbar-nav {
    text-align: center
  }
}
@media only screen and (min-width:768px) and (max-width:991px) {}
@media (min-width:992px) {
  /* TABLET LANDSCAPE */
  .hero {
    min-height: 800px
  }
  .banner {
    min-height: 130px
  }
  .micro-banner {
    min-height: 278px
  }
  .bg-overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}
@media (min-width:1200px) {
  /* DESKTOP */
  .hero {
    min-height: 900px
  }
  .bg-overlay {
    background-color: rgba(0, 0, 0, 0.3);
  }
  .banner {
    min-height: 130px
  }
  .micro-banner {
    min-height: 278px
  }
  .intro p {
    font-size: 1.5rem !important
  }
}
@media (min-width:1400px) {
  /* LG DESKTOP */
}
/* THEME */
.bg-dark {
  background-color: rgba(0, 0, 0, 0.9) !important;
}
.bg-light {
  background-color: #e5e5e5;
}
.navbar {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1.3rem;
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-brand h3 {font-family:"Roboto", "sans-serif";}
.center-logo {position: absolute;top:10px;left:15px;right:0;margin:auto;width:150px;}
.hero {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url("../images/logostill.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.micro-banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-image: url("../images/photos/pbanner1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.banner {
  position: relative;
  overflow: hidden;
  width: 100%;
  background-color: #000;
}
.intro {
  width: [object Object]px;
  height: 40vh;
  background: #F8F8F8;
  border: solid #BDBDBD 0;
  box-shadow: 5px 0 39px rgba(0, 0, 0, 1) inset;
  -webkit-box-shadow: 5px 0 39px rgba(0, 0, 0, 1) inset;
  -moz-box-shadow: 5px 0 39px rgba(0, 0, 0, 1) inset;
}
.intro2 {
  width: [object Object]px;
  background: #F8F8F8;
  border: solid #BDBDBD 0;
 }
.intro p {
  font-size: 1.25rem
}
.social {}
.accordion-item {
  background-color: transparent;
  border-bottom: 1px solid #eee;
}
.accordion-button {
  font-size: 1.5rem;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: transparent;
  display: block
}
.accordion-button:not(.collapsed) {
  color: #fff;
  background-color: #212121;
}
.accordion-body {
  color: #eee;
}
a.social {
  height: 90px;
  width: 90px;
  padding: 0px;
  display: inline-block;
  position: relative;
  overflow: hidden
}
/* Extra utilities */
.flex-equal > * {
  flex: 1;
}
@media (min-width: 768px) {
  .flex-md-equal > * {
    flex: 1;
  }
}

/* Styles applied only to the video with the class 'half-video' */
.half-video {
    width: 50%;
    margin: 0 auto;
}
