@media all and (max-width: 1000px) {

    h1 {
        font-size: 34px;
    }

    .text {
        font-size: 16px;
    }

    h2,
    .quote-text,
    .quote-author {
        font-size: 30px;
    }

    .quote-text {
        width: 65%;
    }

    h3,
    i {
        font-size: 17px;
    }
    .content {
        display: flex;
        justify-content: space-between;
        margin-top: 5%;
        margin-bottom: 5%;
        align-items: center;
    
    }
    .content-right{
        margin-top: 20px;
        margin-left: 120px;
        width: 500px;
        height: 300px;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        color: #E5E7EB;
    }
    .banner.register{
        justify-content: space-around;
        align-items: center;
    }

}
@media all and (max-height: 1000px){
    .banner.register {
        margin: 50px;
        width: 90%;
        font-size: 13px;
    }
}
@media all and (max-width: 800px) {

    .main,
    footer {
        width: 100vw;
    }

    .login {
        position: relative;
        width: 80%;
    }

    .main-section {
        margin-top: 0px;
    }

    .main-content {
        width: 80%;
    }

    .main-header,
    .content {
        flex-direction: column;
    }

    h3,
    i {
        font-size: 20px;
    }

    .main,
    .main-section,
    .main-header,
    .list,
    li,
    .content,
    .content-text,
    .content-image {
        align-items: center;
    }

    .main-header nav {
        display: flex;
        justify-content: center;
    }

    .list li a {
        font-size: 16px;

    }

    .content {
        margin-top: 3%;
        margin-bottom: 3%;
    }

    

    h1 {
        font-size: 30px;
    }

    .text {
        font-size: 16px;
        margin-top: 2%;
        margin-bottom: 2%;
        width: 80%;
        align-self: center;
    }

    .button.heading {
        margin-bottom: 10%;
    }

    .content-image {
        display: flex;
        flex-direction: column;
        width: 80%;
    }

    .heading-img {
        width: 80%;
    }

    h2,
    .quote-text,
    .quote-author {
        font-size: 30px;
    }
    .content-text {
        display: flex;
        flex-direction: row;
        width: 100%;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
    .content-right {
        margin-top: 20px;
        margin-left: 0px;
        width: 500px;
        height: 300px;
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-evenly;
        color: #E5E7EB;
        align-content: flex-start;
        flex-direction: column;
        align-items: center;
    }
    .banner {
        display: none;
    }


    footer {
        margin-left: 0px;
        margin-bottom: 0px;
    }
}

@media all and (max-width: 550px) {

    .login {
        position: relative;
        width: 95%;
    }

    h1 {
        font-size: 26px;
    }

    .text {
        width: 90%;
    }

    .banner {
        width: 95%;
    }

    .banner-container {
        font-size: 12px;
    }

    h2,
    .quote-text,
    .quote-author {
        font-size: 22px;
    }

    .quote-text {
        width: 80%;
    }
    .main-header, .main-section {
        padding: 0;
    }
    .content-text {
        display: flex;
        flex-direction: column;
        width: 100%;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
        align-content: center;
    }
}


@media all and (max-width: 480px) {
    h1 {
        font-size: 20px;
    }

    .list li {
        margin-left: 10px;
    }

    .list li a {
        font-size: 14px;
    }

    h2,
    .quote-text,
    .quote-author {
        font-size: 16px;
    }

    .face {
        height: 80%;
        width: 80%;
    }

    .picture {
        margin-left: 5%;
        margin-bottom: 3%;
    }

    .picture figcaption p {
        font-size: 12px;
    }

    .text {
        font-size: 14px;
    }

    .banner {
        padding: 2%;
    }
    .main-section{
        width: -webkit-fill-available;
    }
    footer p,
    footer a {
        font-size: 14px;
    }
}
