@font-face {
    font-family: "Arian";
    src: url("../fonts/6b366b3fb0c60e41028afb295df3f8ae.eot");
    src: 
url("../fonts/6b366b3fb0c60e41028afb295df3f8ae.woff") format("woff"),
url("../fonts/6b366b3fb0c60e41028afb295df3f8ae.ttf") format("ttf"),
url("../fonts/6b366b3fb0c60e41028afb295df3f8ae.svg") format("svg");

}

body {
    margin: 0;
    background-color:#151515;
    color: white;
    font-family: 'Arian';
    text-align: center;
}

img {
    width: 80%;
    padding-top: 30px;
}

.cd-main-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: alpha(var(--cd-color-3), 0.1);
    box-shadow: var(--shadow-md);
    z-index: var(--zindex-fixed-element);
  }
  
  .cd-main-header__container {
    display: flex;
    height: 100%;
    /* align-items: center; */
  }
  
  .cd-main-header__logo {
      display: block;
  }
  
.cd-main-bg {
    color: white;
}

  .cd-section {
    display: flex;
    justify-content: center;
    position: relative;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0;
    font-size: var(--text-md);
    z-index: 2;
  }

  .cd-section h1{
      font-size: 2.5em;

  }

  .cd-section h2{
      padding: 80px;
  }

  .cd-section h3{
      padding: 60px;
      padding-bottom: 80px;
      font-size: 1.6em;
      font-weight: 300;
  }

  .cd-section h4{
    padding: 10px;
    padding-bottom: 10px;
    font-size: 1.3em;
    font-weight: 300;
}

  .cd-section--bg-fixed {
    min-height: 65vh;
    box-shadow: none;
    z-index: 1;
  }

  .logo {
      font-size: 6em;
  }
  
      .cd-section--bg-fixed {
        background-attachment: fixed;
  }
  
  .cd-section:nth-child(1) {
    background-image: url("../img/sup-smooth.png");
  }
  
  .cd-section:nth-child(2) {
    background-color: var(--cd-color-2);
  }
  
 
    .text-component {
        margin-top: 140px;
  }

  .email-component {
      margin-top: 0;
  }

.email-component h2{
    padding-bottom: 20px;
}

  .email-component h3 {
      padding-top: 0;
  }

section:nth-child(3) > div > div > h3 {
  padding-bottom: 0;
}

  
  .cd-section:nth-child(5) {
    background-image: url("../img/cd-background-3.jpg");
  }
  
  .cd-section:nth-child(7) {
    background-image: url("../img/cd-background-4.jpg");
  }

  #thefile {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 100;
  }
  
  #canvas {
    position: fixed;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
  }
  
  audio {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 0;
  }

.play-button {
    position: fixed;
    width: 50px;
    height: 70px;
    top: 20px;
    left: 20px;
    background-color: #151515;
    opacity: 0;
    z-index: 99;
    cursor: pointer;
}

.playing-text {
    position: fixed;
    top: 20px;
    left: 20px;
    opacity: 0;
    z-index: 98;
}

.visible {
    opacity: 1;
}

#speaker {
    padding: 0;
}

.flag {
    position: fixed;
    top: -10px;
    right: 20px;
    width: 60px;
    height: 70px;
    z-index: 101;
}

#mc_embed_signup {
  background:none;
  clear: left;
  font-size: 1.4em;
}

#mc_embed_signup .button {
  font-family: 'Arian';
  color: #151515;
  background-color: white;
  font-size: 1em;
}

#mc_embed_signup .button:hover {
  color: white;
  background-color: #151515;
  border: 1px solid white;
}

#mc_embed_signup .mc-field-group input{
  width: 50%;
}

#mc_embed_signup .mc-field-group {
  left: 25%
}

#mc_embed_signup .clear {
  left: 25%;
}

input#mc-embedded-subscribe {
  position: relative;
  left: 25%;
}

#mc_embed_signup .indicates-required {
  text-align: center;
  font-size: 11px;
  margin-left: 35%;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
  position: absolute;
  left: -180px;
  background-color: #151515;
  top: 50px;
}

#mc_embed_signup #mce-success-response {
  position: absolute;
  right: -310px;
  top: 180px;
  color: white;
}

#mc_embed_signup #mce-error-response {
  margin-left: 20%;
}

@media only screen and (max-width: 600px) {
  
  #mc_embed_signup .mc-field-group {
    left: 5%
  }
  #mc_embed_signup .mc-field-group input{
    width: 90%;
  }
  
  #mc_embed_signup .clear {
    left: 5%;
  }
  .flag {
    right: 40px;
    top: 20px;
  }
  .play-button{
    left: 40px;
  }
  .playing-text {
    width: 60%;
  }
  h1{
    margin: 0px 10px;
  }
}

a {
  color: rgb(201, 201, 201);
  z-index: 100;
}

#footer {
  padding: 50px 20px 20px;
  position: absolute;
}
