body, html {
	height: 100%;
	min-height: 100%;
	background: #000;
	font-size: 1.0em;
}

body, h2, h3, h4, .button {
	font-family: 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
}

.full-width {
	width: 100%;
}

/* Main */

#main {
	height: 100%;
	min-height: 700px;
	background-size: cover;
}

#main .inner {
	height: 100%;
	background: url('../img/logo.png') no-repeat center center;
	position: relative;
	background-size: 350px;
}

#main .inner .scallop {
	position: absolute;
	bottom: 0;
	height: 30px;
	width: 100%;
	background: url('../img/scallop.png') repeat-x bottom;
}

#main .button {
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin: 0 0 0 -150px;
	display: block;
	width: 300px;
	background: #a7a956 url('../img/arrow-right.png') no-repeat 95% center;
	background-size: 10px;
	color: #000;
	padding: 15px 45px 15px 35px;
	 -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    font-weight: bold !important;
    text-transform: uppercase;
	font-family: 'Nunito', 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
}

#main .button:hover {
	opacity: 0.8;
}

/* Navigation */

header {
	background: #1a1a1a;
	padding: 0.8em 0;
	position: fixed;
	top: 0;
	z-index: 3;
	width: 100%;
}

header ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

header li {
	margin: 0;
	padding: 0;
}

nav {
	text-align: center;
	font-weight: bold;
}

nav li {
	display: inline-block;
	padding: 0 0.75em;
}

nav a {
	text-transform: uppercase;
	text-decoration: none;
	color: #a7a956;
	font-size: 1.3em;
	 -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

nav a:hover {
	color: #a7a956;
	opacity: 0.6;
}

nav a.active {
	color: #fff;
}

/* Social */

#social {
	position: fixed;
	top: 0;
	right: 2.0em;
	list-style-type: none;
	margin: 0;
	padding: 0;
	z-index: 3;
}

#social li {
	display: inline-block;
	margin: 0.8em 0.3em 0;
	height: 2.1em;
	width: 2.1em;
}

#social a {
	display: block;
	width: 100%;
	height: 100%;
}

#social .facebook {
	background: url('../img/iconsm-facebook.png') no-repeat;
	background-size: 100% 100%;
}

#social .twitter {
	background: url('../img/iconsm-twitter.png') no-repeat;
	background-size: 100% 100%;
}

#social .kickstarter {
	background: url('../img/iconsm-kickstarter.png') no-repeat;
	background-size: 100% 100%;
}

/* Quote */

#quote {
	text-align: center;
	padding: 4.0em 0;
	background: #fff;
}

#quote p {
	background: #fff;
	background-size: 60px;
	color: #a7a956;
	font-size: 3.0em;
	line-height: 1.3em;
	margin: 0;
	padding: 0 60px;
	font-family: "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-weight: bold;
	font-style: italic;
}

/* video-controls */

#video-controls {
	text-align: center;
	padding: 4.0em 0;
	background: #1a1a1a;
}

#video-controls h4 {
	color: #fff;
	padding: 0.3em 0;
	margin: 0;
	font-size: 1.5em;
	text-transform: uppercase;
}

#video-controls p {
	background: #1a1a1a;
	background-size: 60px;
	color: #a7a956;
	font-size: 3.0em;
	line-height: 1.3em;
	margin: 0;
	padding: 0 60px;
	font-family: "Bookman Old Style", Bookman, "Goudy Old Style", Garamond, "Hoefler Text", "Bitstream Charter", Georgia, serif;
	font-weight: bold;
	font-style: italic;
}

/* Blog */


#blog h2 {
    background: url('../img/drop-green.png') no-repeat center top;
    background-size: 15px;
    padding: 0.95em 0 0;
    margin: 0.55em 0 0;
    color: #a7a956;
    font-size: 4.0em;
    text-transform: uppercase;
    font-weight: bold;
}

#blog {
    text-align: center;
    background-size: cover;
    color: #fff;
    padding: 4.0em 0;
}

#blog h3 {
    color: #a7a956;
    padding: 0;
    margin: 0 0 1.0em;
    font-size: 2.0em;
}

#blog p {
    line-height: 2.50em;
    font-size: 1.1em;
}

/* About Cuplomacy */

#aboutcup {
	background: #a7a956;
	text-align: center;
	padding: 0 0 50px;
}

#aboutcup h2 {
	background: url('../img/drop-black.png') no-repeat center top;
	background-size: 15px;
	padding: 0.95em 0 0;
	margin: 0.55em 0 0.20em;
	color: #000;
	text-transform: uppercase;
	font-size: 4.0em;
	font-weight: bold;
}

