html {
		height: 100%;
		padding: 0; margin: 0;
    	margin-left: calc(100vw - 100%);
    	margin-right: 0;
	}
body {
		font-family: "EB Garamond", serif;
		font-weight: 400;
		font-style: normal;
		height: 100%;
		padding: 0; margin: 0;
		background-size: cover;
		background-position: top center;
		background-attachment: none;
		background-color: #f7f7f7;
		color: #1a0d0c;
	}
	
#bandcamp_follow {
	width: 55px;
	position: fixed;
	top: 28px;
	left: 10px;
	filter: saturate(0);
	mix-blend-mode: multiply;
	transition: 0.5s all;
	overflow-x: hidden;
}	
#bandcamp_follow:hover {
	width: 155px;
}
#bandcamp_follow iframe {
	width: 155px;
	border: 0;
	height: 50px;
}	
	
#content_container {
		max-width: 760px;
		margin: 15px auto;
		transition: 0.5s all;
		overflow-x: visible;
	}
	
	#border-top {
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 18px;
		background-color: black;
	}	
	
	#border-bottom {
		display: block;
		position: relative;
		width: 100%;
		height: 18px;
		background-color: black;
	}	
hr {
	display: block;
	float: left;
	height: 3px;
	border-width: 0;
	color: #000;
	background-color: #000;
	width: 100%;
	margin: 30px auto 30px auto;
	
}	
h1 {
		text-align: center;
		font-family: "Gilly", "Helvetica", "Arial", Arial, sans-serif;  
		font-size: 108px; line-height: 121px; 
		text-transform: uppercase; letter-spacing: 1px;
		letter-spacing: 0.03em;
		pointer-events: none;
		margin: 0.75em auto 0.125em auto;
		font-weight: normal;
	}
@media (max-width: 999px) {
	h1 {font-size: 72px; line-height: 90px; 
		margin: 0.875em auto 0.125em auto;}
}
@media (max-width: 600px) {
	h1 {font-size: 60px; line-height: 70px; 
		margin: 1em auto 0.125em auto;}
}

h1.title_wordmark {
	background-image: url(/assets/images/gillyweeds_wordmark-script.png);
	width: 100%; height: auto;
	aspect-ratio: 2.99;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	transition: all 0.5s;
}

h1 span {display: none;}




h2 {
		font-family: "EB Garamond", "Courier New", "Courier", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
		font-size: 33px;
		text-transform: uppercase;
		letter-spacing: 3px;
		margin: 0 0 0.4em 0;
		font-weight: normal;
		text-align: center;
		line-height: 40px;
	}
@media (max-width: 999px) {
	h2 {font-size: 23px; line-height: 29px; letter-spacing: 2px;}
}
@media (max-width: 600px) {
	h2 {font-size: 18px; line-height: 23px; letter-spacing: 1px;}
}

#merch_container {
	max-width: 535px; margin: 35px auto 0 auto;
}

h3 {
	font-size: 2.5em;
	font-family: "Gilly", "Helvetica", "Arial", Arial, sans-serif;  
	font-weight: normal;
}
h3.gear_button {
	text-align: center;
}
h3.gear_button .gear_button-btn {
	text-decoration: none; letter-spacing: 0.025em; padding: 25px 0 22px 0.8em; border-radius: 25px; border: 13px double; background-color: #000000 ; color:#fff; mix-blend-mode: multiply; white-space: nowrap;
}


@media (max-width: 600px) {
h3.gear_button {
	font-size: 1.9em;
}
}


#album_info {
		float: left;
		width: 760px;
		margin: 0 0 20px 0;
		padding: 0;
		text-align: center;
}
a {
		color: #000;
	}

#tour_dates {
	text-align: left;
	width: 760px;
	letter-spacing: 0.075em;
	line-height: 21px;
	font-size: 18px;
	padding-top: 40px;
	padding-bottom: 40px;
}
#tour_dates tr td {
	padding: 5px 10px 10px 0;
	vertical-align: top;
}

#tour_dates tr td.tix {
	text-align: right;
	opacity: 0.15;
}

#tour_dates tr td.tix a {
	pointer-events: none;
}
#tour_dates tr td.tix_available {
	text-align: right;
	width: 128px;
}
#tour_dates tr td.tix a.buy_tickets, #tour_dates tr td.tix_available a.buy_tickets
{border: 2px solid; border-radius: 3px; text-align: center; text-decoration: none; line-height: 0; line-height: inherit; padding: 3px 8px;}


