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

    header {
        height: 200px;
    }

    .image-container {
        margin-top: 5rem;
        margin-bottom: -10px;
    }

    .image-container img {
        height: 15rem;
    }

    #name h1 {
        font-size: xx-large;
    }

    #name_description {
        margin-right: 50px;
    }

    #name_description h6 {
        font-size: large
    }

    #name_description .name-icon {
        margin-left: 380px;
        padding-top: 10px;
    }

    #description {
        font-size: medium;
    }

    .title {
        text-align: center;
        font-size: large;
    }

    #translator h1 {
        margin-top: 1px;
        margin-right: 5px;
    }
}

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

    header {
        height: 170px;
    }

    .image-container {
        margin-top: 2rem;
        margin-bottom: -10px;
    }

    .image-container img {
        height: 12rem;
    }

    #name_description h6 {
        font-size: small
    }

    #name_description .name-icon {
        margin-left: 290px;
        padding-top: 25px;
    }

    #description {
        font-size: small;
    }

    nav .title-share-button {
        margin: 1px 5rem;
    }

    .title {
        font-size: x-small;
    }
}

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

    header {
        height: 120px;
    }

    .image-container {
        margin-bottom: -25px;
    }

    .image-container img {
        height: 8rem;
    }

    #name {
        margin-top: 20px;
    }

    #name_description .name-icon {
        margin-left: 250px;
        padding-top: 40px;
    }

    nav .title-share-button {
        margin: 1px 2.8rem;
    }
}

@media screen and (max-width: 360px) { /* CELLPHONE */

    .image-container {
        margin-bottom: -25px;
    }

    #description {
        margin-top: 10px;
        font-size: medium;
    }

    nav .title-share-button {
        margin: 1px 1.5rem;
    }

    nav .title-share-button h1 {
        margin-left: 0.5rem
    }

    .title h3    {
        font-size: large;
    }
}

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

    header {
        height: 90px;
    }

    .image-container {
        margin-bottom: -25px;
    }

    #description {
        margin-top: 10px;
    }

    nav .title-share-button {
        margin: 1px 1.5rem;
    }
} 
