@import url("https://fonts.googleapis.com/css?family=Lato:100,300,400,700,900");

@import url('https://fonts.googleapis.com/css?family=Voltaire&display=swap');

@font-face {
  font-family: "sapce-and-astro";
  src: url("/webfonts/space_and_astronomy-webfont.woff2") format("woff2"),
    url("/webfonts/space_and_astronomy-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

html {
  position: initial;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: "Lato", sans-serif;
  width: 100%;
  position: relative;
}

img {
  width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -ms-transform: translateZ(0);
  /* IE 9 */
  -webkit-transform: translateZ(0);
  /* Chrome, Safari, Opera */
  transform: translateZ(0);
}

*:focus,
*:focus-within,
*:focus-visible,
*:active,
*:target {
  outline: none !important;
}

a:hover {
  text-decoration: none;
}

.headBar a,
footer a {
  color: white !important;
  font-family: "Lato", sans-serif !important;
}

.headBar a,
.headBar a.dropdown-item {
  font-size: 14px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  text-decoration: none!important;
  text-shadow: none !important;
  transition: none !important;
  -webkit-transition: none !important;
}

.headBar a:hover,
.headBar a.dropdown-item:hover {
  text-decoration: none!important;
}

a:hover.dropdown-item {
  color: black !important;
  font-weight: 700 !important;
  text-shadow: none !important;
}

footer ul>li a:hover {
  color: lightgrey !important;
}

ul {
  padding: 0;
}

.dropdown-menu {
  background-color: rgba(0, 0, 0, 0.8) !important;
  margin: 0.9rem 0 0;
}

footer {
  background-color: black !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  color: white !important;
  padding: 10px;
  text-align: center !important;
  font-family: 'Lato', sans-serif;
  width: 100%;
  z-index: 50;
  background-size: cover;
  position: relative;
}

.divider {
  position: relative;
  height: 1px;
}

.div-transparent:before {
  content: "";
  position: absolute;
  top: 0;
  left: 5%;
  right: 5%;
  width: 90%;
  height: 2px;
  background-image: linear-gradient(to right, transparent, white, transparent);
}

footer span {
  display: block;
  margin: 5px 0;
}

footer li {
  list-style-type: none;
  display: inline-block;
  text-align: center;
  margin: 0 10px;
}

footer a {
  opacity: 0.6 !important;
}

footer a:hover {
  opacity: 1 !important;
}

footer .container {
  text-transform: uppercase;
}

footer #warcradle-logo {
  max-width: 450px;
  padding: 30px 0
}

footer #warcradle-logo>a {
  transition: all 0.5s !important;
}

.social-icons {
  color: #eee;
  -webkit-transition: all 0.5s !important;
  /* Safari */
  transition: all 0.5s !important;
  font-size: 2.5rem
}

.social-icons a:hover {
  opacity: 1 !important;
}

.instagram-social:hover {
  background: radial-gradient(circle at 30% 107%,
      #fdf497 0%,
      #fdf497 5%,
      #fd5949 45%,
      #d6249f 60%,
      #285aeb 90%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  display: unset;
}

.navbar-toggler:focus {
  outline: none;
}

footer small {
  margin: 10px !important;
  color: white !important;
  text-align: center !important;
  opacity: 0.5 !important;
  font-size: 12px !important;
}

.headBar {
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 4;
  text-align: left;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  font-family: "Lato", sans-serif;
  z-index: 999;
}

.headBar li {
  margin-right: 40px;
}

.iframe-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%;
  /*16:9 Aspect Ratio*/
  max-width: 700px;
  margin: 0 auto 0 auto
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

#navbarWarcradle {
  transition: none;
}

#warcradle-template-main-body {
  position: relative;
}

/* Scroll To Top */
#scrollToTop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  opacity: 0.7;
}

#scrollToTop:hover {
  background-color: #555;
  /* Add a dark-grey background on hover */
  opacity: 1;
}

/* Lightbox */

#lightbox-video {
  position: fixed;
  display: none;
  width: 100vw;
  height: 100vh;
  z-index: 20002;
  top: 0;
  left: 0;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: rgba(17, 17, 17, 0.9);
}

#lightbox-video iframe {
  max-width: 100%;
  box-shadow: 0px 0px 10px black;
}

#lightbox-video #close {
  position: absolute;
  bottom: calc(50% - 203px);
  right: calc(50% - 15px);
  background-color: white;
  color: black;
  height: 30px;
  width: 30px;
  border-radius: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  box-shadow: 0px 0px 10px black;
}

/* Maps */
div#warcradleMapContainer h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: hsl(0, 0%, 17%);
  position: relative;
  font-family: 'Voltaire', sans-serif;
  text-align: center;
}

div#warcradleMapContainer p {
  color: #212529;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  margin-bottom: 9px;
}

div#warcradleMapContainer span.tag {
  display: inline;
  padding: 3px 6px;
  background-color: #666;
  border-radius: 3px;
  color: #fff;
  line-height: 2;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .headBar li {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .dropdown-menu.show {
    background-color: transparent !important;
    border: none !important;
  }

  .headBar a,
  .headBar li {
    text-align: center !important;
  }

  .headBar ul {
    margin-top: -40px;
  }

  .dropdown-menu {
    margin: 0;
  }

}