body{
    margin: 0;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.burger{
   display: none;
}

.toggle{
    display: none;
}
#myimage{
    background-image:url(images/headline.png);
    width: 50px;
    height: 50px;
    cursor: pointer;
}
#mydiv{
    display: none;
    background-color:white;
    width: 500%;
    padding: 10px;
    line-height: 50px;
}
#mydiv a{
    text-decoration: none;
    color: black;
}
.toggle:checked + #myimage + #mydiv{
    display: block;
}
.alinks{
    width:100px ;
    height: 10px;
    display: block;
}























header{
    position: sticky;
    top: 0;
}
.header{
    background-color: #00a74a;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: space-between;
}
.logo{
  width: 200px;
  height: 80px;
  margin: 10px;
}
.logo img{
    width: 120px;
    padding: 20px;
   
}
.toggle{
    display: none;
}
#myimage{
    cursor: pointer;
    background-image: url();
   
}

.alinks{
  width: 400px;
  height: 30px;
  margin: 10px;
  margin-top: 40px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
}
.toggle:checked+#myimage+#alinks{
    display: block;
    width: 200px;
    height: 200px;
}
.alinks a{
    padding: 8px;
    text-decoration: none;
    color: white;
    font-size: 14px;
    letter-spacing: 1px;
    padding-left: 10px;
}
.alinks a:hover{
    color: black;
}
.socialmedia{
  width: 400px;
  height: 30px;
  margin: 10px;
  margin-left: 390px;
  margin-top: 5px;
}

