@media screen and (max-width: 1200px) {
    .footer_qr {
        margin-left: 20px;
    }
    .footer_logo {
        margin-right: 40px;
    }
}

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

    .footer_text {
        font-size: 24px;
    }


}


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

    #footer {
        text-align: center;
    }
    .footer_qr {
        margin-top: 30px;
    }

}

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


    .moon img {
        width: 140px;
    }
    .hidden {
        display: none;
    }
    .mobile {
        display: block;
    }
    .mobile_btn {
        background: #cc0000;
        color: white;
        text-decoration: none;
        font-size: 40px;
        padding: 15px;
        text-align: center
    }
    .logo img {
        width: 92.5px;
        margin-top: 25px;
        margin-right: 20px;
    }
    #main {
        background: url(../img/mob_bckg.jpg) center bottom no-repeat;
        background-size: cover;
        height: 90vh;
    }
    .title_wrap {
        float: none;
        max-width: 100%;
        margin-top: 20px;
    }
    h2 {
        font-size: 18px;
    }
    h1 {

        font-size: 35px;

        border-bottom: none;
        padding: 20px 0;
        margin-bottom: 00px;
        width: 230px;
    }


    .item_text {
        margin-left: 20px;
        vertical-align: middle;
    }
    .item_text p {
        font-size: 30px;
    }
    .item_text span {
        font-size: 16px;
    }

    #footer {
        text-align: center;
    }
    .store_link {
        margin: 30px 0;
    }
    .store_link a {
        display: inline-block;
        margin: 10px;
    }
}

@media screen and (max-width: 480px) {
    
    .title {
    margin: 20px 0 40px;
    font-size: 18px;
    }

    h2{
        position: relative;
    }
    .container {
        padding: 30px 15px;
    }
    .items_list {
        background: none;
        padding: 0;
        margin: 0;
    }
    .item {
        display: block;
        width: 250px;
        margin: auto;
        margin-bottom: 30px;
    }
    .item:last-of-type {
        margin-bottom: 0;
    }
    .item_img img {
        width: 50px;
        height: 50px;
    }
    .item_text p {
        padding-bottom: 0;
        font-size: 26px;
    }

    .footer_text {
        font-size: 35px;
    }
    .moon img {
        width: 130px;
    }
    .moon {

        top: 16px;
        right: 16px;
    }
    .title_wrap{
        margin-top: 35px;
    }
}


@media screen and (max-width: 480px) {
     #main {
       
        height: 100vh;
    }
    
}