@media (max-width: 999px) {
#tour_dates {
	text-align: left;
	width: 560px;
	font-size: 16px;
	letter-spacing: 0.05em;
	line-height: 19px;
	

}
}

@media (max-width: 600px) {
#tour_dates {
	text-align: left;
	width: 450px;
	font-size: 14px;
	letter-spacing: 0.025em;
	line-height: 17px;


}
#tour_dates tr td.tix a.buy_tickets, #tour_dates tr td.tix_available a.buy_tickets
{border: 2px solid; border-radius: 3px; text-align: center; text-decoration: none; line-height: 0; line-height: inherit; padding: 4px 8px; margin: 0 0 0 -5px; !important;}

}

#tour_info {
		width: 760px;
		float: left;
		text-align: center;
		margin: 10px 20px 60px 0;
		padding: 10px 0 0 0;
}
#tour_info .email_input {
		display: inline-block;
		width: 300px; height: 38px;
		font-family: "EB Garamond", "Courier New", "Courier", Courier, monospace;
		font-size: 18px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
		border: 0;
		padding: 0 0 0 5px;
		margin: 0 -10px 0 -7px;
}
#tour_info .email_submit {
		display: inline-block;
		width: 110px; height: 38px;
		margin: 0 0 0 0;
		padding: 0 0 0 0;
		background-color: transparent;
		color: #000;
		font-family: "EB Garamond", "Courier New", "Courier", Courier, monospace;
		font-size: 14px;
		line-height: 39px;
		border: 1px solid white;
		border-top-right-radius: 5px;
		border-bottom-right-radius: 5px;
		cursor: pointer;
}

#tour_info h3.tour_title {
		font-family: "Gilly", "Helvetica", "Arial", Arial, sans-serif;  
		margin: 0 0 0 0;
}
#tour_info .tour_link {
		font-size: 21px;
		line-height: 31px;
		text-transform: uppercase;
}
#tour_info pre {
		font-size: 18px;
		line-height: 31px;
		letter-spacing: 0.15em;
		font-weight: normal;
		text-transform: uppercase;
}
#tour_info pre a {
		text-decoration: none;
}
#tour_info pre i {
		font-size: 21px;
		vertical-align: middle;
}
#tour_info pre span.notyet {
		letter-spacing: -1px;
		font-size: 11px;
		margin: 0 0 0 -7px;
}
#tour_info .note {
	font-family: "EB Garamond", "Helvetica", "Arial", Arial, sans-serif;
	font-size: 16px; letter-spacing: 0.1em;
	line-height: 1.5em;
	text-align: center;
	margin: -15px auto 15px auto;
}
.support {
	width: 25px;
	text-align: center;
}
#tour_info .alert {
	font-size: 14px; letter-spacing: 0.15em; text-transform: uppercase;
}
#tour_info .alert_bottom {
	max-width: 450px !important;
	font-size: 12px; letter-spacing: 0; text-transform: uppercase;
}
#preorders {
		width: 940px;
		float: left;
		padding: 0;
		margin: 0 0 40px 0;	
		display: block;
}
#preorders #preorder_info {
		text-align: center;
		font-size: 21px;
		letter-spacing: 0.2em;
		line-height: 27px;
		text-transform: uppercase;
		margin: 0 0 35px 0;
	}
#preorders .preorder {
		float: left;
		width: 460px; height: auto;
		text-align: center;
		font-size: 16px;
		line-height: 27px;
		letter-spacing: 0.2em;
		margin-bottom: 25px;
		text-transform: uppercase;
		margin-right: 20px;
}
#preorders .last_preorder {
		margin-right: 0 !important;
}
#preorders .preorder_img {
		width: 460px; height: 266px;
		background-color: #eee;
		margin: 0;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
}	


#continue {
		text-align: center;
		float: left;
		height: auto;
		width: 760px;
		margin: 0 0 80px 0;
		text-transform: uppercase;
		font-size: 27px;
		letter-spacing: 0.2em;
		transition: 0.5s all;
}
#continue a {
		text-decoration: none;
}
#continue a .inline_tiempos {
		font-family: "Gilly", "Helvetica", "Arial", Arial, sans-serif;
		letter-spacing: 0;  
}


  
#video {
		float: left;
		text-align: left;
		width: 760px;
		height: 427px;
		margin: 0 20px 2px 0;
		font-size: 1em;
	}
