html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
}
a {
  outline: 0;
  text-decoration: none;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before, q::after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
nav ul {
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline;
}

/* Reset */


html {
  font-family: 'Poppins', sans-serif;
  font-weight: 300;
  font-size: 14px;
  background-color: black;
}

b {
  font-weight: 500;
}

b > a {
  font-weight: 500;
  text-decoration: none !important;
}

p {
  font-size: 1em;
}

@media (max-width: 1200px) {
  html { 
    font-size: 13px; 
  }
  p, li {
    font-size: 1.1em;
  }
}
@media (max-width: 1100px) {
  html { font-size: 12px; }
  p, li {
    font-size: 1.15em;
  }
}
@media (max-width: 1000px) {
  html { font-size: 12px; }
  p, li {
    font-size: 1.2em;
  }
}
@media (max-width: 900px) {
  html { font-size: 11px; }
  p, li {
    font-size: 1.25em;
  }
}

.body,
.standard {
  background-color: white;
}

h1, h2, h3, h4 {
  color: #f60;
  background: -webkit-linear-gradient(#f60, #a31a83);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

h1 {
  font-size: 1.6em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.4em;
}
h4 {
  font-size: 1.3em;
}
h5 {
  font-size: 1.2em;
}
h6 {
  font-size: 1.15em;
}

p {
  margin: 0.75em 0;
  line-height: 2em;

}

article sup {
  vertical-align: super;
  line-height: 1;
}

article li {
  margin: 0.75em 0;
  line-height: 1.5em;

}

article li:before {
  color: #212121;
}

footer {
  font-size: 1rem;
  background-color: black;
  color: white;
  text-align: center;
}

footer .grid-2 {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}

footer a {
  color: white;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
  font-weight: 600;
}

/* nav */

.mobicons {
  display: none;
}

nav .nav-wrapper {
  z-index: 101;
  font-size: 1.25rem;
  background: rgba(0,0,0,0.75);
  position: fixed;
  top: 0;
  width: 100%;
  height: 110px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, height 0.25s linear;
}

nav.sml .nav-wrapper {
  font-size: 1.15rem;
  background: rgba(0,0,0,.97);
  height: 75px;
  transition: background-color 0.15s ease, box-shadow 0.15s ease, height 0.25s linear;
  box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.75);
}

nav .nav-wrapper {
  
}

nav .logo {
  display: block;
  background-image: url('../images/aes70explorer-logo-w.svg');
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center left;
  float: left;
  margin-left: 30px;
  height: 100%;
  width: 234px;
}

nav ul.deskicons {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  flex-direction: row;
  list-style: none;
  position: fixed;
  z-index: 101;
  height: 110px;
  right: 20px;
  transition: height 0.25s linear;
}

nav.sml ul.deskicons {
  height: 75px;
  transition: height 0.25s linear;
}

nav ul.deskicons li {
  padding: 0 1.25rem;
}

nav ul.deskicons li:nth-child(n+5) {
  padding: 0 .5rem;
}

nav ul.deskicons li div {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

nav ul.deskicons li div a {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
}

nav .active,
nav a:hover, 
nav a:focus {
  color: #ff6600 !important;
  border: 0px;
}

.hero {
  width: 100%;
  position: relative;
  max-height: 548px;
  transition: max-height 0.25s linear;
  overflow: hidden;
  display: inline-block;
}

.hero img {
  display: block;
  width: 100%;
  object-fit: cover;
  object-position: bottom center;
  height: 548px;
  z-index: 0;
}


article img,
div img {
  max-width: 100%;
}

@media (max-width: 1000px) {
  .hero {
    max-height: 688px;
    transition: max-height 0.25s linear;
  }
}
@media (max-width: 900px) {
  .hero {
    max-height: 608px;
    transition: max-height 0.25s linear;
  }
}
@media (max-width: 800px) {
  .hero {
    max-height: 548px;
    transition: max-height 0.25s linear;
  }
}

.hero .st-container {
  z-index: 1;
  position: absolute;
  left: 0px;
  top: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  transition: width 0.25s ease;
  font-size: 200%;
}

.hero .statement {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin: 0 auto;
  width: 100%;
  max-width: 1180px;
}

.hero .statement * {
    color: white !important;
  -webkit-text-fill-color: white;
}

.hero .statement header {
  padding-left: 20px;
}

.hero .statement .md-slog {
  font-weight: 600;
  font-size: 70%;
  background: rgba(0,0,0,.6);
  margin: 0;
  padding: 5px 15px;
  white-space: nowrap;
  display: inline-block;
}

.hero .statement h1 {
  font-weight: 800;
  font-size: 2.5em;
  color: white !important;
  background: rgba(0,0,0,.6);
  -webkit-text-fill-color: white;
  text-fill-color: white;
  margin: 4px 0 0 0;
  padding: 5px 15px;
  white-space: nowrap;
  display: table;
}

.hero .statement .sml-slog {
  font-size: 70%;
  font-weight: 300;
  background: rgba(0,0,0,.6);
  margin: 0;
  padding: 5px 15px;
  white-space: nowrap;
  display: inline-block;
}

.hero .sauron {
  width: 100%;
  height: 250px;
  bottom: 0px;
  position: absolute;
  max-width: 1180px;
  grid-column-gap: 1em;
  padding: 1em;
}

.hero .oca-hero {
  background-image: url('/images/sauron.png');
  background-size: 100% 70%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: left center;
  width: 100%;
  height: 200px;
}

.oca-hero svg {
  width: 51%;
  height: auto;
}

.grid-container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 2em;
}

.grid-1 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-template-rows: 1fr;
}

.grid-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.col-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
}

