@media (min-width: 768px) {
}
html {
    margin: 0; padding: 0; border: 0;
    width: 100%; height: 100%;
    overflow: hidden;
}
html.home {
    background-color: #330A0F;
    background-image: url('/images/background-header.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 75%;
}
body {
    margin: 0; padding: 0; border: 0;
    width: 100%; height: 100%;
    overflow: hidden;
    overflow: auto;
    font-size: 22px;
    font-family: "Merriweather", serif;
}
body > div#content {
    width: 100%; min-height: 100%;
    margin: 0; padding: 0; border: 0;
    overflow: auto;
    background-image: linear-gradient(180deg,rgba(255, 255, 255, 0) 0%, rgba(25, 25, 25, .9) 80%, rgba(25, 25, 25, 1) 100%);
    background-size: 100% 100%;
    z-index: 1;
}
body > div#content > section {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 85%; max-width: 1440px;
    border-radius: 5px;
}
body > div#content > section:before {
    display: block;
    position: absolute; bottom: 100%; left: 0%;
    padding: 8px 25px;
    margin-bottom: 25px;
    font-weight: bold;
    text-align: center;
    background-color: rgba(64, 64, 64, .75);
    color: white;
    border-radius: 5px;
}

/* Menu */

body > div#menu {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    background-color: white;
    padding: 10px 0;
    box-shadow: 0px 10px 10px #330A0F;
    z-index: 2;
}
body > div#menu > ul {
    position: relative;
    display: block;
    text-align: center;
    top: 0; left: 0;
    width: 80%; max-width: 1440px;
    margin: 0 10%; border: 0; padding: 0;
    list-style-type: none;
}
body > div#menu > ul > li {
    display: inline-block;
    line-height: 100%;
    vertical-align: middle;
}
body > div#menu > ul > li > a {
    color: #A44;
    font-size: 80%;
    margin: 0px 15px;
    font-weight: bold;
    text-decoration: none;
}

/* Section: Top */

body > div#content > section.top {
    margin: 10vw auto 20px auto;
}
body > div#content > section.top div.title {
    font-size: 130px;
    font-weight: bold;
}
body > div#content > section.top div.subtitle {
    margin-top: -20px;
    padding-left: 5px;
    font-size: 32px;
    font-weight: bold;
    color: #AAA;
    text-shadow: 2px 2px 2px black;
}

/* Section: Socials */

body > div#content > section.socials {
    margin: 21vw auto 20px auto;
    text-align: center;
}
body > div#content > section.socials > a {
    display: inline-block;
    width: 20%;
    margin: 0 4%;
    padding: 0 2%;
    height: 12vw;
    max-height: 180px;
    color: transparent;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
}
body > div#content > section.socials > a.spotify {
    background-size: 90%;
    background-color: #444;
    background-image: url('/images/spotify.png');
}
body > div#content > section.socials > a.twitch {
    background-color: #9347ff;
    background-image: url('/images/twitch.jpg');
}
body > div#content > section.socials > a.youtube {
    background-color: #FFF;
    background-image: url('/images/youtube.jpg');
}

/* Section: Unnatural Announce */

body > div#content > section.unnatural-announce {
    margin: 200px auto 0 auto;
    background-color: rgba(256, 256, 256, 0.7);
    width: 40%;
    min-width: 600px;
    padding: 30px;
    height: 260px;
    padding-left: 260px;
    background-image: url(/images/unnatural-cover.jpg);
    background-repeat: no-repeat;
    background-size: 200px;
    background-position: 30px 30px;
    box-sizing: border-box;
}

body > div#content > section.unnatural-announce > a {
    display: block;
    position: absolute; bottom: 30px; right: 30px;
    width: 200px;
    height: 60px;
    line-height: 60px;
    margin-top: 20px;
    text-align: center;
    background:linear-gradient(to bottom, #89c403 5%, #77a809 100%);
	background-color: #77a809;
    border-radius: 6px;
    border: 1px solid #74b807;
    color: #FFF;
    text-shadow: 0px 1px 0px #528009;
    font-weight: bold;
    text-decoration: none;
    float: right;
    
}

