@charset "UTF-8";

/***** RESET *****/

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}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}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}

/***** FOR FIVE DOLLARS *****/

html, body {
	padding: 0;
	margin: 0;
}

a.click_here {
	background-color: #da3832;
	height: auto;
	width: calc(100vw - 200px);
	display: block;
	padding: 100px;
	text-decoration: none;
}

.click_here_text {
	width: 60%;
	font-family: impact;
	font-size: 150px;
	line-height: 140px;
	color: #fff;
	text-transform: uppercase;
}

.link {
	color: #000;
}

a.click_here:hover { background-color: #000; }
a.click_here:hover .link { color: #da3832; }

.holder {
	height: auto;
	width: calc(100vw - 200px);
	padding: 100px;
}

.content {
	width: 100%;
	max-width: 800px;
}

#about_me {
	font-family: Courier, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
	color: #000;
	background-color: #fff;
}

#about_me .content { float: right; }

#artwork {
	padding-bottom: 0;
}

#artwork .content {
	max-width: 100%;
	max-height: 800px;
}

#artwork .content div img { 
	width: 100%;
	margin: auto;
}

.spacer {
	background-color: #da3832;
	height: 2px;
	width: 25px;
	display: block;
	margin: 25px 0 25px 0;
	border-radius: 2px;
}

a { color: #000; font-weight: bold; }
a:hover { color: #da3832; }

#map { min-height: 600px; clear: both; }

#thanks {
	padding: 40px;	
	font-family: Courier, Arial, Sans-Serif;
	font-size: 12px;
	text-align: center;
	background-color: #000;
	color: #fff;
}

#thanks a { color: #da3832; }
#thanks a:hover { color: #fff; }

/***** MISC *****/

.clear { clear: both; }

b { font-weight: bold; }


/***** RESPONSIVE *****/

@media only screen and (max-width: 1400px) {
	.click_here_text {
		font-size: 100px;
		line-height: 90px;
		width: 100%;
	}
}

@media only screen and (max-width: 900px) {
	.click_here_text {
		font-size: 70px;
		line-height: 60px;
	}
}

@media only screen and (max-width: 700px) {
	.click_here_text {
		font-size: 50px;
		line-height: 46px;
	}
}