@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

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

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-boc;
  -moz-box-sizing: border-box;
  margin: 0;
}

html {
  background-color: black;
}

body {
/*  background-image: url(../content/img/black.jpg); */
}

header {                  /*Video and landing page container*/
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

footer {
  background-image: url('../content/img/img-subscribe.png');
  background-attachment: fixed;
  background-size: contain;
  background-repeat: round;
  width: 100%;
  max-width: 100%;
  height: 20vh;
}

video {
  clear: both;
  left: 50%;
  min-height: 100%;
  min-width: 100%;       /*Default are for 50 %*/
  max-width: 500px;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
}

hr {
  margin-left: 6em;
  margin-right: 6em;
}

h1 {
  font-size: 4em;
  color: white;
  text-align: center;
  margin: 0em 4em 0 4em;
  font-family: 'Bebas Neue', cursive;
}

h2 {
  font-size: 2em;
  color: white;
  text-align: center;
  margin: 2em 10em 0 10em;
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-size: 1.8em;
  margin: .5em 2em 1em 2em
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 648px) {

h1 {
    font-size: 2em;
    margin: 1em 2em 0 2em;
}

h3 {
  font-size: 1em;
}

}

@media screen and (min-width: 649px) and (max-width: 960px) {

  h1 {
      font-size: 2em;
      margin: .5em 2em 0 2em;
  }

  h3 {
    font-size: 1em;
  }

}

@media screen and (min-width: 960px) and (max-width: 1280px) {

  h1 {
      font-size: 2.5em;
      margin: .2em 2em 0 2em;
  }

  h3 {
    font-size: 1.5em;
  }

}


/*Preload----------------*/

#preload {
  position: fixed;
  z-index: 10;
  background-color: black;
  overflow: hidden;
  margin-left: 0em;
  margin-right: 0em;
  min-width: 100%;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  transition: 0.5s;
}

#preload img {
  display: block;
  min-width: 5%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  margin-top: 250px

}



/*NAVIGATION*/
#nav-stripe {
}

.logo {
  display: inline;
  position: relative;
  width: 48px;
  max-width: 48px;
  height: auto;
  padding: .2em;
}

.logo:hover {
  opacity: 0.7;
}



@media screen and (min-width: 320px) and (max-width: 648px) {

  video {
    top: 20%;
  }

  header {
    height: 30vh;
  }


}


@media screen and (min-width: 649px) and (max-width: 960px) {

  video {
    top: 40%;
  }

}



@media screen and (min-width: 960px) and (max-width: 1920px) {

}



/*==================================land logo================================*/

.land-logo {
  display: block;
  position: absolute;
  left: 50%;
  top: 10%;
  transform: translateX(-50%);
}

.land-logo img {
  width: 100%;
  height: auto;
  max-width: 100%;
}

@media screen and (max-width: 648px) {

.land-logo {
}

.land-logo img {
  height: 180px;
  width: auto;
  max-height: 180px;
}

#nav-stripe {
}
}



@media screen and (min-width: 649px) and (max-width: 960px) {

.land-logo {
  top: 20%;
}

.land-logo img {
  height: 420px;
  width: auto;
  max-height: 420px;

}
}

@media screen and (min-width: 960px) and (max-width: 1920px) {



}


/*=====================SECTIONS==================================*/


.wrapper {
  display:flex;
  align-items:center;
  justify-content:center;
  text-align: center;

}


.section-subscribe button {
  position: relative;
  top: -100px;
  width: 350px;
  max-width: 350px;
  padding: 15px 32px;
  margin: 0 2em 0 2em;
  font-size: 2em;
  color: black;
  background-color: white;
  max-width: 400px;
  border-radius: 0;


}

button {
  background-color: #da251e;
  border-style: none;
  border-radius: 10px;
  color: #f6f6f6;
  width: 50%;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-family: 'Bebas Neue', cursive;

}

button:hover {
  background-color: #f6f6f6;
  color: #da251e;
  border: 2px #da251e solid;
  transition: color .5s, background-color 0.2s linear;
}


.go-back {
  position: relative;
  height: 200px;
}

.back {
  position: absolute;
  top: 35%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 2em;
  color: black;
  background-color: white;
  max-width: 300px;
  text-align: center;
  border-radius: 0;
}


@media screen and (min-width:320px) and (max-width: 500px) {


.back {
  top: 30%;
  max-width: 300px;
  font-size: 1.5em;
}

.wrapper {
  display: block;
}

.section-subscribe {
  padding: 1em;
}

.section-subscribe button {
  top: 0;
  font-size: 1em;
  width: 150px;
  margin: 0;
}

}


@media screen and (min-width: 500px) and (max-width: 649px) {

  .back {
    top: 40%;
    max-width: 300px;
    font-size: 1.5em;
  }


  .section-subscribe {
    padding: 1em;
  }

  .section-subscribe button {
    top: 100px;
    font-size: 1em;
    width: 150px;
    margin: 0;
  }

}

@media screen and (min-width: 650px) and (max-width: 960px) {

  .back {
    top: 25%;
    max-width: 300px;
    font-size: 1.5em;
  }

  .section-subscribe {
    padding: 1em;
  }

  .section-subscribe button {
    top: -150px;
    font-size: 1.5em;
    width: 250px;
    margin: 0;
  }

}

