@import url("https://fonts.googleapis.com/css?family=Hammersmith+One&display=swap");
@font-face {
  font-family: 'Fiesta';
  font-style: normal; 
  src: url(../fonts/Fiesta.woff) format('woff');
}
@font-face {
  font-family: 'Nunito';
  font-style: normal;
  src: url(../fonts/Nunito.woff) format('woff');
}


html {
  height: 100%;
}
body {
  background: #1d1d1d;  
  min-height: 100%;
  font-family: "Nunito";
}

strong {
  color: unset; 
}

#logo {
  font-family: "Hammersmith One", sans-serif;
  font-size: 18px;

  letter-spacing: 2px;
  line-height: 16px;
  width: 60px;
  margin-right: 25px;
  text-shadow: 0px 0px 20px #ffffff;
}

#social-media > a {
  padding: 0 5px;
  color: #eee;
  font-size: 130%;

  zoom: 1.01; /* removes some jagedness */
}
#social-media > a:hover {
  filter: drop-shadow(0px 0px 10px #3273dc);
  color: #8fbaff !important; 
}

.navbar-menu.is-active {
  background: #eee;
}

.navbar-item.top:hover {
  text-shadow: 0 0 10px #3273dc;
  color: #8fbaff !important; 
}
.navbar-item.top:hover .navbar-item {
  text-shadow: none;
  background: none;
}
.navbar-item.top:hover .navbar-item:hover {
  text-shadow: 0 0 10px #3273dc;
}

.product {
  /* background-image: linear-gradient(
      rgba(0, 0, 0, 0) 0%,
      rgba(0, 0, 0, 0) 50%,
      rgb(0, 13, 32) 100%
    ),
    url(images/backgrounds/PortRender.png); */
  background-color: #020202;
  background-image: linear-gradient(
      rgba(0, 0, 0, 0) 50%,
      rgba(2, 2, 2, 0.5) 60%,
      rgba(2, 2, 2, 0.85) 80%,
      rgb(2, 2, 2) 100%
    ),
    url(../images/backgrounds/PortRender.jpg); 
  background-size: cover;
  min-height: 400px;

  text-align: center;
}

.product .title {
  color: #eee;
  font-family: "Hammersmith One", sans-serif;
  font-size: 48px;
  letter-spacing: 10px;
  text-transform: capitalize;

  text-shadow: 0px 0px 5px black;

  margin-top: 100px;
  /* margin-top: 152px; */ /* experiment 1 */
}
/* .navbar {
  position: absolute;
  width: 100%;
  border-bottom: 1px solid black;
  box-shadow: 0 0 10px 0px #000000;
  background-color: #0a0a0ab8 !important;
} */ /* experiment 1 */

.product .subtitle {
  color: #eee;
  font-family: "Hammersmith One", sans-serif;
  font-size: 24px;
  letter-spacing: 4px;
  text-transform: capitalize;

  text-shadow: 0px 0px 5px black;
}

.furtherinfo {
  color: #ddd;
  margin: 0 auto;
  max-width: 700px;
  margin-top: 200px;
  text-shadow: 0 0 12px #9c9c9c;
}

.section.info {
  background: linear-gradient(rgb(0, 13, 32), #020202);
  text-align: center;
}
.section.info div {
  max-width: 700px;
}
.section.info p {
  margin: 0 auto;
  font-size: 15px;
  color: #ccc;
}

.section.clips {
  background: #111;
}

.clips .video-container {
  width: 100%;
  height: 350px;
  background: rgb(136, 152, 172);
}

.video-wrapper {
  position: relative;
  padding-top: 56.25%;

  box-shadow: 0px 0px 20px 0px black;
}

.section.faq {
  background: #1d1d1d;
  padding: 100px 0;
  color: #eee;
}

.faq a {
  color: #fff;
  text-decoration: underline;
}
.faq .item {
  margin: 40px;
}

.faq .question {
  text-transform: uppercase;
  font-size: 22px;
  padding: 10px 0;
  text-shadow: 0 0 8px #3273dc; 
}
.faq .answer {
  text-shadow: 0 0 2px black;
}

.faq .answer p {
  margin-bottom: 10px;
  text-indent: 2px;
}

.faq .question,
.faq .answer {
  max-width: 700px;
  margin: 0 auto;
}

footer {
  background: #020202;
  min-height: 100px;
  text-align: center;
}
footer .social-media-header {
  color: #EEE;
  text-transform: capitalize;
}
footer .social-media {
  font-size: 34px;
}
footer .social-media a {
  padding: 0 10px;
}

#copyright {
  color: #eee;
  font-size: 14px;
  text-shadow: 0 0 5px #3273dc;
}

.product-clips-sep {
  background: linear-gradient(3deg, #111 50%, #060e1d 50.5%, #020202 51%);
  height: 100px;
}

.clips-faq-sep {
  background: linear-gradient(3deg, #1d1d1d 50%, #010101 50.5%, #111 51%);
  height: 100px;
}

.faq-footer-sep {
  background: linear-gradient(3deg, #020202 50%, #1d1d1d 51%);
  height: 100px;
}

@media screen and (max-width: 450px) {
  body {
    font-size: 12px;
  }
  #social-media > a {
    font-size: 18px;
    padding: 0 5px;
  }
  footer .social-media a {
    padding: 0 5px;
  }

  .product .title {
    margin-top: 40px;
    font-size: 28px;
    letter-spacing: 5px;
  }
  .product .subtitle {
    margin-top: 40px;
    font-size: 18px;
    letter-spacing: 1px;
  }

  .furtherinfo {
    margin-top: 125px;
  }

  .section.faq {
    padding: 20px 0;
  }
}
@media screen and (max-width: 360px) {
  #social-media > a {
    font-size: 16px;
    padding: 0 4px;
  }
}
/* bulma fix for IE */ 
@media (min-width: 1024px) {
  .navbar-item.is-hoverable:hover .navbar-dropdown {
    display: block;
  }
}