#aboutcup h3 {
	color: #000;
	font-size: 2.0em;
	padding: 0 0 30px;
	margin: 0;
}

#aboutcup p {
	color: #fff;
	line-height: 2.5em;
	font-size: 1.1em;
}

/* Happening Now */

#now {
	text-align: center;
	background-size: cover;
	color: #fff;
	padding: 4.0em 0;
}

#now h3 {
	color: #a7a956;
	padding: 0;
	margin: 0 0 1.0em;
	font-size: 2.0em;
}

#now p {
	line-height: 2.50em;
	font-size: 1.1em;
}

/* Get Involved */

#getinvolved {
	background: #1a1a1a;
	color: #fff;
	text-align: center;
	line-height: 2.00em;
	font-size: 1.0em;
	padding: 0 0 2.0em;
}

#getinvolved h2 {
	color: #a7a956;
	padding: 0.95em 0 0;
	margin: 0.55em 0 0.65em;
	font-size: 4.0em;
	text-transform: uppercase;
	background: url('../img/drop-green.png') no-repeat center top;
	background-size: 15px;
	font-weight: bold;
}

#getinvolved h4 {
	color: #fff;
	padding: 0.3em 0;
	margin: 0;
	font-size: 1.5em;
	text-transform: uppercase;
}



#getinvolved img {
	padding: 0.3em;
	border: 4px solid #1a1a1a;
}

#getinvolved a.active img, #getinvolved a:hover img {
	border-radius: 1000px;
	border: 4px solid #a7a956;
} 	

#getinvolved p {
	margin: 20px 0 0;
}

#getinvolved a {
	color: #fff;
}

#getinvolved .letter {
	padding: 20px 15px;
}

#getinvolved .letter p {
	color: #fff;
}

/* Artist Photo */

#artist {
	height: 525px;
	background-size: cover;
}

/* About the Artist */

#aboutartist {
	text-align: center;
	background: #fff;
}

#aboutartist h2 {
	background: url('../img/drop-green.png') no-repeat center top;
	background-size: 15px;
	padding: 0.95em 0 0;
	margin: 0.55em 0 0;
	color: #a7a956;
	font-size: 4.0em;
	text-transform: uppercase;
	font-weight: bold;
}

#aboutartist p {
	font-size: 1.3em;
}

#aboutartist .button {
	background: #a7a956 url('../img/arrow-right.png') no-repeat 95% center;
	background-size: 10px;
	color: #fff;
	padding: 15px 45px 15px 35px;
	 -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

#aboutartist .button:hover {
	opacity: 0.8;
}

#aboutartist ul {
	list-style-type: none;
}

#aboutartist li {
	padding: 0.5em 0;
	font-family: 'Oswald', sans-serif;
	font-size: 1.3em;
}

/* Contact */

#contact {
	background: #a7a956 url('../img/scallop-bk.png') repeat-x bottom;
	text-align: center;
	padding: 0 0 75px;
}

#contact h2 {
	background: url('../img/drop-black.png') no-repeat center top;
	background-size: 15px;
	padding: 0.95em 0 0;
	margin: 0.55em 0 0;
	text-transform: uppercase;
	font-size: 4.0em;
	font-weight: bold;
}

#contact p {
	font-size: 1.1em;
}

#contact .button {
	background: #000 url('../img/arrow-right.png') no-repeat 95% center;
	background-size: 10px;
	color: #fff;
	padding: 15px 45px 15px 35px;
	margin: 2.0em 0;
	 -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
}

#contact .button:hover {
	opacity: 0.8;
}

#contact ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#contact li {
	padding: 0;
	margin: 0;
	display: inline-block;
}

#contact li {
	display: inline-block;
	margin: 0.8em 0.8em 0;
	height: 2.1em;
	width: 2.1em;
}

#contact li a {
	display: block;
	width: 100%;
	height: 100%;
}

#contact .facebook {
	background: url('../img/iconbk-facebook.png') no-repeat;
	background-size: 100% 100%;
}

#contact .twitter {
	background: url('../img/iconbk-twitter.png') no-repeat;
	background-size: 100% 100%;
}

#contact .kickstarter {
	background: url('../img/iconbk-kickstarter.png') no-repeat;
	background-size: 100% 100%;
}

/* Actions */

#actionEmailContent {
	text-align: left;
}

