* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}


@font-face {
    font-family: adventure;
    src: url(fonts/adventuretimelogo.ttf);
}

@font-face {
    font-family: dosis;
    src: url(fonts/Dosis-VariableFont_wght.ttf);
}

@font-face {
    font-family: faithhandwriting;
    src: url(fonts/faithhandwriting.ttf);
}

@font-face {
    font-family: dosis_bold;
    src: url(fonts/Dosis-Bold.ttf);
}


h1 {
    font-family: adventure;
    letter-spacing: 3px;
}

h4 {
    color: rgba(171, 221, 254, 1);
    letter-spacing: 3px;
}

a {
    font-family: faithhandwriting;
    text-decoration: none;
    color: rgba(186, 4, 50, 1);
    font-size: 28px;
}

p {
    font-family: dosis;
    font-size: 16px;
    line-height: 25px;
}

h3 {
    font-family: faithhandwriting;
    letter-spacing: 3px;
}

dd {
    font-family: dosis;
    font-size: 16px;
    line-height: 25px;
    color: white;
}

h2 {
    font-family: faithhandwriting;
}


#container {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
}




header {
    width: 100%;
    max-width: 1200px;
    background-color: rgb(255, 255, 255);

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding: 25px 20px;

}

.btmenu {
    width: 200px;
    display: flex;
    justify-content: space-between;
    background-color: rgb(255, 255, 255);
}

#hamburger {
    display: none;
}







#intro {
    width: 100%;
    max-width: 1200px;
    background-color: rgba(53, 108, 58, 1);
    background-image: url(imgs/bees.png);

    padding: 180px 0px;

    background-repeat: no-repeat;
    text-align: center;
    color: rgba(181, 254, 99, 1);
    font-size: 35px;
}





#about {
    width: 100%;
    max-width: 1200px;
    height: 672px;
    background-image: url(imgs/about2.png);
    background-repeat: no-repeat;

    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-start;
}

#cloud {
    display: none;
}

#abouttxt {
    width: 100%;
    max-width: 587px;
    height: 388px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: flex-start;
    background-color: rgba(20, 74, 39, 0.8);
    padding: 35px 45px 51px;
    border-radius: 0px 0px 0px 50px;
    color: rgb(255, 255, 255);
    text-align: left;
    gap: 10px;
}

#abouttxt h1 {
    font-size: 70px;
    color: rgba(181, 254, 99, 1);
}

#abouttxt h3 {
    font-size: 35px;
    color: rgba(181, 254, 99, 1);
}

#abouttxt p {
    color: rgba(181, 254, 99, 1);
}




#info {
    width: 100%;
    max-width: 1200px;
    background-color: rgb(255, 255, 255);
    color: rgba(9, 78, 135, 1);
    text-align: center;
    font-size: 25px;
    padding: 200px;

}

#light_blue {
    width: 100%;
    max-width: 1200px;
    background-color: rgba(0, 154, 210, 1);
    display: flex;
    flex-direction: column;
    justify-content: end;
    padding-left: 120px;
    padding-bottom: 230px;
}

#trailer {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

#trailer img {
    width: 285px;
    height: 295px;
    margin-left: 20px;
}

#trailer iframe {
    border-bottom-left-radius: 40px;
}

#trailer h1 {
    color: white;
    margin-left: 20px;
}




#blue {
    width: 100%;
    max-width: 1200px;
    height: 3358px;
    background-color: rgba(150, 205, 88, 1);
    background-image: url(imgs/the\ yellow\ dog.png);
    text-align: left;
    padding: 25px;
}

#what {
    text-align: center;
    padding: 700px 300px;
    color: rgba(92, 82, 59, 1);
    font-size: 30px;
}

#imgbut a {
    display: block;
    padding: 20px 50px 20px;
    max-width: 400px;
    margin: 80px 0;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: rgba(92, 82, 59, 1);
    text-decoration: none;
    box-shadow: 20px 20px 0px 0px (rgba(92, 82, 59, 1));
    -webkit-box-shadow: 20px 20px 0px 0px rgba(92, 82, 59, 1);
    -moz-box-shadow: 20px 20px 0px 0px rgba(92, 82, 59, 1);
    font-size: 40px;
}

#imgbut a:hover {
    box-shadow: 5px 5px 0px 0px (rgba(92, 82, 59, 1));
    -webkit-box-shadow: 5px 5px 0px 0px rgba(92, 82, 59, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(92, 82, 59, 1);
}

#devimgs {
    display: flex;
    justify-content: center;
    align-items: end;
    gap: 200px;
}


#imgbut {
    font-size: 50px;
    color: rgba(92, 82, 59, 1);
}



#devtxt {
    width: 1138px;
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.dev {
    color: rgba(92, 82, 59, 1);
    width: 568px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: left;
    line-height: 15px;
}


.dev p {
    margin-bottom: 10px;
}


