@charset "UTF-8";
/* CSS Document */

/* MOBILE CSS

Name:		Valb.me: Val Bishop
Date:		December 2013
Desription:	Main Style Sheet for http://www.valb.me
Author:		Louis Yungling
*/

.desktopOnly {
	display: none;
}


* {
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	-moz-box-sizing: borderbox;
	-webkit-box-sizing: borderbox;
	box-sizing: border-box;	
}


img {
	border: none;
}



@font-face {
    font-family: 'antonio';
    src: url('fonts/antonio-regular-webfont.eot');
    src: url('fonts/antonio-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/antonio-regular-webfont.woff') format('woff'),
         url('fonts/antonio-regular-webfont.ttf') format('truetype'),
         url('fonts/antonio-regular-webfont.svg#antonioregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'benton';
    src: url('fonts/bentonsans-medium-webfont.eot');
    src: url('fonts/bentonsans-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bentonsans-medium-webfont.woff') format('woff'),
         url('fonts/bentonsans-medium-webfont.ttf') format('truetype'),
         url('fonts/bentonsans-medium-webfont.svg#bentonsansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}


body {
	background-color: rgb(153,153,153);
	color: #6D6E71;
	position: relative;
	font-family: 'benton';
	width: 100%;
	height: 100%;
	}



ul, li {
	list-style-type: none;
}



/*  HTML 5 Requirements */
section, header, nav, article, footer {
	display: block;
}

/* WRAPPER */
#wrapper {
	width: 100%;
	background-color: rgb(255,253,233);
	margin: 0px 0px 0px 0px;
	height: 100%;
	overflow: auto;
	
}
	
 h1 {
	 	font-size: 1.6em;
		font-family: "antonio";
		text-align: center;
		font-weight: normal;
		font-style: normal;
		margin: 60px auto 0px auto;
		background-color: rgb(255,253,233);
	
	}
	
img#logo {
	display: none;
	}
	
img.mobileBurst {
	display: block;
	margin: 20px auto 0px auto;
}

img.mobileLine {
	display: block;
	margin: 0px auto 0px auto;
}


section {
	margin-top: 0px;
	text-align: center;
	background-color: rgb(255,253,233);
	overflow: auto;

}

section p.mobileOnly {
	display: block;
	text-align: center;
	font-size: 0.75em;
	letter-spacing: 0.1em;
	line-height: 35px;
}

img.dot {
	display: none;
}

/* FOOTER */
footer {
	width: 100%;
	margin: 40px auto 20px auto;
	background-color: rgb(255,253,233);
	overflow: auto;
	position: relative;

}

a, a:link, a:visited, a:hover, a:active {
	color: #6D6E71;
	text-decoration: none;
	letter-spacing: 0.1em;
	text-align: center;

}

footer p {
	text-align: center;
	font-size: 0.75em;
}