.socialmedia svg:hover{
    fill:black;
    
}
.socialmedia svg{
    fill: white;
    padding-left: 30px;
}
.signin{
    width: 100px;
    height: 30px;
    margin-top: 45px;
    margin-left: -40px;
}
.signin svg{
     margin-left: 40px;
}
.signin svg:hover{
    fill: white;
}
.firstbottle{
    background-color: black;
    width: 100%;
    height: 700px;
    display: flex;
}
.bottle{
    height: 600px;
    width: 600px;
    margin-left: 100px;
    margin-top: 100px;
}
.bottle img{
    width: 590px;
}
.firsttext{
    height: 400px;
    width: 700px; 
    margin-top: 70px;
    margin-left: 40px;
}
.firsttext h1{
    font-size: 88px;
    color: rgb(0,166,74);
}
.firsttext img{
    width: 690px;
    margin-top: -40px;
}
.firstbutton{
    height: 100px;
    width: 400px;
    margin-top: 480px;
    margin-left: -700px;
}
.firstbutton a{
   background-color: yellow;
   text-decoration: none;
   font-size: 20px;
   padding: 10px;
   color: black;

}
.video{
    width: 100%;
    height: 840px;
    background-color: white;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.video a{
    color: white;
    margin-left: -38px;
    border: 1px solid;
    background-color: green;
    text-decoration: none;
    padding: 5px;

}
.video iframe{
    padding-left: 80px;
    padding-top: 40px;
}
.youtube{
    width: 100%;
    height: 400px;
}
.text1{
    width: 100%;
    height: 400px;
}
.text1 a{
    background-color: rgb(244, 201, 11);
    border: none;
    margin-left: 0px;
    padding:8px;
    padding-left: 40px;
    padding-right: 40px;
    color: black;
}
.text1 h1{
    font-size: 80px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    letter-spacing: 3px;
}
.text1 h3{
    display: none;
}
.text1 h2{
    font-size: 23px;
    margin-top: -40px;
    letter-spacing: 3px;
}
.text2 h1{
    font-size: 60px;
    padding: 80px;
    letter-spacing: 1px;
    color: rgb(0,166,74);
}
.text2{
    width: 100%;
    height: 400px;
}
.text3{
    width: 100%;
    height: 400px;
}
.text3 img{
    width: 600px;
    padding-top: 10px;
}
.footer{
    background-color: #00a74a;
    width: 100%;
    height: 500px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.sprite{
    width: 200px;
    height: 200px;
    margin-left: 200px;
    margin-top: 40px;
}
.sprite img{
    width: 200px;
    padding-top: 70px;
}
.ssmedia{
    width: 200px;
    height: 200px;
    margin-top: 40px;
    margin-left: 120px;
}
.ssmedia h4{
    text-align: center;
    color: white;
    letter-spacing: 2px;
}
.ssmedia svg{
    padding-left: 10px;
    fill: white;
    transition: transform .2s;
}
.ssmedia svg:hover{
    transform: scale(1.5);
}
.li{
    width: 140px;
    height: 270px;
    margin-top: 40px;
    margin-left: 140px;
    line-height: 40px;
}
.li a{
    text-decoration: none;
    color: white;
}
.li a:hover{
    color: black;
}
.atags{
    width: 800px;
    height: 100px;
    margin-top: 360px;
    margin-left: -800px;
    color: white;
}
small{
   padding-left: 250px;
}
.atags a{
    color: white;
    text-decoration: none;
    font-size: 15px;
    line-height: 100px;
}
.atags a:hover{
    color: black;
}
.atagmobile{
    display: none;
}





@media(min-width: 900px) and (max-width:1400px){
  .alinks{
    display: block;
   width: 700px;
  }
  .socialmedia{
    margin-left: -40px;
  }
  .bottle{
    margin-left: -60px;
  }
  .youtube{
    margin-left: -40px;
  }
  .atags{
    margin-left: -750px;
  }
}












@media (min-width:761px) and (max-width:900px){
    .burger{
        display: block;
        width: 40px;
        height: 40px;
        padding-top: 50px;
        margin-left: 20px;
        padding-left: 20px;
    }
    .burger svg:hover{
        fill: white;
    }
   .alinks{
    display:none;
   }
   .socialmedia{
    display: none;
   }
   .bottle{
    margin-top: 10px;
    margin-left: 30px;
    }
   .bottle img{
    width: 320px;
    }
    .firsttext{
        margin-left: -600px;
        margin-top: 300px;
    }
    .firsttext h1{
        font-size: 80px;
    }
    .firsttext img{
        margin-top: -40px;
        width: 600px;
    }
    .firstbutton {
        margin-top: 0px;
        margin-top: 660px;
    }
    .video{
        height: 1300px;
    }
    .text1{
        margin-left: -620px;
        margin-top: 400px;
        width: 700px;
    }
    .text1 h1{
        font-size: 80px;
    }
    .text2{
        width: 400px;
    }
    .text3{
        margin-left: -300px;
        margin-top: 10px;
    }
    .text2 h1{
        font-size: 50px;
        padding-left: 40px;
        padding-top: 10px;
    }
    .text3 img{
        width: 500px;
    }
    .footer{
        height: 700px;
    }
    .sprite{
        margin-left: 50px;
        width: 140px;
    }
    .ssmedia{
        width: 190px;
    }
    .li{
        margin-left:50px;
    }
    .atags{
        display: none;
    }
    .atagmobile{
        display: inline;
        margin-left: -700px;
        margin-top: 300px;
        text-align: center;
        color: white;
    }
    .atagmobile a{
        text-decoration: none;
        color: white;
    }
    .atagmobile a:hover{
        color: black;
    }
}







@media (max-width:430px){
    .burger{
        display: block;
        width: 40px;
        height: 40px;
        padding-top: 50px;
        margin-left: 20px;
        padding-left: 20px;
    }
    .burger svg:hover{
        fill: white;
    }
   .alinks{
    display: none;
   }
   .socialmedia{
    display: none;
   }
   .firsttext{
    margin-left: -310px;
    width: 100px;
    height: 100px;
    margin-top: -30px;
   }
   .firsttext h1{
    font-size: 50px;
   }
   .firsttext img{
    width: 300px;
   }
   .firstbutton{
    margin-left: -100px;
    margin-top: 0px;
    margin-top: 330px;
}
.bottle {
    margin-left: 10px;
    width: 380px;
    margin-top: -40px;
    
}
.bottle img{
    width: 300px;
    padding-top: 435px;
}
.video{
    height: 930px;
}
.youtube{
    width: 350px;
    height: 300px;
}
.youtube iframe{
    width: 300px;
    height: 150px;
    padding-left: 20px;
}
.text1{
    margin-left: -320px;
    margin-top: 200px;
    width: 300px;
}
.text1 h1{
    font-size: 30px;
    margin-bottom: 60px;
}
.text1 h2{
    display:none;
}
.text1 h3{
    display: grid;
    margin-top: -50px;
    font-size: 25px;
    padding-left: -30px;
}
.text2{
    margin-top: -200px;
    margin-left: -60px;
    width: 410px;
}
.text2 h1{
    font-size: 30px;
    padding-left: 90px;
    padding-right: 0px;
}
.text3{
    margin-left: -360px;
    margin-top: 68px;
}
.text3 img{
    width: 370px;
}
.footer{
    height: 1200px;
}
.sprite{
    margin-left: 100px;
    margin-top: -40px;
}
.ssmedia{
    margin-left: -200px;
    margin-top: 150px;
    
}
.li{
    margin-left: -270px;
    margin-top: 350px;
}
.atags{
 display: none;
}
.atagmobile{
    width: 340px;
    height: 500px;
    display: inline;
    margin-top: 650px;
    margin-left: -330px;
    text-align: center;
}
.atagmobile p{
    color: white;
    font-size: 15px;
    
}
.atagmobile a{
    color: white;
    line-height: 40px;
    text-decoration: none;
}
.atagmobile a:hover{
    color: black;
}
}

