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

/*Font Embed*/
@font-face {
    font-family: 'VollkornRegular';
    src: url('Vollkorn-Regular-webfont.eot');
    src: url('Vollkorn-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('Vollkorn-Regular-webfont.woff') format('woff'),
         url('Vollkorn-Regular-webfont.ttf') format('truetype'),
         url('Vollkorn-Regular-webfont.svg#VollkornRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

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

}

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

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

}

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

}

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

}

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

}
/*Top Navigation Bar*/
#nav {
	position: fixed;
	height: 30px;
	width: 100%;
	top: 0px;
	line-height: 30px;
	background-image:url('images/slash.png');
	background-repeat:repeat;
	border-bottom: 1px solid #d4d4d4;
}

#nav ul {
	margin-top: 0px;
	padding-right: 15px;
	text-align: right;
}

#nav li {
	display: inline;
}

#nav a {
	font: 15px 'OpenSansBold', sans-serif;	
	text-decoration: none;
	color: #ddd;
	padding-right: 10px;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;	
}

#nav a:hover {
	color: #fff;
}
/*Containers*/

#first, #third {
	height: 1000px;
	width: 100%;
	background-image:url('images/subtle_dots.png');
	background-repeat:repeat;
	float:left;
	clear:none;  
}

#second, #fourth {
	height: 1000px;
	width: 100%;
	background-image:url('images/slash.png');
	background-repeat:repeat;
	float:left;
	clear:none;  
}

#end {
	height: 150px;
}

/*Sections*/

#about, #isnt {
	width: 775px;
	text-align: left;
	margin: 0;
	float: left;
	padding-top: 30px;
	margin-left: 75px;
}

#about {
	padding-top: 100px;
}

.title {
	font: 50px 'VollkornBold', serif;
	color: #56E2A9; /*#2a2a2a*/
	text-shadow: 2px 2px 0px #61787B; /*#888*/
	line-height: 55px;
}

#is, #contact {
	width: 775px;
	text-align: right;
	float: right;
	padding-top: 30px;
	margin-right: 75px;
}

#is h1 {
	font: 65px 'VollkornBoldItalic', serif;
	color: #E69192;
	text-shadow: 2px 2px 0px #AF3172;
}

#is h2 {
	font: 30px 'VollkornBold', serif;
	color: #E69192;
	text-shadow: 1px 1px 0px #AF3172;
	line-height: 5px;
}

#is p {
	font: 22px 'OpenSansSemiBold', sans-serif;
	color: #fff;
	line-height: 30px;
}

#contact h1 {
	font: 65px 'VollkornBoldItalic', serif;
	color: #E69192;
	text-shadow: 2px 2px 0px #AF3172;
	line-height: 55px;
}

#contact p {
	font: 22px 'OpenSansSemiBold', sans-serif;
	color: #fff;
	line-height: 30px;
}

#isnt h1 {
	font: 65px 'VollkornBoldItalic', serif;
	color: #56E2A9;
	text-shadow: 2px 2px 0px #61787B;
}

#isnt h2 {
	font: 30px 'VollkornBold', serif;
	color: #56E2A9;
	text-shadow: 1px 1px 0px #61787B;
	line-height: 5px;
}

#isnt p {
	font: 22px 'OpenSansSemiBold', sans-serif;
	color: #000;
	line-height: 30px;
}

#fourth a {
	text-decoration: none;
	color: #E69192;
	-webkit-transition: color 0.5s ease;
	-moz-transition: color 0.5s ease;
	-o-transition: color 0.5s ease;
	transition: color 0.5s ease;	
}

#fourth a:hover {
	color: #AF3172;
}
/*Image Classes, Social*/

/*Responsive*/

/*iPhone 5 portrait*/
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 568px) 
and (orientation : portrait) { 

}