.row {
  display: none;
}

@media screen and (min-width: 961px) and (max-width: 1380px) {

}


/*============ARTICLES================*/

.article-about {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100vh;
  background-image: url(../content/img/article-bg.png);
  background-position: center;
  background-size: cover;
}



/*===========PLATFORMLOGOS=============*/

.row {
  display: none;
  justify-content: center;
  overflow: hidden;

}

.column {
  flex: 50%;
}

.column img {
  max-width: 120px;
  position: absolute;
  top: 70%;
  margin: 2em 0 0 4em;
}

@media screen and (max-width: 649px) {

  .row{
    display: none;
  }
}

@media screen and (min-width: 650px) and (max-width: 960px) {

  .row{
    display: none;
  }

  .column img {
    margin: 4em 0 0 10em;
  }
}




/*===========SIGNUP FORM=============*/

.signup-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.signup-image img {
  width: 100%;
  height: auto;
  max-width: 100%;
  position: relative;
  left: 7%;
}


/* Changes the style of the overall form */
#mc_embed_signup {
    background: black;
    color: #f6f6f6;
    padding: 10px;
    text-align: center;
    font-size: 1.5em;
}

#mc_embed_signup h1 {
  margin-top: .4em;
}

/* Styles the header text above the inputs */
#mc_embed_signup h3 {
    font-size: 1.5em;
    margin: .3em 4em 0 4em;
    color: #f6f6f6;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

/* Adds extra space around the input boxes */
#mc_embed_signup .mc-field-group {
    padding: 20px 0;
}

/* Styles the input boxes */
#mc_embed_signup  input {
    width: 300px;
}

/* Styles the subscribe button */
#mc_embed_signup .button {

  background-color: #da251e;
  width: 50%;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  margin-top: 30px;
  font-size: 1.4em;
  color: black;
  background-color: white;
  max-width: 230px;
  border-radius: 0;

}

#mc_embed_signup .button:hover {

  background-color: #f6f6f6;
  color: #da251e;
  border: 2px #da251e solid;
  transition: color .5s, background-color 0.2s linear;
}

@media screen and (min-width: 320px) and (max-width: 590px) {

.signup-image img {
  display: none;

  }

#mc_embed_signup .button {

  width: 80%;
  max-width: 400px;
  font-size: .8em;
}

#mc_embed_signup h3 {
  font-size: .9em;
  margin: .3em 2em 0 2em;
}
}


@media screen and (min-width: 591px) and (max-width: 648px) {

  .signup-image img {
    display: none;

  }

#mc_embed_signup .button {

  width: 40%;
  font-size: 1em;
}

#mc_embed_signup h3 {
    font-size: 1em;
    margin: .3em 2em 0 2em;
}
}

@media screen and (min-width: 649px) and (max-width: 960px) {

  #mc_embed_signup .button {

    width: 40%;
    font-size: 1.3em;
  }

  #mc_embed_signup h3 {
    font-size: 1.2em;
    margin: .3em 2em 0 2em;
  }


}

/*========THANKS MESSAGE=============*/

.thanks-image {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px;
  position: relative;

}

.thanks-image img {
  width: 100%;
  max-width: 160px;
  height: auto;
  margin: auto;
  position: absolute;
  left: 50%;
  top: -30%;
  transform: translateX(-50%;);

}

.thanks-message {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  margin-top: 300px;
}

.thanks-text {
  display: inline-block;
}

.thanks-message h2 {
  color: white;
  font-size: 1.7em;
  margin: 1em 2em 1em 2em;
  text-align: center;
}


@media screen and (max-width: 648px) {

.thanks-image img {
    max-width: 30%;

}

  .thanks-message h1 {
    font-size: 3em;
    margin: 0em 1em 1em 1em;
  }

  .thanks-message h2 {
    font-size: 1.3em;
    margin: .1em 0em 1em 0em;
  }
}


@media screen and (min-width: 649px) and (max-width: 960px) {

  .thanks-image img {
      max-width: 20%;
  }

  .thanks-message h2 {
    font-size: 1.3em;
    margin: 0;
  }

}



/*=====SOCIAL MEDIA ICONS!!!==========*/

/*Global*/

.fa {
    padding: 20px;
    font-size: 30px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 50%;
    float: right;
    color: white;
}

.fa:hover {
    opacity: 0.7;
}

.fa-facebook {
  max-width: 40px;
  height: auto;
  padding: .8em 1.5em;
}

.fa-twitter {
  max-width: 40px;
  height: auto;
  padding: .8em 1.5em;
}

.fa-youtube {
  max-width: 40px;
  height: auto;
  padding: .8em 1.5em;
}

.fa-feed {
  max-width: 40px;
  height: auto;
  padding: .8em 1.5em;
}

.fa-instagram {
  max-width: 40px;
  height: auto;
  padding: .8em 1.5em;
}

.fa-blog {
  max-width: 40px;
  height: auto;
  padding: .5em 2em;
  font-style: normal;
  text-align: center;
}
