body {
	padding: 0;
	margin: 0;
	height: 100%;
    overflow: auto;
}
.player {
    position: absolute;
    right: 0;
    top: 0;
    }
#tol-logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
}
.music-links {
    position: absolute;
    display: inline-block;
    text-align: center;
    width: auto;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}
.music-links #listen-here {
    padding-left: 4px;
    padding-right: 23px;
}
.music-links #listen-here .red {
    display: none;
    z-index: 99;
}
.music-links #listen-here:hover .white {
    display: none;
    transition: .5s ease;
}
.music-links #listen-here:hover .red {
    display: inline-block;
    transition: .5s ease;
}
.music-links #the-playlists {
    padding-left: 23px;
    padding-right: 4px;
}
.music-links #the-playlists .red {
    display: none;
    z-index: 99;
}
.music-links #the-playlists:hover .white {
    display: none;
    transition: .5s ease;
}
.music-links #the-playlists:hover .red {
    display: inline-block;
    transition: .5s ease;
}
ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 3em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-end: 40px;
}
ul li {
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.fa-instagram {
    color: #FFFFFF;
}
.fa-instagram:hover {
    color: red;
    transition: .5s ease;
}
.fa-twitter {
    color: #FFFFFF;
}
.fa-twitter:hover {
    color: red;
    transition: .5s ease;
}
.fa-youtube {
    color: #FFFFFF;
}
.fa-youtube:hover {
    color: red;
    transition: .5s ease;
}
@media handheld, screen and (min-width: 1900px) {
	#tol-logo {
        width: 36%;
        height: auto;
    }
    .white {
        width: 36%;
        height: auto;
    }
    .red {
        width: 36%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 1900px) and (min-width: 1800px) {
	#tol-logo {
        width: 40%;
        height: auto;
    }
    .white {
        width: 36%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 1800px) and (min-width: 1700px) {
	#tol-logo {
        width: 44%;
        height: auto;
    }
    .white {
        width: 36%;
        height: auto;
    }
    .red {
        width: 36%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 1700px) and (min-width: 1600px) {
	#tol-logo {
        width: 48%;
        height: auto;
    }
    .white {
        width: 36%;
        height: auto;
    }
    .red {
        width: 36%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 1600px) and (min-width: 1450px) {
	#tol-logo {
        width: 55%;
        height: auto;
    }
    .white {
        width: 36%;
        height: auto;
    }
    .red {
        width: 36%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 1450px) and (min-width: 1300px) {
	#tol-logo {
        width: 64%;
        height: auto;
    }
    .white {
        width: 36%;
        height: auto;
    }
    .red {
        width: 36%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 1299px) and (min-width: 1100px) {
	#tol-logo {
        width: 70%;
        height: auto;
    }
    .white {
        width: 38%;
        height: auto;
    }
    .red {
        width: 38%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 1099px) and (min-width: 940px) {
	#tol-logo {
        width: 72%;
        height: auto;
    }
    .white {
        width: 36%;
        height: auto;
    }
    .red {
        width: 38%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 939px) and (min-width: 820px) {
	#tol-logo {
        width: 75%;
        height: auto;
    }
    .white {
        width: 38%;
        height: auto;
    }
    .red {
        width: 38%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 819px) and (min-width: 742px) {
	#tol-logo {
        width: 82%;
        height: auto;
    }
    .white {
        width: 37%;
        height: auto;
    }
    .red {
        width: 37%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 741px) and (min-width: 686px) {
	#tol-logo {
        width: 85%;
        height: auto;
    }
    .white {
        width: 36%;
        height: auto;
    }
    .red {
        width: 36%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 685px) and (min-width: 541px) {
	#tol-logo {
        width: 90%;
        height: auto;
    }
    .white {
        width: 32%;
        height: auto;
    }
    .red {
        width: 32%;
        height: auto;
    }
}
@media handheld, screen and (max-width: 540px) and (min-width: 490px) {
	#tol-logo {
        width: 90%;
        height: auto;
    }
    .music-links {
        position: absolute;
        text-align: center;
        left: 15%;
        transform: translateX(0%);
        top: 75%;
    }
    .music-links #listen-here {
        position: relative;
        float: left;
        padding: 0;
    }
    .music-links #the-playlists {
        position: relative;
        float: right;
        padding: 0;
    }
    .music-links a {
        width: 180px;
    }
    .white {
        width: 50%;
        height: auto;
    }
    .red {
        width: 50%;
        height: auto;
    }
    ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fa-2x {
        font-size: 1.5em;
    }
}
@media handheld, screen and (max-width: 490px) and (min-width: 440px) {
	#tol-logo {
        width: 90%;
        height: auto;
    }
    .music-links {
        position: absolute;
        text-align: center;
        left: 11%;
        transform: translateX(0%);
        top: 75%;
    }
    .music-links #listen-here {
        position: relative;
        float: left;
        padding: 0;
    }
    .music-links #the-playlists {
        position: relative;
        float: right;
        padding: 0;
    }
    .music-links a {
        width: 180px;
    }
    .white {
        width: 50%;
        height: auto;
    }
    .red {
        width: 50%;
        height: auto;
    }
    ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fa-2x {
        font-size: 1.3em;
    }
}
@media handheld, screen and (max-width: 440px) and (min-width: 400px) {
	#tol-logo {
        width: 90%;
        height: auto;
    }
    .music-links {
        position: absolute;
        text-align: center;
        left: 8.5%;
        transform: translateX(0%);
        top: 75%;
    }
    .music-links #listen-here {
        position: relative;
        float: left;
        padding: 0;
    }
    .music-links #the-playlists {
        position: relative;
        float: right;
        padding: 0;
    }
    .music-links a {
        width: 180px;
    }
    .white {
        width: 50%;
        height: auto;
    }
    .red {
        width: 50%;
        height: auto;
    }
    ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fa-2x {
        font-size: 1.2em;
    }
}
@media handheld, screen and (max-width: 399px) and (min-width: 330px) {
    #tol-logo {
        width: 90%;
        height: auto;
    }
    .music-links {
        position: absolute;
        text-align: center;
        left: 8%;
        transform: translateX(0%);
        top: 75%;
    }
    .music-links #listen-here {
        position: relative;
        float: left;
        padding: 0;
    }
    .music-links #the-playlists {
        position: relative;
        float: right;
        padding: 0;
    }
    .music-links a {
        text-align: center;
        width: 150px;
    }
    .white {
        width: 60%;
        height: auto;
    }
    .red {
        width: 60%;
        height: auto;
    }
    ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fa-2x {
        font-size: 1em;
    }
}
@media handheld, screen and (max-width: 329px) {
    #tol-logo {
        width: 90%;
        height: auto;
    }
    .white {
        width: 70%;
        height: auto;
    }
    .red {
        width: 70%;
        height: auto;
    }
    ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .fa-2x {
        font-size: 0.9em;
    }
}
/* Landscape Support */
@media handheld, screen and (orientation: landscape) and (max-height: 1080px) and (min-height: 900px) {
	#tol-logo {
        height: 58%;
        width: auto;
    }
}
@media handheld, screen and (orientation: landscape) and (max-height: 900px) and (min-height: 720px) {
	#tol-logo {
        height: 55%;
        width: auto;
    }
}
@media handheld, screen and (orientation: landscape) and (max-height: 720px) and (min-height: 600px) {
	#tol-logo {
        height: 53%;
        width: auto;
    }
}
@media handheld, screen and (orientation: landscape) and (max-height: 720px) and (min-height: 600px) {
	#tol-logo {
        height: 50%;
        width: auto;
    }
}
@media handheld, screen and (orientation: landscape) and (max-height: 600px) and (min-height: 480px) {
	#tol-logo {
        height: 48%;
        width: auto;
    }
}
@media handheld, screen and (orientation: landscape) and (max-height: 480px) and (min-height: 320px) {
	#tol-logo {
        height: 46%;
        width: auto;
    }
}
@media handheld, screen and (orientation: landscape) and (max-height: 320px) {
	#tol-logo {
        height: 43%;
        width: auto;
    }
}