/* Reset CSS */

/* Media Queries */
@media screen and (max-width:700px){
  h1{
    color: blue;
  }
  .container1{
    border-width: 10px 10px 10px 10px !important;
  }
  .container2, .container4{
    border-width: 0px 10px 10px 10px !important;
  }

  .container3{
    border-width: 0px 0px 10px 0px !important;
  }
  .container1b{
    border-width: 0px 0px 0px 0px !important;
    font-family: 'Alte Haas Grotesk';
    font-size: 5vw !important;
    text-align: center;
    width: calc(100vw - 100px);
    height: calc(50vh - 50px);
    line-height: calc(56vh - 100px)!important;
    border: 2.3vw solid blue;
    margin: 50px;
    margin-bottom: 0px;
    padding: 2.3vw;
    position: absolute;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 10;
    opacity:0;

    -webkit-transition: opacity 1s ease-in-out;
    -moz-transition: opacity 1s ease-in-out;
    transition: opacity 1s ease-in-out;
  }

  .emaildiv{
    width: calc(100vw - 100px);
    height: calc(50vh - 50px);
    line-height: calc(56vh - 100px) !important;
    border: 2.3vw solid transparent;
    border-width: 0px 0px 0px 0px  !important;
    margin: 50px;
    margin-bottom:0px;
    padding:2.3vw !important;
    position: absolute;
    overflow: hidden;
      left: 0;
      top: 0;
    z-index:30;

    -webkit-transition: opacity 4s ease-in-out;
    -moz-transition: opacity 4s ease-in-out;
    transition: opacity 4s ease-in-out;
  }
  .visible{
    opacity: 1;
  }

.email {
    background: transparent ;
    border: none;
    text-align: center;
    font-size: 5vw !important;
    font-family:'Alte Haas Grotesk';
    color: black;
    line-height: calc(56vh - 100px)!important;
    width: 100%;
    position: relative;
    }


    .container3_inner{
      height: 100%;
      font-family:'Alte Haas Grotesk';
      font-size:2.6vw;
      color:#2E64FE;
      line-height: 3vw;
      text-align: center;
      opacity: 0;
      -webkit-transition: opacity 1s ease-in-out;
      -moz-transition: opacity 1s ease-in-out;
      transition: opacity 1s ease-in-out;
    }

    }

    .mobile input#mc-embedded-subscribe {
      position: absolute;
        bottom: 2rem;
        right: 2.6rem;
        font-family:'Alte Haas Grotesk';
          font-size: 5vw !important;
          color: #FFE874

    }



@font-face {
    font-family: 'Alte Haas Grotesk';
    src: url('fonts/AlteHaasGrotesk_Bold.eot');
    src: url('fonts/AlteHaasGrotesk_Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/AlteHaasGrotesk_Bold.woff') format('woff'),
        url('fonts/AlteHaasGrotesk_Bold.ttf') format('truetype');
    font-style: normal;
}

