/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
	scroll-behavior: smooth;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

* {
	box-sizing: border-box;
}
/* General 

    font-family: 'Open Sans', sans-serif;
    font-family: 'Playfair Display', serif;

*/

body {
    font-family: 'Cabin', sans-serif;
	font-size: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	color: #fff;
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}
p {
	font-size: 1.2rem;
}
a {
	color: rgba(255,255,255,0.6);
}
a:hover {
	color: #fff;
}
h2 {
	font-family: 'Playfair Display', serif;
 	font-weight: normal;
	line-height: 2;
}
h2:after {
    background: #CA312B none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    width: 40px;
}
/* ===================
    ALL
   =================== */

.header-container {
	color: #fff;
	background-color: #000;
	padding: 7px 0;
}
.logo-group {
	margin: 0 auto;
	width: 75px;
}
.footer-container,
.main aside {
}

.header-container,
.footer-container,
.main aside {
}

.title {
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;

    text-align: center;
    text-decoration: none;

}

nav a:hover,
nav a:visited {
}

nav a:hover {
    text-decoration: underline;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
}
.main section {
	padding: 5% 10%;
	float: left;
	width: 100%;
	clear: both;
}
.main section h1::before {
    background: #CA312B none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 40px;
}
.main section h1::after {
    background: #CA312B none repeat scroll 0 0;
    content: "";
    display: block;
    height: 2px;
    margin: 0 auto;
    width: 40px;
}
.main section h1 {
    font-size: 2em;
    font-family: 'Playfair Display', serif;
	font-weight: normal;
	text-align: center;
	line-height: 2.5em;
	color: #fff;
	margin-bottom: 2em;
}

.main aside {
}

.footer-container {
	width: 100%;
	padding: 3px 5%;
	clear: both;
	float: left;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
section p:first-of-type {
	margin-top: 0;
}

.new-release {
	background: url('http://res.cloudinary.com/dh1117/image/upload/s--PVvHLOPl--/q_jpegmini/v1477925204/hansenmusic/nr-bg_negi0n.jpg') no-repeat scroll 50% 50% transparent;
	background-size: cover;
}
.about {
	background: url('http://res.cloudinary.com/dh1117/image/upload/s--7QIEYaT6--/q_jpegmini/v1477925203/hansenmusic/about-bg_ck3a5h.jpg') no-repeat scroll 50% 50% transparent;
	background-size: cover;
}
.shows {
	background-color: #171819;
}
.discography {
	background: url('http://res.cloudinary.com/dh1117/image/upload/s--KK0Cl0YG--/q_jpegmini/v1478102393/hansenmusic/disc-bg_zg47dt.jpg') no-repeat scroll 50% 50% transparent;
	background-size: cover;
}
.album-image {
	border: 8px solid #fff;
	max-width: 100%;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.3);
}
.headshot {
	border: 8px solid #ffffff;
	box-shadow: 2px 2px 2px 2px rgba(0,0,0,0.2);
	max-width: 100%;
}
.reviews {
}
.review {
	font-size: 1.3rem;
	margin-top: 1em;
	text-indent: -9px;
	line-height: 1.2;
	margin-bottom: 0;
	font-family: 'Playfair Display', serif;
}
.show {
    border-bottom: 1px solid #333;
    padding-bottom: 1em;
}
.show:last-of-type {
	border: none;
}
.reviewer, .show-date {
	color: #6079A5;
	font-size: 1rem;
	margin: .5em 0 0;
	font-family: 'Playfair Display', serif;
}
.hyphen {
	color: #CA312B;
}
.discography {
}
.controlled-burn-image {
	border: none;
	margin-bottom: 0.5em;
/*	width: 175px;
	float: left;
*/}
.copyright {
	font-family: 'Playfair Display', serif;
	font-size: 0.8rem;
	color: #888888;
}
.badge {
	vertical-align: middle;
	display: inline-block;
	width: 165px;
}
.release-date {
	font-size: 0.8em;
	color: #888888;
}
/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 480px) {

/* ====================
    INTERMEDIATE: Menu
   ==================== */
	nav ul {
		display: table;
		margin: 0 auto;
	}
    nav a {
        float: left;
        margin: 0 1.7%;
        padding: 25px 0.5rem;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }
.col-1of2 {
	width: 50%;
	float: left;
	padding-right: 5%;
}
.col-1of3 {
	width: 33.3333%;
	float: left;
	padding-right: 5%;
}
.col-2of3 {
	width: 66.6666%;
	float: left;
	padding-right: 5%;
}
.col-1of2:last-of-type,
.col-1of3:last-of-type,
.col-2of3:last-of-type {
	padding-right: 0;
}
.row {
	width: 100%;
	float: left;
	clear: both;
}
/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline-block;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }
}

@media only screen and (min-width: 768px) {

/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
    }

/* ============
    WIDE: Menu
   ============ */
    .header-container {
        position: fixed;
        width: 100%;
    }
    .new-release {
        margin-top: 75px;
    }
	.logo-group {
		float: left;
	}
    .title {
        float: left;
    }

    nav {
        float: right;
    }
    nav a {
        padding-left: 1rem;
        padding-right: 1rem;
    }
/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }
}

@media only screen and (min-width: 1140px) {

/* ===============
    Maximal Width
   =============== */

    .wrapper {
        margin: 0 auto;
    }
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}