/* #Site Styles
================================================== */
html,body{
	height:100%;
}
.container{
	min-height:100%;
}

.slide{
	width:100%;
	height:100vh;
	background:#ecf0f1;
}
.content{
	width:100%;
	max-width:1000px;
	margin:0 auto;
}

#one{
	position:fixed;
	top:0;
	background:#262b30;
	color:#fff;
	text-align:center;
}
.bigText{
	font-family: 'Open Sans', sans-serif;
	font-size: 2.2rem;
	display:block;
	font-weight:400;
}
#welcome-sub{
	font-family: 'Open Sans', sans-serif;
	font-size: 1.5rem;
	display:block;
	font-weight:300;
	margin-top:10px;
}
#two,#four{
	text-align:center;
}
#three{
	background:#262b30;
	color:#fff;
	text-align:center;
}

/* #Media Queries
================================================== */
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {}