/* CSS Document */
/* BEGIN reset css */
/* remove and neutralize the inconsistent default styling of HTML elements */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { margin:0; padding:0; }
table { border-collapse:collapse; border-spacing:0; }
fieldset,img { border:0;}
address,caption,cite,code,dfn,em,strong,th,var { font-style:normal; font-weight:normal;}
ol,ul { list-style:none;}
caption,th { text-align:left;}
h1,h2,h3,h4,h5,h6 { font-size:100%; font-weight:normal;}
q:before,q:after { content:'';}
abbr,acronym {border:0;}
/* END reset css */
/* BEGIN includes */
.clearfix:after { clear:both; content:"."; display:block; height:0pt; visibility:hidden; }
/* END includes */
/* BEGIN standard elements */
html, body { font-family: 'Raleway', Helvetica, Arial, sans-serif; font-weight: 500; }
html { min-height: 100%; background: url(../img/layout/intro_bg.jpg) center center no-repeat transparent; background-size: cover; }
form { }
form label { }
form input, form textarea, input, textarea, select {-webkit-appearance: none; -webkit-border-radius: 0;}
::selection {background: #FF5537; color: #18182D; /* Safari */}
::-moz-selection {background: #FF5537; color: #18182D; /* Firefox */}
::-webkit-scrollbar { width: 15px; height: 15px;}::-webkit-scrollbar-button {  width: 0; height: 0; }
::-webkit-scrollbar-track {  background-color: #F8F8F8;}::-webkit-scrollbar-track-piece { background-color: #F8F8F8;}
::-webkit-scrollbar-thumb { height: 76px; background-color: #FF5537;}
::-webkit-scrollbar-corner { width: 15px; height: 15px; background-color: #F8F8F8;}

/* END standard elements */
/* BEGIN entry */
div.entry { overflow: hidden; font-size: 16px; line-height: 21px; color: #18182D; font-weight: 500; }
div.entry p { font-size: 16px; line-height: 21px; color: #18182D; font-weight: 500; text-align: center; }
div.entry h4 { font-size: 18px; line-height: 23px; color: #18182D; font-weight: 800; margin-bottom: 10px; }
div.entry h5 { font-size: 18px; line-height: 23px; color: #18182D; font-weight: 700; margin-bottom: 10px; }
div.entry strong, div.entry b { font-weight: 700; }
div.entry em, div.entry i { font-style: italic; }
div.entry strong em, div.entry strong i, div.entry b em, div.entry b i, div.entry i strong, div.entry i b, div.entry em strong, div.entry em b { font-style: italic; font-weight: 700; }
div.entry strike, div.entry s { text-decoration: line-through; }
div.entry u { text-decoration: underline; }
div.entry a, div.entry a:visited { color: #18182D; transition: all 0.3s ease-in-out 0s; }
div.entry a:hover { color: #18182D; transition: all 0.3s ease-in-out 0s; }
/* END entry */

/* BEGIN layout */
#mainWrapper {min-width: 320px;}
#mainWrapper { position: relative; }
.footer { text-align: center; }
.footer #copyright {
	line-height: 17px;
	color: #18182D;
	font-weight: 600;
	font-size: 11px;
}
.footer #copyright a, .footer #copyright a:visited { color: #18182D; text-decoration: none; }
.footer #copyright span { font-weight: 400; }
.footer #copyright span.underline { font-weight: 700; }
@media screen and (min-width: 600px) {
	.footer { height: 17px; }		
}
@media screen and (min-width: 1030px) { .footer #copyright a:hover span.underline { text-decoration: underline; } }
/* END layout */
/* BEGIN homepage */
#sectionHomepage {
	padding: 80px 50px;
	padding-bottom: 120px;
	position: relative;
}
@media screen and (min-width: 900px) {
	html, body, #mainWrapper, #pageWrapper, #contentWrapper, #homepageWrapper, #sectionHomepage { min-height: 100%; height: 100%; }
	#mainWrapper, #pageWrapper { padding-top: 0; }
	#homepageInfo { position: absolute;  width: 100%; top: 0; left: 0; }
	#sectionHomepage { padding-top: 0; padding-bottom: 0; }
}
#sectionHomepage #homepageInfo {
}
#sectionHomepage h2 {
	font-weight: 800;
	line-height: 20px;
	font-size: 18px;
	color: #FF5537;
	max-width: 600px;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 40px;
}
#sectionHomepage .entry {
	max-width: 590px;
	margin: 0 auto;
}
#sectionHomepage .entry,
#sectionHomepage .entry p {
	font-size: 12px;
	line-height: 15px;
}
#sectionHomepage .lvLogo {
	margin: 0 auto;
	margin-bottom: 50px;
	width: 96px;
	height: 84px;
	background: url(../img/layout/luis-vaz-icon.png) center center no-repeat transparent;
	background-size: contain;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
#sectionHomepage .button {
	margin: 40px 0 38px 0;
	text-align: center;
}
#sectionHomepage .button a, #sectionHomepage .button a:visited {
	display: inline-block;
	width: 220px;
	height: 58px;
	border: 3px solid #17172D;
	text-align: center;
	line-height: 58px;
	text-decoration: none;
	color: #18182D;
	text-transform: uppercase;
	font-size: 21px;
	font-weight: 800;
	-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
}
@media screen and (min-width: 1050px) {
	#sectionHomepage .lvLogo {
		width: 161px;
		height: 157px;
		background: url(../img/layout/luis-vaz-logo.png) center center no-repeat transparent;
		background-size: contain;
		-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
	}
}
@media screen and (min-width: 675px) { #sectionHomepage h2 { line-height: 27px; font-size: 24px; } #sectionHomepage .entry, #sectionHomepage .entry p { font-size: 16px; line-height: 21px; } }
@media screen and (min-width: 1030px) {
	#sectionHomepage h2 { line-height: 40px; font-size: 37px; }
	#sectionHomepage .button a:hover {
		border: 3px solid #FF5537;
		color: #FF5537;
		-webkit-transition: all 0.3s; -moz-transition: all 0.3s; transition: all 0.3s;
	}
}
/* END homepage */