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

body {
	margin: 0;
	padding: 0;
}
html {
	background-image:url(../images/GrainVault/GrainVault_HEADER.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-font-smoothing: antialiased;
	background-color: #252525;	
	}
h1 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #FFF;
	letter-spacing: 4px;
	margin:0px;
	text-align:center;
}

h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 20px;
	margin: 10px 0px -15px 0px;
	color: #8E3824;
	letter-spacing: 2px;
	text-align: center;
}

h3 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 12px;
	color: #8A8A8A;
	letter-spacing: 4px;
	text-align: center;
}

h4 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height:30px;
	color: #8A8A8A;
	letter-spacing: 2px;
	text-align: center;
	margin: 0px;
}

p {
	font-family: 'Vollkorn', serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #666;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C3C3;
}

a {
	text-decoration: none;
}

#header {
	height: auto;
	width: 100%;
	padding: 100px 0;
	background-color: rgba(33,33,33,.9);
}

#namebox {
	width: 100%;
	height:auto;
	margin: 0px auto;
	}
	
#content {
	width: 100%;
	height: auto;
	background-color: #F2F2F2;
}

#ProjectInfo {
	width: 800px;
	height: auto;
	margin: 0px auto;
}

#text {
	padding: 40px 0px 0px 0px;
}

ul#ImageSet {
	width: 800px;
	height: auto;
	list-style-type: none;
	margin: 0px auto;
	padding: 50px 0px;
	-webkit-padding-start: 0px;
	-webkit-margin-before: 0em;
	-webkit-margin-after: 0px;
	-moz-padding-start: 0px;
}

li img {
	width: 800px;
	height: 530px;
	display: block;
	padding: 0px 0px 60px 0px;
}

#ButtonWrap {
	margin: 0px auto;
	height: auto;
	padding: 80px 0px;
	background-color: rgba(33,33,33,.9);
}

.button {
	margin: 0px auto;
	width: 160px;
	height: 30px;
	border: medium solid #8A8A8A;
	}
	
.fade {
	width: 166px;
	margin: 0px auto;
	opacity: 1;
	-webkit-transition: ease 300ms all;
	-moz-transition: ease 300ms all;
	-o-transition: ease 300ms all;
	list-style-type: none;
}

.fade:hover {
	opacity: 0.5;
	-webkit-transition: ease 300ms all;
	-moz-transition: ease 300ms all;
	-o-transition: ease 300ms all;
}

#footer {
	height: auto;
	width: 100%;
	background-color: rgba(33,33,33,1);
	padding: 30px 0px;
	text-align: center;
}
 
@media (max-width: 900px) {

#header {
	padding: 80px 0px;
}
	
#ProjectInfo {
	width: 600px;
}

#ButtonWrap {
	padding: 50px 0px;
	}

ul#ImageSet {
	width: 100%;
}

li img {
	width: 600px;
	height: auto;
}

#footer {
	padding: 20px 0px;
	}

}

@media (max-width: 800px) {

html {
	height:60%;
	background-size:cover;
	background-image:url(../images/GrainVault/GrainVault_HEADER.jpg);
	background-repeat:repeat;
	background-position: center center;
	background-attachment:scroll;
	-webkit-font-smoothing: antialiased;
	}
	
#SocialBG {
	height:100%;
	background-size:cover;
	background-image:url(../images/GrainVault/GrainVault_HEADER.jpg);
	background-repeat:repeat;
	background-position: center center;
	background-attachment:scroll;
	-webkit-font-smoothing: antialiased;
	}	
	
	}
		
@media (max-width: 700px) {

#header {
	padding: 50px 0px;
}

#ProjectInfo {
	width: 400px;
}

ul#ImageSet {
	width: 100%;
	padding: 30px 0px;
}

li img {
	width: 400px;
	height: auto;
	padding-bottom: 30px;
}

#text {
	padding: 30px 0px 20px 0px;
}

h1 {
	font-size: 20px;
}

p {
	font-size: 16px;
	line-height: 25px;
}

}

 @media (max-width: 480px) {

#ProjectInfo {
	width: 320px;
}

ul#ImageSet {
	width: 100%;
	padding:20px 0px;
}

li img {
	width: 320px;
	height: auto;
	padding: 0px 0px 30px 0px;
}

#text {
	padding-bottom: 20px;
}

h1 {
	font-size: 20px;
}

p {
	font-size: 16px;
	padding-bottom: 10px;
}

}

 @media (max-width: 380px) {

#ProjectInfo {
	width: 280px;
}

ul#ImageSet {
	width: 100%;
}

li img {
	width: 280px;
	height: auto;
}

#text {
	padding-bottom: 20px;
}

}