body > div#content > section.unnatural-announce > a:hover {
    opacity: 0.9;
}
/* Section: About */

body > div#content > section.about {
    min-height: 330px;
    color: #CCC;
    text-shadow: 2px 2px 2px black;
    margin: 400px auto 20px auto;
    background-size: 90%;
    background-color: #1A1A1A;
    background-image: url('/images/crimulus-3.jpg');
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 85%;
}
body > div#content > section.about > div.mini-bio {
    width: 52%;
    padding: 4%;    
}

/* Section: Mailing List */

body > div#content > section.mailing-list:before {
    content: 'Email Signup';
}
body > div#content > section.mailing-list {
    margin: 300px auto;
    padding: 20px;
    background-color: rgba(225,225,225,0.8);
}
body > div#content > section.mailing-list > div {
    margin: 0 auto;
}

/* Section: YouTube */

body > div#content > section.voices:before {
    content: 'Voices of the Community';
}
body > div#content > section.daily-live-streams:before {
    content: 'Daily Live Streams';
}
body > div#content > section.unnatural-dailies:before {
    content: 'Daily Posts About Unnatural';
}
body > div#content > section.voices,
body > div#content > section.daily-live-streams,
body > div#content > section.unnatural-dailies {
    margin: 300px auto 20px auto;
}
body > div#content > section.unnatural-dailies {
    width: 70%;
    margin-bottom: 250px;
}
body > div#content > section.voices > iframe,
body > div#content > section.daily-live-streams > iframe,
body > div#content > section.unnatural-dailies > iframe {
    display: block;
    margin: 0 auto;
    width: 100%;
    min-height: 48vw;
}

/* Section: Calendar */

body > div#content > section.calendar-current:before {
    content: 'Upcoming Shows';
}
body > div#content > section.calendar-past:before {
    content: 'Past Shows';
}
body > div#content > section.calendar-current,
body > div#content > section.calendar-past {
    position: relative;
    margin: 300px auto;
    width: 70%;
    max-width: 800px;
    padding: 40px;
    background-color: rgba(225,225,225,0.8);
}
body > div#content > section.calendar-current a,
body > div#content > section.calendar-past a {
    color: #444;
}

/* Section: Calendar */

body > div#content > section.footer {
    margin: 100px auto 0;
    bottom: 0; left: 0;
    width: 100%;
    padding: 20px 0;
    background-color: black;
    color: white;
    border-radius: 0;
    text-align: center;
    font-size: 80%;
}
body > div#content > section.footer > a {
    color: #CCC;
}

/* Section Unnatural-XX */

html.unnatural {
    background-color: rgb(159, 53, 44);
    background-image: url('/images/unnatural-cover.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 0;
}
html.unnatural div#content > section.top > div.title {
    color: #f0e5dd;
    font-size: 95px;
}
html.unnatural div#content > section.top > div.subtitle {
    font-size: 26px;
}
body > div#content > section.unnatural-xx {
    margin: 150px auto 200px auto;
    background-color: rgba(256, 256, 256, 0.7);
    background-image: url('/images/~crim.png');
    background-repeat: no-repeat;
    background-size: 150px;
    background-position: left bottom;
    font-size: 75%;
    max-width: 1080px;
    padding-bottom: 100px;
}
body > div#content > section.unnatural-xx > img {
    display: none; inline-block;
    float: left;
    width: 45%;
    padding: 20px;
}
body > div#content > section.unnatural-xx > p {
    margin: 0; padding: 20px; border: 0;
}
body > div#content > section.unnatural-xx > ul.tracks:before {
    content: 'Track List';
    font-weight: bold;
    position: absolute;
    left: 50%; top: 5px;
    transform: translate(-50%, 0);
}
body > div#content > section.unnatural-xx > ul.tracks {
    position: relative;
    float: right;
    margin: 20px;
    padding: 20px;
    padding-top: 50px;
    padding-left: 40px;
    border: 1px solid black;
    list-style-type: number;
    background-color: white;
}
body > div#content > section.unnatural-xx > ul.tracks > li {
    font-size: 80%;
}