#video .vid_title {
		display: block;
		width: 295px;
		height: 30px;
		font-size: 19px;
		letter-spacing: 0.475em;
		text-shadow: 0 0 5px rgba(0,0,0,0.5);
		margin: -250px 0 0 13px;
		text-transform: uppercase;
		z-index: 103;
		pointer-events: none;
	}
#video iframe {
		width: 760px;
		height: 427px;
		margin: 0 0 0 0; 
		z-index: 102;
	}

@media (max-width: 900px) {
  #content_container {
    width: 560px;
  }
  
#video {
		float: left;
		text-align: left;
		width: 560px;
		height: 315px;
		margin: 0 20px 2px 0;
		font-size: 1em;
	}
#video .vid_title {
		display: block;
		width: 295px;
		height: 30px;
		font-size: 19px;
		letter-spacing: 0.475em;
		text-shadow: 0 0 5px rgba(0,0,0,0.5);
		margin: -250px 0 0 13px;
		text-transform: uppercase;
		z-index: 103;
		pointer-events: none;
	}
#video iframe {
		width: 560px;
		height: 315px;
		margin: 0 0 0 0; 
		z-index: 102;
	}
	
  #album_info {
    width: 560px;
    text-align: center;
    display: block;
  }
  #album_info .album_art {
		width: 560px;
		height: 560px;
		background-image: url(/assets/images/vinyl_preorder.gif);
		background-size: cover;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		margin: 0 auto 20px auto;
		
  }
  #album_info iframe {
		width: 560px;
		height: 280px;
		
}
  #tour_info {
    width: 560px;
  }
  #preorders {
  	width: 560px;
  }
  #preorders .preorder {
  	width: 560px;
  	font-size: 21px;
  }
  #preorders .preorder_img {
  	width: 560px;
  	height: 257px;
  }
  #continue {
    width: 560px;
  }
  
}
@media (max-width: 600px) {
  #content_container {
    width: 420px;
  }
  
#video {
		float: left;
		text-align: left;
		width: 420px;
		height: 237px;
		margin: 0 20px 2px 0;
		font-size: 0.75em;
	}
#video .vid_title {
		display: block;
		width: 295px;
		height: 30px;
		font-size: 19px;
		letter-spacing: 0.475em;
		text-shadow: 0 0 5px rgba(0,0,0,0.5);
		margin: -250px 0 0 13px;
		text-transform: uppercase;
		z-index: 103;
		pointer-events: none;
	}
#video iframe {
		width: 420px;
		height: 237px;
		margin: 0 0 0 0; 
		z-index: 102;
	}
	  
  
  #album_info {
    width: 420px;
    text-align: center;
    display: block;
  }
  #album_info .album_art {
		width: 420px;
		height: 420px;
		background-image: url(/assets/images/vinyl_preorder.gif);
		background-size: cover;
		box-shadow: 0 0 5px rgba(0,0,0,0.5);
		margin: 0 auto 20px auto;
		
  }
  #album_info iframe {
		width: 420px;
		height: 280px;
		
}
  #tour_info {
    width: 420px;
  }
  #tour_info pre {
    font-size: 14px;
  }
  
}





#single_info {
		display: block;
		float: left;
		width: 420px;
		margin: 0 auto 0 auto;
		padding: 0;
		letter-spacing: 0.075em; text-transform: uppercase; font-size: 21px;
		text-align: center;
}

#single_info .album {
	margin: 0 0 50px 0;
}

#single_info .album a {
	text-decoration: none;
}

#single_info .album a div span {
	display: table;
	margin: auto;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 1.25em;
	letter-spacing: 1px;
	vertical-align: middle;
	width: 420px;
	height: 30px;
	line-height: 30px;
	padding: 195px 0;
	transition: 0.5s opacity;
	text-align: center;
}
#single_info .album a:hover div span, #single_info .album a:active div span {
	display: table;
	opacity: 1.0;
	color: #fff;
}

@media (min-width: 601px) {
#single_info .album a div span {
	display: table;
	margin: auto;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 1.5em;
	letter-spacing: 1px;
	vertical-align: middle;
	width: 480px;
	height: 30px;
	line-height: 30px;
	padding: 225px 0;
	transition: 0.5s opacity;
	text-align: center;

}
#single_info .album a:hover div span, #single_info .album a:active div span {
	display: table;
	opacity: 1.0;
	color: #fff;
}
}

