section:focus {
	outline:none;
}

section button::-moz-focus-inner {
	border: 0;
}

section {
    box-sizing: border-box;
    color: white;
/*    width: 780px;
    padding: 0 auto;*/
}

section h1 {
    padding-bottom: 20px;
    font-size: 98px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: -4px;
}

section p {
    padding: 16px 0;
}

#shows .center-content-container {
    padding-left: 0;
}

/*
    About
*/
#about {
    font-size: 46px;
    margin-top: 235px;
    text-shadow: 0 0 2px #aaa;
    padding-right: 20px;
}

/*
    Shows
*/
ul.shows-list {
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: space-around;
    /* margin-bottom: 70px; */
}

ul.shows-list li {
    width: 380px;
    font-size: 34px;
    padding-right: 20px;
}

.shows-list img {
    width: 380px;
}

.shows-list .show-date {
    font-size: 18px;
    padding: 0;
}

.shows-list  p {
    padding: 0 0 40px 0;
    letter-spacing: -1px;
}

/*
    Radio Stream 
*/
#radio-stream {
    background: #000000;
    font-size: 22px;
}

#radio-stream h1 {
    padding-bottom: 0;
}

#radio-stream h2 {
    max-width: 580px;
    font-size: 36px;
    font-weight: normal;
    padding: 40px 0 10px 0;
}

#radio-stream a {
    color: #c36a2f;
    text-decoration: none;
    border-bottom: 1px dashed black;
}

#radio-stream a:hover {
    color: white;
    border-bottom: 1px dashed white;
}

#radio-stream hr {
    border: 1px solid white;
}

.playlist-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-evenly;
    align-items: center;
    margin: 50px 0;
}

.playlist-container img {
    height: 118px; 
}

.playlist-container li {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
}

.playlist-container a {
    margin-left: 20px;
    box-sizing: border-box;
}

#radio-stream .playlist-container a.img-link,
#radio-stream .playlist-container a.img-link:hover {
    border: 0;
}

/*
    Recent Tracks
*/
#recent-tracks a {
    display: inline-block;
    border: 0;
}

#recent-tracks a:hover {
    border: 0;
}

img.recent-track-album-cover {
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 2px;
}

ul#recent-tracks a.cover-link {
    width: 50px;
    height: 50px;
    opacity: 0.8;
    transition: all 0.2s ease-in-out;
}

ul#recent-tracks a.cover-link:hover {
    opacity: 1;
}

ul#recent-tracks {
    display: flex;
    flex-flow: row wrap;
}

ul#recent-tracks li {
    flex-basis: 140px;
    margin: 10px;
    font-size: 16px;
}

/*
    Events
*/
#events {
    color: #000000;
    background: #ffffff;
}

#events .center-content-container {
    padding-bottom: 0;
}

#events hr {
    border: 2px solid black;
}

#events ul {
    margin-bottom: 70px;
}

#events li {
    margin-bottom: 25px;
    border: 1px solid #e9eae9;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(192,192,192,0.8);
    -moz-box-shadow: 0px 0px 5px 0px rgba(192,192,192,0.8);
    box-shadow: 0px 0px 5px 0px rgba(192,192,192,0.8);
    transition: all .2s ease-in-out;
}

#events li, 
.event-header,
.event-description {
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.event-header {
    font-size: 30px;
    padding: 15px 25px 10px 25px;
    -webkit-box-shadow: 0px 28px 39px 0px rgba(208,208,208,0.9);
    -moz-box-shadow: 0px 28px 39px 0px rgba(208,208,208,0.9);
    box-shadow: 0px 28px 39px 0px rgba(208,208,208,0.9);
    transition: all .2s ease-in-out;
}

.event-description {
    font-size: 24px;
    padding: 20px 25px 30px 25px;
}

#events li:hover .event-header {
    background: black;
    color: white;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

#events li:hover {
    border: 1px solid black;
}

/*
    Support Us
*/
#support-us {
    color: #000000;
    background: #ffffff;
}

#support-us hr {
    border: 2px solid black;
}

.support-us-intro {
    font-size: 30px;
    margin-bottom: 50px;
}

#support-us h2 {
    font-weight: 400;
    font-size: 36px;
    margin-bottom: 16px;
    letter-spacing: -1px;
}

.support-us-container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.support-us-item {
    flex-basis: 380px;
}

.donation-links {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.donation-links a {
    display: inline-block;
    flex-basis: 180px;
    width: 160px;
    padding: 20px 10px;
    text-align: center;
    background: #c36a2f;
    text-decoration: none;
    color: white;
    transition: all .2s ease-in-out;
}

.donation-links a:hover {
    background: black;
    color: white;
}

/*
    Team & Contacts
*/
#team {
    background: #000000;
}

.members-list li {
    box-sizing: border-box;
    height: 80px;
    border-top: 1px solid white;
    padding: 20px 0;
}

.members-list li:last-of-type {
    border-bottom: 1px solid white;
}

.members-list {
    margin-bottom: 50px;
}

.team-member {
    width: 50%;
    display: inline-block;
    font-size: 36px;
    font-weight: normal;
    color: white;
    text-decoration: none;
}

a.team-member:hover {
    text-decoration: underline;
}

.contacts {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.contacts-block h2 {
    line-height: 36px;
    font-size: 36px;
    font-weight: 400;
    letter-spacing: -1px;
    margin: 10px 0;
}

.contacts-block {
    flex-basis: 45%;
    border-bottom: 1px solid white;
    padding-right: 2%;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.contacts-block a {
    text-decoration: none;
    color: #c36a2f;
}

.contacts-block a:hover {
    color: white;
    border-bottom: 1px dashed white;
}

@media only screen and (max-width: 600px) {
    section {
        padding-left: 10px;
    }
    section h1 {
        font-size: 50px;
        padding-bottom: 10px;
    }
    #about {
        font-size: 26px;
        margin-top: 0;
    }
    .shows-list img {
        width: 100%;
    }
    ul.shows-list li {
        font-size: 26px;
    }
    a {
        word-break: break-all;
    }
    #radio-stream {
        font-size: 16px;
    }
    #radio-stream h2 {
        font-size: 26px;
    }
    .playlist-container li {
        flex-flow: row wrap;
    }
    .playlist-container img {
        height: 80px;
    }
    .event-header {
        font-size: 22px;
        padding: 10px 20px;
    }
    .event-description {
        font-size: 18px;
        padding: 10px 20px;
    }
    .support-us-intro {
        font-size: 26px;
    }
    .support-us-container {
        flex-flow: row wrap;
    }
    .donation-links {
        margin-bottom: 50px;
    }
    .donation-links a {
        width: 140px;
    }
    .team-member {
        width: 100%;
        font-size: 22px;
    }
    .contacts-block h2 {
        font-size: 26px;
        line-height: 26px;
    }
}