/* Desktop Device */
@media (min-width: 1300px) {
    #logo-container {
        text-align: center;
    }

    #line-separator {
        height: 5px;
        background-color: rgb(180, 47, 40);
    }

    #footer {
        background-color: rgb(254, 225, 157);
        height: 20%;
        width: 100%;
        position: fixed;
        bottom: 0;
    }

    #col-title {
        margin-top: 5%;
        margin-bottom: 5%;
        font-weight: bold;
    }

    #email {
        color: black;
        text-decoration: underline;
        font-weight: bold;
    }
    .row {
        display: flex;
        align-items: center;
    }

    .col {
        text-align: center;
    }

    #social-instagram-logo {
        width: 40px;
        height: 40px;
    }

    #social-logo {
        width: 50px;
        height: 50px;
    }

    #download-logo {
        width: 140px;
        height: auto;
    }

    #download-soundcloud-logo {
        width: 100px;
        height: auto;
    }
}

/* Mobile Device */
@media (max-width: 1300px) {

    #image{
        width: 100%;
        margin: auto;
    }

    #logo-container {
        text-align: center;
        margin-bottom: 0%;
    }

    #line-separator {
        height: 5px;
        width: 100%;
        background-color: rgb(180, 47, 40);
    }

    #footer {
        background-color: rgb(254, 225, 157);
        position: relative;
        width: 100%;
        margin: auto;
        padding: auto;
    }

    #col-title {
        margin-top: 10%;
        margin-bottom: 5%;
        font-weight: bold;
        font-size: 22pt;
    }

    #email {
        color: black;
        text-decoration: underline;
        font-weight: bold;
        font-size: 16pt;
        margin: auto;
        padding: auto;
    }

    .row {
        display: flex;
        align-items: center;
    }

    .col {
        text-align: center;
    }

    #social-instagram-logo {
        width: 70px;
        height: 70px;
    }

    #social-logo {
        width: 80px;
        height: 80px;
    }

    #download-logo {
        width: 230px;
        height: auto;
    }

    #download-soundcloud-logo {
        width: 160px;
        height: auto;
        margin-bottom: 2%;
    }
}
