@font-face {
  font-family: nexa;
  src: url(../fonts/NexaRegular.otf);
}

@font-face {
  font-family: nexa-bold;
  src: url(../fonts/NexaBold.otf);
}

/************************************************ Background ************************************************/
body {
	background:#2d2e32;
}

input[type='submit']
{
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none; 
}

/************************************************ Format ************************************************/

body, select, input, textarea {
	font-size:62.5%;
	font-family:'nexa', Arial, Helvetica, sans-serif;
	color:#fff;
	-webkit-text-size-adjust: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

a {
	color:#9a7d5a;
	text-decoration:none;
	transition: all 0.3s ease-out;
}

a:hover {
	color:#9a7d5a;
	text-decoration:underline;
}

img, object, embed, video {
	max-width: 100%;
}

img {
	height:auto;	
}

.clearfix:after {
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;	
}

strong {
	font-weight:bold;
	font-family:nexa-bold;	
}

/************************************************ Content ************************************************/

.row {
	width:100%;
	float: left;
	box-sizing: border-box;
	position: relative;
	display: flex;
	flex-flow: row wrap;
	height: 100%;
	justify-content: center;
	padding: 10% 0; 
}

#logo {
	width:230px;
	margin: 0 auto 30px;
}

#logo img {
	width:100%;
}

.surround {
	width:600px;
	float: left;
	position: relative;
	text-align: center;
}

p {
	font-size:13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1.7em;
	padding: 0;
}


/************************************************ Smaller screens ************************************************/


@media only screen and (max-width: 600px) {

.surround {
	width:100%;
	box-sizing: border-box;
	padding: 0 5%;
	float: left;
	position: relative;
}
	
}

/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */

@media only screen and (-webkit-min-device-pixel-ratio: 2) { 


}