/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

@font-face {
    font-family: "ch-vogue-regular";
    src: url("/fonts/CupheadVogue-Regular.woff") format('woff');
}

@font-face {
    font-family: "ch-vogue-extra-bold";
    src: url("/fonts/CupheadVogue-ExtraBold.woff") format('woff');
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.3;
	font-family: "ch-vogue-regular","Helvetica Neue",helvetica,arial,sans-serif;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*CUPHEAD STYLES*/

html {
  scroll-behavior: smooth;
}


body {
	//background: #fdce15;
 	background-color: lightblue;
}

img {
	width: 100%;
	max-width: 400px;
}

a, a:visited {
	text-decoration: none;
	color: black;
}

.site-wrapper {
	max-width: 650px;
	margin: 0 auto;
}

.content-wrapper {
	margin-left: 30px;
	margin-right: 30px;
	text-align: center;
    position: relative;
}

.header-wrapper {
	margin-bottom: 4em;
}

.header-image, .logo-wrapper{
	text-align: center;
}

.header-image img{
	//max-width: 400px;
}

.logo-wrapper {
	margin-bottom: 5px;
}

.logo-wrapper img{
	//max-width: 400px;
}

h1 {
	font-size: 1.3em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-family: "ch-vogue-extra-bold";

}


.quick-links-wrapper {
	border: 2px solid;
	margin-bottom: 4em;
}

h3 {
	font-size: 1.1em;
	padding-bottom: 0.8em;
}

.quick-links-column-wrapper {
    display: flex;
}

.quick-links-column {
    border-right: 1px solid;
    flex-basis: 100%;
    padding: 20px;
    background: color(srgb 0.9167 0.9569 0.97);
}

.quick-links-column:last-child{
    border-right: none;
    background: bisque;
}

.quick-links-wrapper ul li {
	letter-spacing: 0.1em;
	padding-bottom: 0.8em;
	border-bottom: 1px solid;
	margin-bottom: 0.8em;
}

.quick-links-wrapper ul li a {
	font-family: "ch-vogue-extra-bold";
	font-size: 1.2em;
}

.quick-links-wrapper a:hover {
	color: white;
}



.quick-links-wrapper ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.vol_numb {
    font-size: 1.6em;
}

.soundtrack-link-wrapper {
	margin-bottom: 2em;
	border-top: 1px solid;
    padding-top: 2em;
    border-bottom: 1px solid;
    padding-bottom: 2em;
}

.soundtrack-link-wrapper a{
	margin: 10px;
}



.soundtrack-link-wrapper a img{
	max-height: 41px;
	width: auto;
}

.soundtrack-link-wrapper a.google img{
	max-height: 58px;
	width: auto;
}

.music-stores {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 1.4em;
}


.large-bold {
	font-size: 1.8em;
	margin-bottom: 0.6em;
}
a.button {
	background: #e24d2b;
	padding: 8px 10px;
	color: white;
	font-size: 1.4em;
	text-decoration: none;
	display: inline-block;
	border-radius: 5px;
}

.pdf-row {
	text-align: left;
}

a.button.small {
	font-size: 1em;
}

a.outline-button {
    border: 1px solid;
    padding: 5px 13px;
    border-radius: 4px;
    display: inline-block;
}

a.outline-button:hover {
	background: #c5e1ea;
}

.sheet-music-wrapper-parent {
	margin-bottom: 3em;
}

.single-sheet-wrapper {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid;
}

.single-sheet-wrapper:last-of-type{
	//border-bottom: none;
	//margin-bottom: 0;
}


h2 {
	font-size: 1.1em;
	letter-spacing: 0.1em;
	padding-bottom: 0.8em;
	font-family: "ch-vogue-extra-bold";
}

.single-sheet-wrapper p {
	margin-bottom: 1em;
	text-align: left;
}


.humble-wrapper iframe {
	max-width: 100%;
	min-width: 100%;
	min-height: 170px;
}

.cuphead-website-link {
	margin-bottom: 4em;
}

.cuphead-website-link a:hover {
	color: white;
}

.medium {
	font-size: 0.7em;
}

.underline {
	text-decoration: underline;
}

.wallpaper-wrapper {
	margin-bottom: 2em;
	padding-bottom: 2em;
	border-bottom: 1px solid;
}

.wallpaper-wrapper h3 {
	padding-bottom: 0;
}


.wallpaper-wrapper img {
	border: 1px solid #2c2c2c;
}

a.wallpaper {
	display: inline-block;
}

.download-image-wrapper {
	margin-top: 2em;
	margin-bottom: 0.4em;
}


.footer-logos {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid;
	border-bottom: 1px solid;
	margin-bottom: 2em;
}

/*Humble Customs Stleys*/
/*TABLET*/
@media screen and (min-width: 516px) {
  .humble-wrapper iframe {
    min-height: 286px;
	}
}



/*TABLET*/
@media screen and (min-width: 651px) {
	body {
		font-size: 1.2em;
	}

	h1 {
		font-size: 1.6em;
	}

	h2 {
		font-size: 1.6em;
	}
}



.callout-sticker {
    position: absolute;
    max-width: 190px;
    top: 570px;
    right: -100px;
}




/*TABLET*/
@media screen and (min-width: 651px) {
	body {
		font-size: 1.2em;
	}

	h1 {
		font-size: 1.6em;
	}

	h2 {
		font-size: 1.6em;
	}

}


@media screen and (min-width: 551px) and (max-width: 650px) {

    .callout-sticker {
    position: absolute;
    max-width: 130px;
    top: 578px;
    right: -20px;
    }
    
}


/*MOBILE*/
@media screen and (min-width: 0px) and (max-width: 550px) {

    .quick-links-column-wrapper {
        flex-direction: column;
    }
    
    .quick-links-column {
        border-right: none;
    }
    
    .quick-links-column:last-child {
        border-top:1px solid;
        padding-top: 40px;
    }
    
    .callout-sticker {
    position: absolute;
    max-width: 130px;
    top: 1070px;
    right: -24px;
    }

    
}


/*MOBILE*/
@media screen and (min-width: 0px) and (max-width: 420px) {
    .callout-sticker {
    display: none;
    }
}



.vinyl-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
    gap: 1em;
    margin-top: 30px;
}

.soundtrack-link-wrapper .vinyl-wrapper a {
    max-width: 50%;
}

.soundtrack-link-wrapper .vinyl-wrapper a img{
    width: 100%;
    max-height: unset;
}


/*MOBILE*/
@media screen and (min-width: 0px) and (max-width: 550px) {
    .vinyl-wrapper {
        flex-direction: column;
        gap: 0;
    }
    
    .soundtrack-link-wrapper .vinyl-wrapper a {
    max-width: 100%;
    }
    
    
}