.grid-2 article {
  background: rgba(201, 201, 201, 0.25);
  padding: 2em;
  border-radius: 10px;
}

.grid-2 .grid-col-content {
  position: relative;
  max-width: 100%;
}

.grid-emb-2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin: 2em 0;
  grid-column-gap: 2em;
}

.grid-emb-2 div:first-child {
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-emb-2 div:last-child {
  display: flex;
  align-items: center;
  justify-content: left;
}

.grid-emb-2 ul li {
  padding-block-end: 20px;
  white-space: nowrap;
}

.grid-emb-1-11 {
  display: grid;
  grid-template-columns: 15% 85%;
  margin: 2em 0;
  padding-right: 2em;
  grid-column-gap: 2em;
  padding-block-end: 2em;
}

.grid-emb-1-11 div:first-child {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.white {
  color: white !important;
}

.black {
  color: black !important;
}

.grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  padding: 2em;
}

.grid-3 .grid-col-content {
  position: relative;
  max-width: 100%;
}

.grid-3 .grid-col-content > span {
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: height 0.25s linear;
}

@media (max-width: 1100px) {
  .grid-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 1.5em;
  }
  .grid-3 .grid-col-content > span {
    height: 240px;
    transition: height 0.25s linear;
  }
}

@media (max-width: 1000px) {
  .grid-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 1.5em;
  }
  .grid-3 .grid-col-content > span {
    height: 220px;
    transition: height 0.25s linear;
  }
}

@media (max-width: 880px) {
  .grid-3 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding: 1em;
  }
  .grid-3 .grid-col-content > span {
    height: 200px;
    transition: height 0.25s linear;
  }
}

@media (max-width: 767px) {
  .grid-3 .grid-col-content > span {
    height: 170px;
    transition: height 0.25s linear;
  }
}

@media (max-width: 700px) {
  .grid-3 .grid-col-content > span {
    height: 150px;
    transition: height 0.25s linear;
  }
}

.grid-3 .grid-col-content.oca-logo > span img {
  width: 65%;
}

.grid-3 .grid-col-content.aes70-monitor > span img {
  width: 70%;
}

