body, html {
    height: 100%;
    background-color: #000000;
}
/* Mobile */
#bio {
    color: #F0EBE1;
    font-family: "aileron", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    font-size: 1.0919rem;
}
a {
    color: #FFFFFF;
}
a:link, a:visited {
    text-decoration: none;
}
#events-headline {
    color: #A9B369;
    font-family: "aileron", sans-serif;
    font-weight: 700;
    font-size: 1.2419rem;
}
.events-show {
    color: #FFFFFF;
    font-family: "aileron", sans-serif;
    font-weight: 700;
    padding-bottom: 5%;
    font-size: 0.9919rem;
}
.bg-mobile {
    background-image: url("assets/mobile.jpg");
    height: 50%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: #000000;
    max-width: 100%;
}
.contact-no-bullet {
    margin: 0 auto;
}
#bio, #events {
    text-align: center;
    margin-left: 3%;
    margin-right: 3%;
}
/* Social Media Icons*/
[class*="fa-square"] {
    color: #577992;
    padding-right: 2%;
    padding-bottom: 6%;
}
.fa-mobile{
    padding-left: 2%;
}
.fa {
    padding: 2%;
    font-size: 1.5rem;
    width: 8%;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    margin-right: 1.5%;
}
/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
}
.fa-facebook {
    background: #577992;
    color: #000000;
    border-radius: 50%;
  }
.fa-twitter {
    background: #577992;
    color: #000000;
    border-radius: 50%;
}
.fa-youtube {
    background: #577992;
    color: #000000;
    border-radius: 50%;
}  
.fa-instagram {
    background: #577992;
    color: #000000;
    border-radius: 50%;
}
/**********************/
#email-footer {
    color: #FFFFFF;
    font-size: 0.9831rem;
    font-family: "aileron", sans-serif;
    font-weight: 700;
    text-align: center;
}
#socials-list{
    text-align: center;
    margin-top: 5%;
    padding-top: 2%;
    padding-bottom: 10%;
}
#contact {
    display: none;
}


/*=================== Tablet ====================================*/
@media only screen and (min-width: 550px){
    .bg-tab {
        background-image: url("assets/tablet.jpg");
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #000000;
        max-width: 100%;
    }
    .artist-info{
        position: relative;
        top: 12%;
        width: 45%;
        padding: 5%;
    }
    .item-list {
        padding-left: 0;
    }
    [class*="fa-square"] {
        color: #577992;
        padding-right: 2%;
        padding-bottom: 2%;
    }
    #bio {
        color: #F0EBE1;
        font-family: "aileron", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        font-size: 1.15rem;
    }
    #events {
        text-align: left;
    }
    .bg-mobile {
        display: none;
    }
    #email-footer {
        color: #FFFFFF;
        font-size: 0.9831rem;
        font-family: "aileron", sans-serif;
        font-weight: 700;
        text-align: left;
    }
    #socials-list{
        text-align: left;
        margin-top: 5%;
        padding-top: 2%;
        padding-bottom: 10%;
    }
    #mobile-footer{
        margin-left:3%;
    }
    #events-headline{
        font-size: 1.8rem;
    }
    .events-show{
        font-size: 1.5rem;
    }
}
/*=================== Larger Tablet (e.g. ipad pro) ====================================*/
@media only screen and (min-width: 1024px){
    .bg-tab {
        background-image: url("assets/tablet.jpg");
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #000000;
        max-width: 100%;
    }
    .artist-info{
        position: relative;
        top: 12%;
        width: 45%;
        padding: 5%;
    }
    .item-list {
        padding-left: 0;
    }
    [class*="fa-square"] {
        color: #577992;
        padding-right: 2%;
        padding-bottom: 2%;
    }
    #bio {
        color: #F0EBE1;
        font-family: "aileron", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        font-size: 1.5rem;
    }
    #events {
        text-align: left;
        padding-top: 5%;
    }
    .bg-mobile {
        display: none;
    }
    #email-footer {
        color: #FFFFFF;
        font-size: 1.15rem;
        font-family: "aileron", sans-serif;
        font-weight: 700;
        text-align: left;
        padding-top: 3%;
        padding-bottom: 2%;
    }
    #socials-list{
        text-align: left;
        margin-top: 5%;
        padding-top: 2%;
        padding-bottom: 10%;
    }
    #mobile-footer{
        margin-left:3%;
    }
    #events-headline{
        font-size: 1.8rem;
    }
    .events-show{
        font-size: 1.5rem;
    }
    .fa {
        padding: 4%;
        font-size: 2rem;
        width: 7%;
    }
}
/*=================== Desktop ====================================*/
@media only screen and (min-width: 1280px){
    .bg-desk {
        background-image: url("assets/desktop.jpg");
        height: 100%;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        background-color: #000000;
        max-width: 100%;
    }
    .artist-info{
        position: relative;
        top: 21%;
        width: 45%;
        padding: 5%;
    }   
    #bio {
        color: #F0EBE1;
        font-family: "aileron", sans-serif;
        font-weight: 400;
        font-style: normal;
        text-align: left;
        font-size: 1.35rem;
    }
    #events {
        text-align: left;
        margin-top: 0;
    }
    .bg-mobile, #mobile-footer{
        display: none;
    }
    #contact {
        display: inherit;
        padding-left: 3%;
        width: 100%;
    }
    .contact-no-bullet {
        color: #FFFFFF;
        font-family: "aileron", sans-serif;
        font-weight: 700;
        font-size: 1.45rem;
        font-style: normal;
    }
    .item-list{
        list-style-type: none;
        padding-left: 0;
    }
    #email {
        font-weight: 700;
        font-size: 1.5rem;
    }
    .fa {
        padding: .75%;
        font-size: 1.5rem;
        width: 3.25%;
        color: #000000;
        border-radius: 50%;
        text-align: center;
        text-decoration: none;
        margin-bottom: 1%;
    }
    #socials-list{
        text-align: left;
        margin-top: 2%; 
        margin-bottom: 0;
        padding-bottom:0;
    }
    #events{
        padding-top: 1%;
    }
}