
h1{font-size: 72px; margin: 0px; margin-top: 100px;}
h2{font-size: 60px; margin: 0px;}
h3{font-size: 30px; margin: 0px;}




@media only screen and (max-width : 1200px) {
    h1{font-size: 66px; }
}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    h1{font-size: 60px; }
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {
    h1{font-size: 54px; }
}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {
    h1{font-size: 48px; }
    #controls{ display:none; }
    #song-marquee{
        z-index: 9990;
        position:absolute;
        background-color: rgba(100,100,100,0.5);
        top:0px;
        left:0px;
        right: inherit;;
        width: 100vw;
        margin-bottom: 35px;
        border: 0px;
        border-bottom: 4px solid gray;
        border-radius: 0px;
    }
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {
    h1{display: none; }
    h2{display: none; }
    h3{display: none; }
}
