﻿
@media only screen and (max-width:600px) {
    #logo img {
        width: 80%;
        height: 80%;
    }

    .navbar {
        display: none;
    }

    .sidebar {
        display: flex;
    }

    #copyright {
        display: none;
    }

    #socials {
        font-size: small;
    }

    #bio p {
        font-size: 2.5vw;
        line-height: 2;
    }

    #bio img {
        width: 50%;
        padding-right: 10px;
    }


    .eventDay {
        font-size: 3vw;
    }

    .eventMonth {
        font-size: 1vw;
    }

    .eventVenue {
        font-size: xx-small;
    }

    .eventCity {
        font-size: 1vw;
    }

    #aboutfooter {
        width: 100%;
        position: relative;
        bottom: 0;
        background-color: #181818;
    }
}
/*
@media screen and (max-width:600px) {
    #logo img {
        width: 80%;
        height: 80%;
    }

    .sidebar {
        display: flex;
    }

    .navbar {
        display: none;
    }

    #copyright {
        display: none;
    }


    #socials {
        font-size: xx-small;
    }

    #bio p {
        font-size: 1.5vw;
        line-height: 2;
    }

    #bio img {
        width: 50%;
        padding-right: 10px;
    }

    .eventDay {
        font-size: 3vw;
    }

    .eventMonth {
        font-size: 1vw;
    }

    .eventVenue {
        font-size: xx-small;
    }

    .eventCity {
        font-size: 1vw;
    }

    #aboutfooter {
        width: 100%;
        position: relative;
        bottom: 0;
        background-color: #181818;
    }
}



@media screen and (max-width:992px) {
    #logo img {
        width: 80%;
        height: 80%;
    }

    .sidebar {
        display: flex;
    }

    .navbar {
        display: none;
    }

    #copyright {
        font-size: 4px;
    }


    #socials {
        font-size: xx-small;
    }

    #bio p {
        font-size: 2vw;
        line-height: 1.5;
    }

    #bio img {
        width: 50%;
        padding-right: 10px;
    }

    .eventDay {
        font-size: 3vw;
    }

    .eventMonth {
        font-size: 2vw;
    }

    .eventVenue {
        font-size: 3vw;
    }

    .eventCity {
        font-size: 2vw;
    }

    #aboutfooter {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #181818;
    }
}

@media screen and (min-width:1024px) {
    #logo img {
        width: 80%;
        height: 80%;
    }

    .sidebar {
        display: flex;
    }

    .navbar {
        display: none;
    }

    #copyright {
        font-size: 4px;
    }


    #socials {
        font-size: xx-small;
    }

    #bio p {
        font-size: 2vw;
        line-height: 1.5;
    }

    #bio img {
        width: 50%;
        padding-right: 10px;
    }

    .eventDay {
        font-size: 3vw;
    }

    .eventMonth {
        font-size: 2vw;
    }

    .eventVenue {
        font-size: 3vw;
    }

    .eventCity {
        font-size: 2vw;
    }

    #aboutfooter {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #181818;
    }
}
    */
