@charset "UTF-8";
/* CSS Document */

html {
    scroll-behavior: smooth;
}

* {
	box-sizing: border-box;
    border: none;
    margin: 0;

}

.row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="col-"] {
    float: left;
    border: 1px ;
    
}



@media only screen and (max-width: 600px) {
    /* For mobile: */
	
	.col-s-1 {width: 8.33%;}
	.col-s-2 {width: 16.66%;}
	.col-s-3 {width: 25%;}
	.col-s-4 {width: 33.33%;}
	.col-s-5 {width: 41.66%;}
	.col-s-6 {width: 50%;}
	.col-s-7 {width: 58.33%;}
	.col-s-8 {width: 66.66%;}
	.col-s-9 {width: 75%;}
	.col-s-10 {width: 83.33%;}
	.col-s-11 {width: 91.66%;}
	.col-s-12 {width: 100%;}

    img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
	
    .block {
        display: block;
        background-color: #eaede2;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .smaller {
        width: 50%;
    }

    .button2 {
        position: relative;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 15px;
        margin-left: auto;
        margin-right: auto;
        text-align: center;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 25px;
        width: 200px;
        border-style: solid;
        border-radius: 70%;
        background-color: rgb(255, 255, 255);
        color: #323132;
        transition: width .5s ease-in, 
                    background-color .5s ease-out .5s,
                    color 1.5s ease-out .5s;
    }

    .button2 a{
        color: #323132;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;
    }

    #btn2:hover{
        width: 200px;
        background-color:#eaede2 ;
        color: rgb(255, 255, 255);
        opacity: 1;
        
    }

    .textalign h1 {
        margin-bottom: 20px;
    }


    .lanner {
        margin-bottom: -20px;
    }

    p {
        font-family: 'Roboto', sans-serif;
        font-size: 20px;
        padding-left: 10px;
        color: #323132;
        padding-top: 20px;
        padding-bottom: 20px;

    }

    .nammer {
        display: block;
        background-color: #eaede2;
        padding-bottom: 30px;
    }

    .overlay {
        position: absolute;
        color: #eaede2;
        left: 80px;

        }

    .button {
        display: flex;
        align-items: center;
        justify-content: center;
    }    

    #btn1{
        margin: auto;
        left: 155px;
        text-align: center;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 30px;
        border-style: solid;
        width: 180px;
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgb(255, 255, 255);
        color: #323132;
        transition: width .5s ease-in, 
                    background-color .5s ease-out .5s,
                    color 1.5s ease-out .5s;
        
    }

    #btn1:hover{
        width: 180px;
        background-color:#eaede2 ;
        color: rgb(255, 255, 255);
        opacity: 1;
        
    }

    .textalign h1{
        text-align: center ;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 45px;
    }

    .textalign p{
        text-align: center;
        font-family: 'Roboto', sans-serif;
        padding-top: 20px;
        padding-bottom: 20px;
        font-style: oblique;
        margin-left: auto;
        margin-right: auto;
        font-size: 22px;
        position: relative;
        padding-top: 20px;
    }

    .layer1 {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    .layer2 {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;

        
    }

    .trees {
        width: 501px;
        height: 5px;
        position: sticky;
        bottom: 800px;
        z-index: -1;  
        opacity: -1;
    }
    
    .trees2 {
        margin: -3px;
    }
    
    .layer3 {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .text2 h1{
        color: #eaede2;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: -4px;
        background-color: #323132;
        text-align: center;
    }


    h1 {
        padding-left: 10px;
        font-family: impact;
        color: #323132;
        background-color: #eaede2;
    }
    
    .textalign h1{
        font-family: roboto;
        
    }

}

@media only screen and (min-width: 601px) {
    /* For tablet: */
	
	.col-m-1 {width: 8.33%;}
	.col-m-2 {width: 16.66%;}
	.col-m-3 {width: 25%;}
	.col-m-4 {width: 33.33%;}
	.col-m-5 {width: 41.66%;}
	.col-m-6 {width: 50%;}
	.col-m-7 {width: 58.33%;}
	.col-m-8 {width: 66.66%;}
	.col-m-9 {width: 75%;}
	.col-m-10 {width: 83.33%;}
	.col-m-11 {width: 91.66%;}
	.col-m-12 {width: 100%;}

    img {
        padding-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .block {
        display: block;
        background-color: #eaede2;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 50px;
        padding-right: 30px;
    }
	
    .smaller {
        width: 20%;
        float:left;
        padding: 5px;
        
    }

    .align {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        background-color: #323132;
    }


    .button2 a{
        color: #323132;
        margin-left: auto;
        margin-right: auto;
        text-decoration: none;

    }


    .button2 {
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 15px;
        text-align: center;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 16px;
        width: 150px;
        border-style: solid;
        border-radius: 70%;
        background-color: rgb(255, 255, 255);
        color: #323132;
        transition: width .5s ease-in, 
                    background-color .5s ease-out .5s,
                    color 1.5s ease-out .5s;
    }


    #btn2:hover{
        width: 150px;
        background-color:#eaede2 ;
        color: rgb(255, 255, 255);
        opacity: 1;
        
    }

    .lanner {
        margin-bottom: -20px;
    }
    

    .nammer {
        opacity: 0.90;
        display: block;
        background-color: #eaede2;
        padding-bottom: 40px;
    }
    .layer1 {
        width: 300px;
        height: 300px;
        margin-left: 10px;
        margin-right: auto;
        margin-top: 20px;
    }

    .layer2 {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;

        
    }

    .layer3 {
        width: 300px;
        height: 300px;
        margin-left: 250px;
        float: right;
        margin-top: 20px;
        margin-bottom: 30px;
    }
	
    #btn1{
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 50px auto 20px auto;
        text-align: center;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 35px;
        width: 180px;
        border-style: solid;
        background-color: rgb(255, 255, 255);
        color: #323132;
        transition: width .5s ease-in, 
                    background-color .5s ease-out .5s,
                    color 1.5s ease-out .5s;
        
    }

    #btn1:hover{
        width: 180px;
        background-color:#eaede2 ;
        color: rgb(255, 255, 255);
        opacity: 1;
        
    }

    .text2 h1{
        color: #eaede2;
        padding-top: 20px;
        padding-bottom: 20px;
        margin: -4px;
        background-color: #323132;
        text-align: center;
    }


    .textalign h1{
        text-align: center ;
        font-family: 'Roboto', sans-serif;
        font-size: 45px;
    }
    .textalign p{
        text-align: center;
        font-family: 'Roboto', sans-serif;
        font-style: oblique;
        padding-top: 30px;
        padding-bottom: 30px;
        margin: auto;
        font-size: 22px;
        position: relative;
        left: 20px;
        margin-bottom: 20px;
    }
    .trees {
        width: auto;
        height: 5px;
        position: sticky;
        bottom: 800px;
        z-index: -1;  
    }

    .trees2 {
        margin: -15px;
    }
	
    h1 {
        padding-left: 10px;
        font-family: impact;
        color: #323132;
        background-color: #eaede2;
    }

    p {
        font-family: 'Roboto', sans-serif;
        color: #323132;
        font-size: 21px;
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


@media only screen and (min-width: 1001px) {
    /* For desktop: */
	
	.col-l-1 {width: 8.33%;}
	.col-l-2 {width: 16.66%;}
	.col-l-3 {width: 25%;}
	.col-l-4 {width: 33.33%;}
	.col-l-5 {width: 41.66%;}
	.col-l-6 {width: 50%;}
	.col-l-7 {width: 58.33%;}
	.col-l-8 {width: 66.66%;}
	.col-l-9 {width: 75%;}
	.col-l-10 {width: 83.33%;}
	.col-l-11 {width: 91.66%;}
	.col-l-12 {width: 100%;}
	
    img {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        padding-bottom: 15px;
    }



    .block {
        display: block;
        background-color: #eaede2;
        padding-top: 30px;
        padding-left: 50px;
        padding-right: 30px;
    }

    .purpose {
        padding-top: 40px;
        padding-left: 15px;
    }
	
    .smaller {
        width: 20%;
        float: left;
        padding: 5px;
        
    }

    .lanner {
        margin-bottom: -20px;
    }
    
    .button2 a{
        text-decoration: none;
        color: #323132;
        margin-left: auto;
        margin-right: auto;

    }

    .align {
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #323132;
    }

    .button2 {
        position: relative;
        margin: auto;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 15px;
        text-align: center;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 26px;
        width: 200px;
        border-style: solid;
        border-radius: 70%;
        background-color: rgb(255, 255, 255);
        color: #323132;
        transition: width .5s ease-in, 
                    background-color .5s ease-out .5s,
                    color 1.5s ease-out .5s;
    }
    
    #btn2:hover{
        width: 200px;
        background-color:#eaede2 ;
        color: rgb(255, 255, 255);
        opacity: 1;
    }

    .navblock {
        width: auto;
        height: auto;
        height: 90px;
        background-color: #323132;
    }

    .side {
        width: 700px;
        float: left;
    }

    .banner {
        width:100%;
    }
    
    h1 {
        padding-left: 8px;
        font-family: impact;
        color: #323132;
        background-color: #eaede2;
    }


    p {
        padding-top: 20px;
        font-family: 'Roboto', sans-serif;
        font-style: thin;
        color: #323132;
        font-size: 22px;
        padding-left: 10px;
        padding-bottom: 20px;
    }

    .outfit {
        position: relative;
        bottom: 80px;
        max-width: 358px;
    }




    .trees {
        width: 901px;
        height: 100px;
        position: sticky;
        bottom: 800px;
        z-index: -1;
    }
    
    .trees2 {
        margin: 2px;
    }

    .purposeblock {
        width: auto;
        height: 100px;
        position: static;
        background-color: #eaede2;
    }

    .nammer {
        opacity: .90;
        display: block;
        background-color: #eaede2;
        padding-bottom: 80px;
    }

    .layer1 {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;
    }

    .layer2 {
        width: 300px;
        height: 300px;
        margin-left: auto;
        margin-right: auto;

        
    }

    .layer3 {
        width: 300px;
        height: 300px;
        position: absolute;
        right: 100px;
        margin-left: auto;
        margin-right: auto;

    }


    .textalign p{
        text-align: left;
        font-family: 'Roboto', sans-serif;
        font-style: oblique;
        width: 500px;
        margin: auto;
        font-size: 29px;
        padding-top: 120px;
        position: relative;
        color: black;
        left: 20px;
    }


    .button {
        text-align: center;
    }

    .textalign h1{
        text-align: center ;
        font-family: 'Roboto', sans-serif;
        font-size: 45px;
    }

    .banner2 {
        position: relative;
        bottom: 20px;
    }
    #btn1{
        margin: auto;
        text-align: center;
        font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
        font-size: 50px;
        width: 180px;
        border-style: solid;
        position: relative;
        top: 50px;
        padding-top: 10px;
        background-color: rgb(255, 255, 255);
        color: #323132;
        transition: width .5s ease-in, 
                    background-color .5s ease-out .5s,
                    color 1.5s ease-out .5s;
        
    }

    #btn1:hover{
        width: 180px;
        background-color:#eaede2 ;
        color: rgb(255, 255, 255);
        opacity: 1;
    }

    .outfits {
        padding-top: 100px;
    }
}