body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: 'Gill Sans', 'Gill Sans MT', 'Myriad Pro', 'DejaVu Sans Condensed', 'Helvetica', 'Arial', 'sans-serif';
}

.home-page {
    background-color: #76cfc6;
}

.about-page {
    background-color: #ffc0db;
}

.music-page {
    background-color: #db7e41;
}

.news-page, .listen-page {
    background-color: #e2c2d1;
}

.video-page {
    background-color: #c174e8;
}

.advocacy-page {
    background-color: #abdce0;
}

.contact-page {
    background-color: #e1cfcf;
}

.news-article-span {
    font-size: 16px;
}

article p a {
    text-decoration: none;
}

article p a:hover {
    text-decoration:underline;
}

nav {
    padding: 20px;
    position: sticky;
    top:0;
    font-family: Arial;
    background-color: #000000;
    z-index: 200;
}

nav ul {
    white-space: nowrap;
    max-width: 1200px;
    margin: 0 auto;
}

nav li {
    width: 12.5%;
    display: inline-block;
    font-size: 24px;
    text-align: left;
}
nav li a {
    text-decoration: none;
    color: #ffffff;
    padding: 5px;
    border-color: rgb(255, 255, 255);
    border-width: 3px;
    border-style: none;
}

.selected-page {
    border-style: solid;
    box-shadow: none;
}

