/*FOR SCREENS LESS THAN 1740px WIDE*/
@media screen and (max-width: 1740px) {
    article.item_left {
        max-width: 50%;
        overflow: hidden;
    }
    article.item_right {
        max-width: 50%;
    }
}

@media screen and (max-width: 1600px) {
    figure {
        margin-top: 3rem;
	width: 95%;
    }
    .levels {
        display: block;
        overflow: hidden;
        margin: auto;
        max-width: 90%;
    }
}

/*FOR SCREENS LESS THAN 1370px WIDE*/
@media screen and (max-width: 1370px) {
    h1 {
        font-size: 3rem;
	line-height: 1;
    }

   figure {
	width: 97%;
    }
   
}


/*FOR SCREENS LESS THAN 1210px WIDE*/
@media screen and (max-width: 1210px) {
    h1 {
        font-size: 3rem;
    }
    h2 {
        font-size: 1.5rem;
    }
    .levels {
        display: block;
        overflow: hidden;
        margin: auto;
        max-width: 100%;
    }
    article.item_left{
        max-width: 40%;
    }
    article.item_right{
        min-width: 60%;
    }
    .item_right h2 {
        font-size: 1.7rem;
        line-height: 1;
    }
    .info article {
        padding-top: 10rem;
    }
}

/*FOR SCREENS LESS THAN 1030px WIDE*/
@media screen and (max-width: 1030px) {
   h1 {
	font-size: 2.5rem;
    }
}


/*FOR SCREENS LESS THAN 980px WIDE*/
@media screen and (max-width: 980px) {
    .item_right figure {
        width: 90%;
    }
}

/*FOR SCREENS LESS THAN 900px WIDE*/
@media screen and (max-width: 900px) {
    section.top {
        height: 85rem;
    }
    .item_left {
        max-height: 4rem;
        min-width: 100%;
        background-image: linear-gradient(to right, #222059 , #F95A56);
    }
    article.item_right {
        min-width: 100%;
    }
    nav {
        text-align: center;
    }
    .item_left img {
        display: none;
    }
    .item_right {
        min-width: 100%;
    }
    .item_right figure {
        margin-top: 6rem;
    }
    .info article {
        width: 80%;
    } 
}

/*FOR SCREENS LESS THAN 700px WIDE*/
@media screen and (max-width: 700px) {
    .top {
        height: 550rem;
    }
    .item_left {
        max-height: 4rem;
        background-image: linear-gradient(to right, #222059 , #F95A56);
    }
    .item_left img {
        display: none;
    }
    
    .info {
        height: 40rem;
    }

    .item_right textarea {
        width: 90%;
    }

}

/*FOR SCREENS LESS THAN 900px WIDE*/
@media screen and (max-width: 600px) {
    .top {
        min-height: 120rem;
    }
    .levels {
        width: 50%;
    }
    .verydifficult,
    .difficult,
    .neutral,
    .easy,
    .veryeasy {
        width: 200px;
        clear: both;
        margin-bottom: 5px;
    }
}

/*FOR SCREENS LESS THAN 900px WIDE*/
@media screen and (max-width: 510px) {
    section.top {
        height: 135rem;
    }
    .top {
        min-height: 110rem;
    }
    .levels {
        width: 60%;
    }
    .verydifficult,
    .difficult,
    .neutral,
    .easy,
    .veryeasy {
        width: 200px;
        clear: both;
        margin-bottom: 5px;
    }
    .info {
        height: 50rem;
    }
    footer img {
        width: 40%;
    }
    footer {
        font-size: 1.4rem;
    }
}


/*FOR SCREENS LESS THAN 900px WIDE*/
@media screen and (max-width: 400px) {
    section.top {
        height: 145rem;
    }
    h1 {
        font-size: 2rem;
        line-height: 3rem;
    }
    .top {
        min-height: 110rem;
    }
    .levels {
        width: 80%;
    }
    .verydifficult,
    .difficult,
    .neutral,
    .easy,
    .veryeasy {
        width: 200px;
        clear: both;
        margin-bottom: 5px;
    }
    .info {
        height: 50rem;
    }
    footer img {
        width: 40%;
        float: center;
    }
    footer {
        font-size: 1.4rem;
    }
    footer h3, footer h4 {
        display: none;
    }
}

/*FOR SCREENS LESS THAN 370px WIDE*/
@media screen and (max-width: 368px) {
    .levels {
        width: 100%;
    }
}