#actionVolunteerContent, #actionEmailContent {
	background: url('../img/scallop-gn.png') repeat-x top;
	background-size: 80px;
	padding: 50px 0 0;
	margin-top: 20px;
}

#actionVolunteerContent p {
	margin: 0 0 2.0em;
}

#actionVolunteerContent h3, #actionEmailContent h3, #actionEmailContent p {
	color: #a7a956;
}

#actionEmailContent label {
	color: #fff;
}

#actionEmailContent textarea {
	width: 100%;
	height: 150px;
	margin: 0;
	padding: 0.5em;
	text-indent: 0;
	color: #000;
	font-family: 'Times New Roman', serif;
}

#actionEmailContent .button {
	float: right;
	background: #a7a956;
	color: #fff;
	text-transform: uppercase;
}

#actionEmailContent .button:hover {
	opacity: 0.8;
	background: #a7a956;
}

#actionEmailContent .alert {
	border: 2px solid red;
}

#actionVolunteerContent .button {
	width: 300px;
	background: #a7a956 url('../img/arrow-right.png') no-repeat 95% center;
	background-size: 10px;
	color: #000;
	padding: 15px 45px 15px 35px;
	 -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    font-weight: bold !important;
    text-transform: uppercase;
	font-family: 'Nunito', 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
}

#blog .button {
    width: 300px;
    background: #a7a956 url('../img/arrow-right.png') no-repeat 95% center;
    background-size: 10px;
    color: #000;
    padding: 15px 45px 15px 35px;
    -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    font-weight: bold !important;
    text-transform: uppercase;
    font-family: 'Nunito', 'Oswald', sans-serif;
    -webkit-font-smoothing: antialiased;
}

/* Map */
.map {
	position: relative;
	height: 250px;
}

#mapkey {
	width: 150px;
}

#map {
	position: absolute;
	left: 0;
	top: 0;
}

#map path.state {
	fill: #fff;
	stroke: #1a1a1a;
	stroke-width: 3px;
}

/* Lightboxes */

.reveal-modal .button {
	background: #a7a956;
	background-size: 10px;
	color: #fff;
	padding: 15px 45px;
	 -webkit-transition: opacity 0.3s ease-in;
    -moz-transition: opacity 0.3s ease-in;
    transition: opacity 0.3s ease-in;
    font-weight: bold !important;
    text-transform: uppercase;
	font-family: 'Nunito', 'Oswald', sans-serif;
	-webkit-font-smoothing: antialiased;
}

input.errorAlert, select.errorAlert, textarea.errorAlert {
	border: 1px solid red !important;
}

@media only screen and (max-width: 40em) { 
	
	nav a {
		font-size: 0.90em;
	}
	
	nav li {
		display: inline-block;
		padding: 0 0.35em;
	}
	
	#main {
		background: url('../img/img-home.jpg') no-repeat center;
		background-size: cover;
	}
    
    #blog {
        background: url('../img/img-home.jpg') no-repeat center;
        background-size: cover;
    }

	#now {
		background: url('../img/img-beans.jpg') no-repeat center;
		background-size: cover;
	}
	
	#artist {
		background: url('../img/imgsm-artist.jpg') no-repeat center;
		background-size: cover;
	}

	#main { 
    	min-height: 200px;
	}
	
	#main .inner { 
		background-size: 50%;
	}
	
	#aboutcup h2, #contact h2, #getinvolved h2, #aboutartist h2 {
		font-size: 2.5em;
	}
	
	#quote p {
		font-size: 1.5em;
		background-size: 20px;
		padding: 0 20px;
	}
	
	#getinvolved p {
		margin: 20px 0 40px;
	}
	
	#getinvolved img { 
		max-width: 50%;
	}
	
	.map {
		padding: 0 0 40px;
	}
	
	.actionButton {
		padding: 0 0 25px;
	}


}

@media only screen and (min-width: 40.063em) { 
	#main {
		background: url('../img/img-home.jpg') no-repeat center center fixed;
	}
	
	#now {
		background: url('../img/img-beans.jpg') no-repeat center center fixed;
	}
    
    #blog {
        background: url('../img/img-prototypes-web.jpg') no-repeat center center fixed;
    }
	
	#artist {
		background: url('../img/img-artist.jpg') no-repeat center center fixed;
	}
}

.ss-q-title {
margin-top: 50px;
text-align:center;
font-size: 24px;
}

.ss-q-short{
	width: 50% !important;
	margin-left: auto !important;
	margin-right:auto!important;
}

.ss-form-entry {
	width:75% !important;
	margin-left: auto !important;
	margin-right:auto!important;
}