footer {
    max-width: 100%;
    width: 1200px;
    background-color: rgba(9, 78, 135, 1);

    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 70px;

    padding: 40px 20px 20px;
    margin: 0 auto;
    color: rgba(171, 221, 254, 1);
    font-family: adventure;
}

#footer1 {
    min-width: 290px;
}

#fin {
    display: none;
}



#footer1 h4 {
    font-family: dosis_bold;
}

.footertxt {
    width: 1200px;
    background-color: rgba(9, 78, 135, 1);

    display: flex;
    justify-content: space-between;


    color: rgb(255, 255, 255);
    align-items: baseline;
}

#follow {
    max-width: 100%;
    display: flex;
    flex-direction: column;
}

#social {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

#green {
    width: 100%;
    max-width: 1200px;
    background-color: rgba(150, 205, 88, 1);
    height: 700px;
    padding: 50px;
    background-image: url(imgs/dog_and_fin.png);
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#listen_button {
    display: block;
    padding: 20px 50px 20px;
    max-width: 400px;
    border-radius: 20px;
    background-color: rgb(255, 255, 255);
    text-align: center;
    color: rgba(53, 108, 58, 1);
    text-decoration: none;
    box-shadow: 20px 20px 0px 0px rgba(53, 108, 58, 1);
    -webkit-box-shadow: 20px 20px 0px 0px rgba(53, 108, 58, 1);
    -moz-box-shadow: 20px 20px 0px 0px rgba(53, 108, 58, 1);

    /* убрать, вместо этого задать общий паддинг у container */

}

#listen_button:hover {
    box-shadow: 5px 5px 0px 0px (rgba(92, 82, 59, 1));
    -webkit-box-shadow: 5px 5px 0px 0px rgba(92, 82, 59, 1);
    -moz-box-shadow: 5px 5px 0px 0px rgba(92, 82, 59, 1);
}




/* ......................RESPONSIVE......................... */

/* rgba(150, 205, 88, 1); */







@media only screen and (max-width:360px) {
    .btmenu {
        display: none;
    }

    header {
        display: flex;
        justify-content: space-between;
    }

    #logo {
        width: 100%;
        max-width: 225px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #hamburger {
        display: block;
        width: 100%;
        max-width: 30px;
        padding-right: 0px;
    }

    #intro {
        max-width: 360px;
        background-color: rgba(20, 74, 39, 0.8);
        background-image: url(imgs/bees_2.png);
        background-repeat: no-repeat;
        text-align: center;
        color: rgba(181, 254, 99, 1);
        padding-top: 100px;
    }

    #intro1 {
        width: 100%;
        max-width: 360px;
    }

    #intro2 {
        width: 100%;
        max-width: 360px;
    }

    #intro1 h1 {
        width: 100%;
        max-width: 360px;
        font-size: 60px;
    }

    #intro2 h1 {
        width: 100%;
        max-width: 360px;
        font-size: 60px;
    }

    #abouttxt {
        width: 100%;
        max-width: 360px;
        height: 600px;
        background-color: rgba(181, 254, 99, 1);
        padding: 35px 45px 51px;
        border-radius: 0px;
        padding-top: 70px;

    }

    #abouttxt h1 {
        width: 100%;
        max-width: 360px;
        color: rgba(20, 74, 39, 0.8);
    }

    #abouttxt h3 {
        width: 100%;
        max-width: 360px;
        color: rgba(20, 74, 39, 0.8);
    }

    #abouttxt p {
        width: 100%;
        max-width: 360px;
        flex-direction: column;
        color: rgba(20, 74, 39, 0.8);
    }

    #cloud {
        display: block;
    }


    #about {
        background-image: none;
        height: auto;
    }

    #info {
        max-width: 360px;
        font-size: 20px;
        padding: 0px;
        margin-bottom: 200px;

    }


    #light_blue {
        max-width: 360px;
        display: flex;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    #trailer img {
        display: none;
    }

    #trailer {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    #trailer_image {
        max-width: 360px;
    }

    #trailer iframe {
        border-bottom-left-radius: 0px;
    }

    #watch {
        font-size: 35px;
        margin-top: 90px;
        margin-bottom: 90px;
        text-align: center;
        margin-right: 20px;
    }

    #blue {
        width: 100%;
        max-width: 360px;
        height: 3054px;
        background-image: url(imgs/the_long_dog.png);
        text-align: left;
        padding: 25px;
        margin-right: 10px;
    }

    #what {
        max-width: 360px;
        text-align: center;
        color: rgba(92, 82, 59, 1);
        font-size: 22px;
        margin-top: 550px;
        padding: 0px;

    }

    #what h1 {
        font-size: 36px;
    }

    #imgbut h2 {
        font-size: 48px;
        margin-top: 240px;
    }

    #devtxt {

        width: 100%;
        max-width: 360px;
        flex-wrap: wrap;
        gap: 20px;

    }

    .dev {
        color: rgba(92, 82, 59, 1);
        width: 303px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
        line-height: 15px;
    }

    #imgbut a {
        width: 100%;
        max-width: 360px;
        display: block;
        padding: 20px 70px 20px;
        margin-left: -18px;
        font-size: 30px;
        margin-top: 200px;
    }

    #devimgs {
        margin-top: 200px;
    }






    #green {
        width: 100%;
        max-width: 360px;
        background-color: rgba(150, 205, 88, 1);
        height: 700px;
        padding: 10px;
        background-image: url(imgs/dog_and_fin.png);
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #listen_button {
        padding: 20px 70px 20px;
        margin-left: -18px;
    }


    footer {
        width: 100%;
        max-width: 360px;
        flex-direction: column-reverse;
    }

    .footertxt {
        width: 100%;

    }

    #follow {
        max-width: 100%;
        width: 360px;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 18px;

    }

    #social {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        max-height: 120px;
        max-width: 360px;


    }

    #footer2 {
        display: none;
    }


    #jakeandfin {
        display: none;
    }

    #fin {
        display: block;
    }

    #txtfooter {
        margin-top: 100px;
        text-align: center;
    }

    #txtfooter h4 {
        margin-bottom: 20px;

    }

    #footer2 {
        display: none;
    }

}





