@CHARSET "UTF-8";

#first_hs{
	height: 100%;	
}

#first_hs, .home_section, .footer, .section, .internal_header {
	border-width: 30px;
}

#second_hs {
	padding: 50px 0 100px;
}

#fourth_hs {
    padding: 100px 0;
}

.internal_header {
	height: 400px;
} 

.section {
	padding-top: 50px;
}

.section#lookbook {
	padding: 50px 0 0;
}

.section#lookbook h1 {
	margin-bottom: 50px;
}

.section h1 {
	font: 30px/40px 'open_sans_semi_bold';
}

.products h1 {
	margin-bottom: 30px;
}

.product {
		width: 48%;
		margin: 0 4% 4% 0;
}

#the_image img.preload {
	margin: 20% auto 0;
}

@media screen and (min-width: 801px) and (max-width: 1024px) {

	#first_hs {
		border-bottom-width: 50px;
	}
	
	.section {
		border-width: 30px;
	}
	
}