main {
    position: relative;
    max-width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.rhayne-image-content {
    position: relative;
    top: 0;
    z-index: 100;
}

.rhayne-content {
    position: absolute;
    top: 40px;
    left: 800px;
}

.div-media {
    display:inline;
    float:right;
    border-width:1;
    border-style:solid;
    margin-top:-20px;
    margin-left:15px;
    margin-bottom:15px;
}

.div-social {
    display:inline;
    float:right;
}

.audio-sfc {
    filter: sepia(50%) saturate(70%) grayscale(1) contrast(99%) invert(30%);
    width: 100%;
    height: 25px;
}

article {
    position: absolute;
    padding: 0 40px 0 0;
}

article h1 {
    font-size: 45px;
    margin: 10px auto;
}

article h2 {
    font-size: 30px;
}

article h3 {
    font-size: 25px;
}

article p{
    line-height: 1.5em;
    font-size: 20px;
    color: #000000;
}

.album-details {
    text-align: center;
    margin: 20px 0;
    white-space: nowrap;
    padding: 0;
}

.album-details li{
    display: inline-block;
    text-decoration: none;
    width: 40%;
    margin: 10px 5%;
    vertical-align: top;
}

.album-details li img {
    max-width: 100%;
}

.apple-badges {
    display: block;
}

.album-text {
    white-space: normal;
    line-height: normal;
}

.rhayne-video {
    width: 720px;
    height: 480px;
}

.sfc-video {
    width:240px;
    height:135px;
}

article span {
    font-size: 20px;
}

footer {
    position:fixed;
    background: #0e0d0d;
    color: white;
    padding: 5px;
    text-align: center;
    z-index: 300;
    bottom: 0;
    width: 100%;
    margin: 0;
    font-size: 9px;
}

/* Psuedo Classes */
.link-formatting {
    color: black;
    text-decoration: none;
}

.link-formatting:hover {
    text-decoration: underline;
}

nav li a:hover {
    text-decoration: underline;
}

.images li:hover {
    position: relative;
    top: -4px;
}

.listen-player {
    padding: 0;
    margin: 0;
    width: 400px;
    padding: 0;
}

/* Responsive Styles */

@media screen and (max-width: 1750px) {
    .rhayne-video {
        width: 600px;
        height: 400px;
    }

    .div-media {
        display:inline;
        width:100%;
        border-width:1;
        border-style:solid;
        margin-top:0px;
        margin-left:15px;
        margin-bottom:15px;
    }

    .div-social {
        display:inline;
        float:right;
    }
}

@media screen and (max-width: 1530px) {
    .rhayne-video {
        width: 600px;
        height: 400px;
    }

    .div-media {
        display:inline;
        width:100%;
        border-width:1;
        border-style:solid;
        margin-top:0px;
        margin-left:15px;
        margin-bottom:15px;
    }

    .div-social {
        display:inline;
        float:right;
    }
}

@media screen and (max-width: 1480px) {
    article h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 1400px) {

    nav li {
        font-size: 18px;
    }

    .rhayne-image-content {
        position:relative;
    }

    .rhayne-image {
        width: 70%;
    }

    .rhayne-content {
        left: 40%;
    }

    footer {
        font-size: 8px;
        margin: 0;
        padding: 3px;
    }

    .div-media {
        display:inline;
        width:100%;
        border-width:1;
        border-style:solid;
        margin-top:0px;
        margin-left:15px;
        margin-bottom:15px;
    }

    .div-social {
        display:inline;
        float:right;
    }
}

@media screen and (max-width: 1005px) {

    .rhayne-image-content {
        left: -20px;
        width: 105%;
    }

    article h1 {
        font-size: 35px;
    }
    
    article h2 {
        font-size: 20px;
    }
    
    article h3 {
        font-size: 18px;
    }
    
    article p{
        font-size: 15px;
    }

    article span {
        font-size: 15px;
    }

    .news-article-span {
        font-size: 14px;
    }

    .rhayne-video {
        width: 400px;
        height: 267px;
    }

    .div-media {
        display:inline;
        width:100%;
        border-width:1;
        border-style:solid;
        margin-top:0px;
        margin-left:10px;
        margin-bottom:10px;
    }

    .div-social {
        display:inline;
        float:right;
    }
}

@media screen and (max-width: 852px) {
    article h1 {
        font-size: 30px;
    }
}

@media screen and (max-width: 800px) {

    .rhayne-image-content {
        top: 0;
        left: -35px;
        width: 105%;
    }

    .rhayne-logo {
        width: 35%;
    }

    .rhayne-logo2 {
        width: 70%;
    }

    .rhayne-content {
        top: 20px;
    }

    nav {
        position: absolute;
        font-family: Arial;
        top: 50%;
        left: -40px;
        background-color: transparent;
    }
    
    nav ul {
        white-space: nowrap;
        margin: 15px;
    }

    nav li {
        font-size: 20px;
        display: block;
        width: 100%;
        margin: 12px, 0;
        text-align: left;
        line-height: 2.5em;
    }

    nav li a {
        color: black;
        text-shadow: 1px 1px white;
        border-color: black;
    }

    article p {
        line-height: normal;
    }

    article span {
        font-size: 12px;
    }

    .album-details {
        padding: 0;
    }

    .album-details li {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .div-social {
        display:inline;
        float:right;
    }

}

@media screen and (max-width: 740px) {
    article h1 {
        font-size: 25px;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    .div-media {
        display:inline;
        width:100%;
        border-width:1;
        border-style:solid;
        margin-top:0px;
        margin-left:5px;
        margin-bottom:5px;
    }

    .div-social {
        display:inline;
        float:right;
    }
}

@media screen and (max-width: 660px) {
    .rhayne-video {
        width: 300px;
        height: 200px;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    .news-article-span {
        font-size: 12px;
    }

    .listen-player {
        width: 326px;
    }

    .div-social {
        display:inline;
        float:right;
    }

}

@media screen and (max-width: 620px) {
    article h1 {
        font-size: 22px;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }
    
    .div-social {
        display:inline;
        width:100%;
    }
}


@media screen and (max-width: 560px) {

    nav {
        left: -60px;
        top: 60%;
    }

    article {
        padding: 0;
    }

    article h1 {
        font-size: 18px;
    }
    
    article h2 {
        font-size: 15px;
    }
    
    article h3 {
        font-size: 12px;
    }
    
    article p{
        font-size: 10px;

    }
    
    article span {
        font-size: 9px;
    }

    .news-article-span {
        font-size: 10px;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    nav li {
        font-size: 15px;
        display: block;
        width: 100%;
        margin: 12px, 0;
        text-align: left;
        line-height: 2.5em;
    }

    .div-social {
        display:inline;
        width:100%;
    }

    footer {
        font-size: 6px;
    }
}

@media screen and (max-width: 530px) {

    article h1 {
        font-size: 16px;
    }

    .rhayne-content-listen-page {
        left: 30%;
    }

    .listen-page-top-article {
        position: relative;
        left: 50px;
        width: 80%;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    .div-media {
        display:inline;
        width:100%;
        border-width:1;
        border-style:solid;
        margin-top:0px;
        margin-left:1px;
        margin-bottom:1px;
    }

    .div-social {
        display:inline;
        width:100%;
    }
}

@media screen and (max-width: 475px) {
    .rhayne-video {
        width: 200px;
        height: 133px;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    .div-social {
        display:inline;
        width:100%;
    }


    nav li {
        line-height: 2.0em;
    }
}

@media screen and (max-width: 450px) {

    .rhayne-content-listen-page {
        left: 20%;
    }

    .listen-page-top-article {
        position: relative;
        left: 90px;
        width: 70%;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    .div-social {
        display:inline;
        width:100%;
    }
}

@media screen and (max-width: 420px) {
    article h1 {
        font-size: 15px;
    }
    article h2 {
        font-size: 14px;
    }

    article h3 {
        font-size: 13px;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    .div-social {
        display:inline;
        width:100%;
    }
}

@media screen and (max-width: 400px) {
  
    .rhayne-content-listen-page {
        left: 15%;
    }

    .listen-page-top-article {
        position: relative;
        left: 100px;
        width: 65%;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    .div-social {
        display:inline;
        width:100%;
    }
}

@media screen and (max-width: 360px) {
    article h1 {
        font-size: 13px;
    }

    article h2 {
        font-size: 12px;
    }

    article h3 {
        font-size: 11px;
    }

    .rhayne-content-listen-page {
        left: 10%;
    }
    
    .listen-page-top-article {
        position: relative;
        left: 118px;
        width: 59%;
    }

    .sfc-video {
        width:120px;
        height:67px;
    }

    .div-social {
        display:inline;
        width:100%;
    }
}

.tab {
    padding:10px;
    background:#000;
    display:inline-block;
}

.tabs {
    overflow: hidden;
}

.tabcontent {
    display: none;
    padding: 6px 12px;
}

/* Style the buttons that are used to open the tab content */
.tab button {
    padding:5px;
    background-color: #000000;
    color:#ffffff;
    border-style:solid;
    border-width:3px;
    border-color:#000000;
    font-size: 24px;
    text-decoration: none;
}

  
/* Change background color of buttons on hover */
.tab button:hover {
    border-color:#000000;
    border-width:3px;
    text-decoration: underline;
}
  
/* Create an active/current tablink class */
.tab button.active {
    border-color:#ffffff;
    border-width:3px;
    box-shadow: none;
    text-decoration: none;
}