/* ......................RESPONSIVE....390......................... */





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

    .btmenu {
        display: none;
    }

    header {
        display: flex;
        justify-content: space-between;
    }

    #logo {
        width: 100%;
        max-width: 225px;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }

    #hamburger {
        display: block;
        width: 100%;
        max-width: 30px;
        padding-right: 0px;
    }

    #abouttxt {
        width: 100%;
        max-width: 390px;
        height: 600px;
        background-color: rgba(181, 254, 99, 1);
        padding: 35px 45px 51px;
        border-radius: 0px;
        padding-top: 70px;

    }

    #abouttxt h1 {
        width: 100%;
        max-width: 390px;
        color: rgba(20, 74, 39, 0.8);
    }

    #abouttxt h3 {
        width: 100%;
        max-width: 390px;
        color: rgba(20, 74, 39, 0.8);
    }

    #abouttxt p {
        width: 100%;
        max-width: 390px;
        flex-direction: column;
        color: rgba(20, 74, 39, 0.8);
    }

    #cloud {
        display: block;
    }


    #about {
        background-image: none;
        height: auto;
    }

    #cloud {
        width: 100%;
        max-width: 390px;

        display: block;
    }

    #info {
        max-width: 390px;
        font-size: 20px;
        padding: 0px;
        margin-bottom: 200px;
    }





    #light_blue {
        max-width: 390px;
        display: flex;
        padding-left: 0px;
        padding-bottom: 0px;
    }

    #trailer img {
        display: none;
    }

    #trailer {
        display: flex;
        justify-content: space-between;
        align-items: end;
    }

    #trailer_image {
        max-width: 390px;
    }

    #trailer iframe {
        border-bottom-left-radius: 0px;
    }

    #watch {
        font-size: 35px;
        margin-top: 90px;
        margin-bottom: 90px;
        text-align: center;
        margin-right: 20px;
    }


    #blue {
        width: 100%;
        max-width: 390px;
        height: 3054px;
        background-image: url(imgs/the\ yellow\ dof.svg);
        text-align: left;
        padding: 25px;
        margin-right: 10px;
        background-repeat: no-repeat;
    }

    #what {
        max-width: 390px;
        text-align: center;
        color: rgba(92, 82, 59, 1);
        font-size: 22px;
        margin-top: 550px;
        padding: 0px;

    }

    #what h1 {
        font-size: 36px;
    }

    #imgbut h2 {
        font-size: 48px;
        margin-top: 240px;
    }

    #devtxt {

        width: 100%;
        max-width: 390px;
        flex-wrap: wrap;
        gap: 20px;

    }

    .dev {
        color: rgba(92, 82, 59, 1);
        width: 303px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: left;
        line-height: 15px;
    }

    #imgbut a {
        width: 100%;
        max-width: 390px;
        display: block;
        padding: 20px 70px 20px;
        margin-left: -18px;
        font-size: 30px;
        margin-top: 200px;
    }

    #devimgs {
        margin-top: 200px;
    }

    footer {
        width: 100%;
        max-width: 390px;
        flex-direction: column-reverse;
    }

    .footertxt {
        width: 100%;

    }

    #follow {
        max-width: 100%;
        width: 390px;
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        text-align: center;
        font-size: 18px;

    }

    #social {
        margin-top: 30px;
        display: flex;
        justify-content: center;
        max-height: 120px;
        max-width: 390px;


    }

    #footer2 {
        display: none;
    }


    #jakeandfin {
        display: none;
    }

    #fin {
        display: block;
    }

    #txtfooter {
        margin-top: 100px;
        text-align: center;
    }

    #txtfooter h4 {
        margin-bottom: 20px;

    }

    #footer2 {
        display: none;
    }



































}