.animation {
  overflow: hidden;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation img {
  animation: 24s autoplay infinite;
  position: absolute; 
  visibility: hidden;
  width: 90%;
}


@keyframes autoplay {
  0% {visibility: visible}
  25% {visibility: hidden}
}

.animation img:nth-child(1) {animation-delay: 0s}
.animation img:nth-child(2) {animation-delay: 6s}
.animation img:nth-child(3) {animation-delay: 12s}
.animation img:nth-child(4) {animation-delay: 18s}

/* install */

.grid-1.install article {
  padding: 2em;
}

.install ol {
  list-style: decimal;
  list-style-position: inside;
}

.alsa-pi.pi img {
  max-width: 90%;
  margin: 0 auto;
}

code {
  border: 1px solid rgba(104,104,104,0.4);
  border-top: 17px solid rgba(104,104,104,0.4);
  border-radius: 3px;
  padding: 10px;
  background-color: rgba(0,0,0,0.9);
  font-size: .9em;
  color: white;
  position: relative;
  display: block;
  margin-bottom: 1.55em;
}

code::before {
  content: "\2022";
  color: red;
  position: absolute;
  top: -15px;
  left: 0px;
  width: 15px;
  height: 15px;
  font-size: 200%;
  line-height: 15px;
}

.codeblocks code {
  border: 1px solid rgba(104,104,104,0.4);
  border-top: 1px solid rgba(104,104,104,0.4);
  border-radius: 1px;
  padding: 10px;
  background-color: rgba(0,0,0,0.9);
  font-size: .9em;
  color: white;
  position: relative;
  display: block;
}

.codeblocks code::before {
  content: "";
  top: 0;
  height: 0;
  width: 0;
  display: none;
}

.alsa-animation-watch {
  display: flex;
  min-height: 130px;
  filter: grayscale(100%); transition: 
  filter .3s ease-in-out;
  max-width: 100%px;
  margin: 0 auto;
  position: relative;
}

.alsa-animation-watch img {
  max-width: 100%;
  cursor: pointer;
}

.alsa-animation-watch:hover {
  filter: none;
}

 .alsa-animation-watch div:last-child {
   display: flex;
   align-items: center;
   justify-content: center;
   position: absolute;
   width: 100%;
   height: 100%;
  cursor: pointer;
 }

 .alsa-animation-watch div:last-child:before {
  font-size: 600%;
  color: rgba(205,205,205,0.9);
  transition: color .5s;
  text-shadow: none;
 }

 .alsa-animation-watch:hover div:last-child:before {
  color: #f60;
  transition: color .5s;
  text-shadow: 1px 1px 8px rgba(0,0,0,0.4);
 }

.watch-text {
  padding-top: 10px;
  text-align: center;
}

/* small screen */

@media (max-width: 767px) {

  .body {
    padding-bottom: 0px;
  }

  footer {
    padding: 20px 0;
  }

  /* MOBILE NAV + adjustments */

  nav .nav-wrapper {
    font-size: 1.15rem;
    background: rgba(0,0,0,.97);
    height: 75px;
    transition: background-color 0.15s ease, box-shadow 0.15s ease, height 0.25s linear;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
  }

  nav a.logo {
    display: block;
    background-size: auto auto;
    background-repeat: no-repeat;
    background-position: center left;
    float: left;
    margin-left: 20px;
    height: 100%;
    width: 180px;
  }

  nav ul.deskicons {
    height: 75px;
    display: none; 
    background-color: rgba(0,0,0,1);
  }

  nav ul.deskicons li {
    font-size: 1.25rem;
    text-align: center;
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 5px 10px;
  }

  nav ul.deskicons li a {
    display: block;
  }

  nav ul.deskicons li:nth-child(n+5) {
    display: none !important;
    padding: 0 .5rem;
  }

  nav.show ul.deskicons {
    display: block;
    background-color: rgba(0,0,0,1);
    transition: background 0.5s ease;
    position: relative;
    padding: 0;
    margin: 0;
    padding-top: 85px;
    z-index: 100;
    height: auto;
    right: initial;
    box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.5);
  }

  nav.show {
    height: auto;
    position: relative;
  }

  nav.show ul.deskicons li {
    display: block;
  }

  nav.show ul.deskicons li div {
    display: block;
  }

  nav.show ul.deskicons li div a {
    font-size: 150%;
  }


/* mobicons */

  .mobicons,
  nav.show ul.mobicons {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    list-style: none;
    position: fixed;
    z-index: 101;
    height: 75px;
    right: 20px;
    transition: height 0.25s linear;
  }

  nav.sml ul.mobicons {
    height: 75px;
    transition: height 0.25s linear;
  }

  nav ul.mobicons li {
    padding: 0px 0.25em;
  }

  nav ul.mobicons li:nth-child(n+4) {
    padding-left: 1em;
  }

  nav ul.mobicons li div {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  nav ul.mobicons li div a {
    text-transform: uppercase;
    font-size: 1.75rem;
    font-weight: 500;
    text-decoration: none;
    color: #fff;
  }

  .nav-toggle {
    height: auto;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 100;
    cursor: pointer;
  }

  .nav-toggle:before {
    content: "";
    display: block;
    background-color: white;
    border-top: 3px solid rgba(255,255,255,1);
    border-bottom: 3px solid rgba(255,255,255,1);
    background-clip: content-box;
    padding: 5px 0;
    height: 3px;
    width: 20px;
    z-index: 102;
    cursor: pointer;
    transition: transform 0.5s;
  }

  nav.show .nav-toggle:before {
    transform:rotate(90deg);
    transition: transform 0.5s;
    border-top: 3px solid rgba(255,255,255,0);
    border-bottom: 3px solid rgba(255,255,255,0);
  }

  .hero {
    max-height: 300px;
    transition: max-height 0.25s linear;
  }

  .hero .st-container {
    width: auto;
    min-width: 100%;
    font-size: 160%;
    padding: 10px;
  }

  .hero .statement header {
    padding-left: 0px;
  }

  .hero .oca-hero {
    position: absolute;
    background-image: url('/images/sauron.png');
    background-size: 98% 70%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: left center;
    width: 150px;
    height: 100px;
    bottom: -10px;
    right: 0px;
  }

  .oca-hero svg {
    width: 80%;
  }

  .grid-3 {
    display: block;
    padding: 0;
  }

  .grid-3 article {
    padding-bottom: 3em;
  }
  .grid-3 .grid-col-content {
    position: relative;
    max-width: 100%;
  }

  .grid-3 .grid-col-content > span {
    height: 200px;
    width: 70%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: height 0.25s linear;
  }

  .grid-3 .grid-col-content.oca-logo > span img {
    object-fit: cover;
  }

  .grid-3 .grid-col-content.aes70-monitor > span img {
    object-fit: cover;
  }

  .animation img {
    object-fit: cover;
    height: 200px;
    width: auto;
  }

  .grid-2 {
    display: block;
  }

  .grid-2 article {
    margin-bottom: 2em;
  }

}