@media (min-width: 901px) {
#single_info .album a div span {
	display: table;
	margin: auto;
	opacity: 0;
	background-color: rgba(0,0,0,0.5);
	font-weight: bold;
	font-size: 0.7em;
	letter-spacing: 0;
	vertical-align: middle;
	width: 232px;
	height: 12px;
	line-height: 12px;
	padding: 110px 0;
	transition: 0.5s opacity;
	text-align: center;

}
#single_info .album a:hover div span, #single_info .album a:active div span {
	display: table;
	opacity: 1.0;
	color: #fff;
}
}


  #single_info .album_art {
		width: 420px;
		height: 420px;
		background-size: cover;
		margin: 0 auto 20px auto;
		
  }

@media (min-width: 601px) {
#single_info {
		display: block;
		float: left;
		width: 560px;
		margin: 0 auto 30px auto;
		padding: 0;
		letter-spacing: 0.075em; text-transform: uppercase; font-size: 21px;
}

#single_info .album {
	margin: 0 0 50px 0;
}

  #single_info .album_art {
		width: 480px;
		height: 480px;
		background-size: cover;
		margin: 0 auto 20px auto;
		
  }
}
@media (min-width: 901px) {
#single_info {
		display: block;
		float: left;
		width: 788px;
		margin: 15px 0 30px -1px;
		padding: 0;
		letter-spacing: 0.075em; text-transform: uppercase; font-size: 21px;
}
#single_info .album {
	margin: 0 26px 26px 0;
	display: inline-block;
	width: 232px;
}
  #single_info .album_art {
		width: 232px;
		height: 232px;
		
		background-size: cover;
		margin: 0 auto 0 auto;
		
  }
}



.single_subjectpredicate {
		background-image: url(/assets/images/takecare_art.jpg);
}
.single_thecowboy {
		background-image: url(/assets/images/cowboy_art02.jpg);
}
.single_standarddeviations {
		background-image: url(/assets/images/standarddeviations_art.jpg);
}
.single_hanlonsrazor {
		background-image: url(/assets/images/hanlons-razor_art.jpg);
}
.single_hypernormal {
		background-image: url(/assets/images/hypernormal_art.jpg);
}
.single_whiskey {
		background-image: url(/assets/images/whiskey_art.jpg);
}
.single_seenoevil {
		background-image: url(/assets/images/seenoevil_art.png);
}
.single_hearnoevil {
		background-image: url(/assets/images/hearnoevil_art.png);
}
.single_speaknoevil {
		background-image: url(/assets/images/speaknoevil_art.png);
}
.single_snowfall {
		background-image: url(/assets/images/snowfall_art.jpg);
}





a.rpm_link {
	position: relative; 
	left: 50%;
	margin: 0 0 3em -122px;
	 transition: none;
	width: 244px;
	height: 30px;
	vertical-align: middle;
	background-image: url(/assets/images/rpm_logo.png);
	background-size: 29px 60px;
	overflow-y: hidden;
	background-repeat: no-repeat;
	background-position: top left;
	display: inline-block;
	padding: 0 0 0 42px;
	line-height: 33px;
	text-decoration: none;
	letter-spacing: 0.025em;
	font-family: 'EB Garamond', Helvetica Neue, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	opacity: 1.0;
}

.poweredbypaypal {
	display: block;
	position: relative;
	float: right;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
	font-style: italic;
	font-size: 8px;
	margin: -2.5em 15px 0 0;
	pointer-events: none;
	mix-blend-mode: darken;	
}
@media (max-width: 600px) {
  .poweredbypaypal {
	  margin: -1.5em 20px 0 0;
  }
}

.poweredbypaypal .mnmercantile_logo {
	display: inline-block;
	background-image: url(/assets/images/mercantilemn_logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 135px; height: 20px;
	margin: 0 15px 0 5px; padding: 0;
	vertical-align: middle;
}
.poweredbypaypal .mnmercantile_logo span {
	display: none;
}


@font-face {font-family: 'Gilly'; src: url("/assets/fonts/gillyweeds.ttf"); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Gilly'; src: url("/assets/fonts/gillyweeds.eot"); font-weight: normal; font-style: normal;}
@font-face {font-family: 'Gilly'; src: url("/assets/fonts/gillyweeds.otf"); font-weight: normal; font-style: normal;}