html, body {
  z-index: 1;
  font-size: 16px;
  font-size: 100%;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a, button, input, label {
  cursor: pointer
}

*, *:after, *:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

ul, li {
  list-style: none;
  margin: 0;
  padding: 0
}

*{
  margin: 0px;
  padding: 0
}

/* Your CSS */


h1{
  color: red;
}


.container0{
  width:100vw;
  height: 50vh;
  left:0;
  top:50vh;
  position:absolute;
}

a{color: #2E64FE;
text-decoration: underline; }
a:hover{color: none;
}


.container1{
  width: calc(100vw - 100px);
  height: calc(50vh - 50px);
  border: 25px solid #0040FF;
  margin: 50px;
  margin-bottom:0;
  position: absolute;
    left: 0;
    top: 0;
  background-color: #F78181;
  z-index:9;
}

.container1b{
  font-family:'Alte Haas Grotesk';
  font-size: 6.5vw;
  text-align: center;
  color: #FFE874;
  width: calc(100vw - 100px);
  height: calc(50vh - 50px);
  line-height: calc(43.5vh - 100px);
  border: 2.3vw solid transparent;
  margin: 50px;
  margin-bottom:0px;
  padding:2.3vw;
  position: absolute;
  overflow: hidden;
    left: 0;
    top: 0;
  opacity:0;
  z-index:10;

  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.container2{
  width: calc(30% - 50px);
  height: calc(100% - 50px);
  border: solid #0040FF;
  border-width: 0px 25px 25px 25px;
  margin: 0;
  margin-left: 50px;
  background-color: #848484;
  float:left
}

.container2 {
  cursor: pointer;
	color:#FF0000;
	background: linear-gradient(-90deg, #F78181, #FA5858, #FF0000, #FA5858, #F78181);
	background-size: 400% 400%;
	-webkit-animation: Gradient 8s ease infinite;
	-moz-animation: Gradient 8s ease infinite;
	animation: Gradient 8s ease infinite;
}

@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
  }
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

/*.container2 {*/
        background:red;
        animation:myfirst 1s;
      -moz-animation:myfirst 2s infinite; /* Firefox */
    -webkit-animation:myfirst 2s infinite; /* Safari and Chrome */
      }

      @-moz-keyframes myfirst /* Firefox */
    {
    0%   {background:#848484;}

  100%   {background:#BDBDBD;}
    }

        @-webkit-keyframes myfirst /* Safari and Chrome */
    {
    0%   {background:#848484;}

    100%   {background:#BDBDBD;}
    }

/*.container2{*/
      border: 25px solid hsl(0, 100%, 50%);
      -moz-animation: rainbow 1s infinite; /* Firefox */
      -webkit-animation: rainbow 3.5s infinite alternate; /* Safari and Chrome */
    }
    @-webkit-keyframes rainbow {
      0% {border-color: hsl(0, 100%, 50%);}
      100% {border-color: hsl(255, 100%, 50%);}
    }
    @-moz-animation rainbow rainbow {
      0% {border-color: hsl(0, 100%, 50%);}
      100% {border-color: hsl(255, 100%, 50%);}
    }

.dots{
  width: 100vw;
  height: 100vh;
  position: fixed;
  z-index: 11;
  pointer-events: none;
}

.container3{
  cursor: help;
  width: calc(40%);
  height: calc(100% - 50px);
  line-height: 100%;
  text-align: center;
  /*position: absolute;*/
  border: solid #2E64FE;
  border-width: 0px 0px 25px 0px;
  margin: 0;
  margin-bottom: 25px;
  background-color: #FFE874;
  float:left
}



.container3_inner{
  height: 100%;
  font-family:'Alte Haas Grotesk';
  font-size:2.6vw;
  color:#2E64FE;
  line-height: 3vw;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

.container3_inner:hover, .container3_inner.hover{
  opacity: 1;
}

.chute {
    border-radius:40px;
    width:5vw;
    height:5vw;
    background:#FFE874;
    position:absolute;
    z-index: 20;
    opacity: 0.99;
    left: 50vw;
    top: 70vh;
}

.emaildiv{
  width: calc(100vw - 100px);
  height: calc(50vh - 50px);
  line-height: calc(43.5vh - 100px);
  border: 2.3vw solid transparent;
  margin: 50px;
  margin-bottom:0px;
  padding:2.3vw;
  position: absolute;
  overflow: hidden;
    left: 0;
    top: 0;
  opacity: 0;
  -webkit-transition: opacity 4s ease-in-out;
  -moz-transition: opacity 4s ease-in-out;
  transition: opacity 4s ease-in-out;
}

.visible{
  opacity: 1;
  z-index: 22;
}
.email {
    background: transparent;
    border: none;
    text-align: center;
    font-size: 6.5vw;
    font-family:'Alte Haas Grotesk';
    color: black;
    line-height: calc(43.5vh - 100px);
    width: 100%;
    position: relative;
    z-index:21;

}
.email:focus{
  outline-width: 0;
}

textarea:focus, input:focus{
    outline: none;
}

.container4{
  width: calc(30% - 50px);
  height: calc(100% - 50px);
  /*position: absolute;*/
  margin: 0;
  border: solid #0040FF;
  border-width: 0px 25px 25px 25px;
  background-color: #848484;
  float:left;
  cursor: pointer;
}

body {
-webkit-transition: background-color 2s linear;
-moz-transition: background-color 2s linear;
-ms-transition: background-color 2s linear;
-o-transition: background-color 2s linear;
transition: background-color 2s linear;
}

.container4 {
        background: ;
        animation:myfirst 1s;
        -moz-animation:myfirst 2s infinite; /* Firefox */
        -webkit-animation:myfirst 2s infinite; /* Safari and Chrome */
      }


      @-moz-keyframes myfirst /* Firefox */
    {
    0%   {background:#58FA58;}

  100%   {background:#cecece;}
    }

        @-webkit-keyframes myfirst /* Safari and Chrome */
    {
    0%   {background:#58FA58;}

    100%   {background:#cecece;}
    }





    /*.container4{
          border: 25px solid hsl(0, 100%, 50%);
          -moz-animation: rainbow 1s infinite; /* Firefox */
          -webkit-animation: rainbow 4s infinite alternate; /* Safari and Chrome */
        }
        @-webkit-keyframes rainbow {
          0% {border-color: hsl(0, 100%, 50%);}
          100% {border-color: hsl(255, 100%, 50%);}
        }
        @-moz-animation rainbow {
          0% {border-color: hsl(0, 100%, 50%);}
          100% {border-color: hsl(100, 100%, 50%);}
        }*/

}


/* Media Queries */
/*.container2,.container3,.container4{
  width: 33.3%;
  height: 100%;
  /*position: absolute;*/
  margin: 0;
  border: 25px solid blue;
  background-color: #FFE874;
  float:left
}*/
/*.container3
{
width: 800px;
height: 250px;
border: 25px solid blue;
padding: 25px;
margin: 0;
position: absolute;
  left: 50px;
  top: 200px;
background-color: #FA5858

}*/
