/* Artfully masterminded by ZURB  */

/* -------------------------------------------------- 
   Table of Contents
-----------------------------------------------------
:: Form
:: Button
:: Header
:: MediaQuery
:: IE8

*/


/*-------------------------------------------
   Form
-------------------------------------------*/

select {
	height:30px;
}

/*-------------------------------------------
   Button
-------------------------------------------*/

.button.submitbtn {
	background-color: #fc5732;
	border: 1px solid #c73f20;
}
.button.submitbtn:hover, .button.submitbtn:focus {
	background-color: #cf4d30;
}
.formbuttonarea {
	margin:2em auto;
}

/*-------------------------------------------
   Header
-------------------------------------------*/

h1 {
	margin:6px!important;
	padding:0!important;
	text-align:center;
	font-size:1em;
}
.event-header {
	background-color:#333333!important;
}

/*-------------------------------------------
   MediaQuery
-------------------------------------------*/

@media only screen and (max-width: 767px) {
}
@media only screen and (min-width: 768px) {
h1 img {
max-width: 80%;
height: auto;
}
}

/* -----------------------------------------
   IE8
----------------------------------------- */ 

.lt-ie9 h1 img {
	width: 80%;
	height: auto;
}
