body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: 'Lalezar', cursive !important;
}


.master-wrapper-content,
.header {
    width: unset !important;
}



.header {
    background-image: url('../images/header.png');
    background-position: center center;
    background-size: cover;
    height: 800px;
    position: relative;
}

.header .content {
    position: absolute;
    transform: translate(-50%,-50%);
    top: 50%;
    left: 50%;
    width: 50%;
    text-align: center;
}

.header .content .logo {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 20px;
}

.header .content .logo img {
    width: auto;
    height: 400px;
}

.header .content .logo h2 {
    font-size: 35px;
    color: #FFF;
}

.header .content .download {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    margin-bottom: 20px;
}


.header .content .download .item span {
    color: #FFF;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.header .content .download .item img {
    width: auto;
    height: 80px;
}



.header .content .social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
}

.header .content .social .item span {
    color: #FFF;
    font-size: 18px;
    display: block;
    margin-bottom: 10px;
}

.header .content .social .item img {
    width: auto;
    height: 60px;
    margin-bottom: 10px;
}

.best_toys {
    margin: 20px 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.best_toys h2 {
    font-size: 22px;
}

.ads img {
    width: 100%;
    height: auto;
}

.footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    text-align: center;
    margin: 40px 0;
}


.footer .item span {
    color: #272727;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.footer .item img {
    width: auto;
    height: 80px;
}

@media only screen and (max-width: 600px) {
    .header .content {
        width: 90%;
    }
    .header {
        height: 600px;
        background-position: right;
    }
    .header .content .logo img {
        height: 200px;
    }
    .header .content .logo h2 {
        font-size: 20px;
    }
    .header .content .download .item img {
        height: 35px;
    }
    .header .content .download .item span {
        font-size: 14px;
    }
    .header .content .social .item img {
        height: 40px;
    }
    .header .content .social .item span {
        font-size: 14px;
    }
    .footer .item img {
        height: 35px;
    }
    .best_toys h2 {
        font-size: 14px;
        text-align: center;
    }
    .footer .item span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 601px) and (max-width: 767px) {
    .header .content {
        width: 90%;
    }
    .header {
        height: 600px;
        background-position: right;
    }
    .header .content .logo img {
        height: 200px;
    }
    .header .content .logo h2 {
        font-size: 20px;
    }
    .header .content .download .item img {
        height: 35px;
    }
    .header .content .download .item span {
        font-size: 14px;
    }
    .header .content .social .item img {
        height: 40px;
    }
    .header .content .social .item span {
        font-size: 14px;
    }
    .footer .item img {
        height: 35px;
    }
    .best_toys h2 {
        font-size: 14px;
        text-align: center;
    }
    .footer .item span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header .content {
        width: 90%;
    }
    .header {
        height: 600px;
        background-position: right;
    }
    .header .content .logo img {
        height: 200px;
    }
    .header .content .logo h2 {
        font-size: 20px;
    }
    .header .content .download .item img {
        height: 35px;
    }
    .header .content .download .item span {
        font-size: 14px;
    }
    .header .content .social .item img {
        height: 40px;
    }
    .header .content .social .item span {
        font-size: 14px;
    }
    .footer .item img {
        height: 35px;
    }
    .best_toys h2 {
        font-size: 14px;
        text-align: center;
    }
    .footer .item span {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px)and (max-width: 1199px) {
    .header .content .download .item img {
        height: 60px;
    }
}

