a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

html { 
  background: url(images/bg.jpg) no-repeat center top fixed; 
  background-size: cover;
}

body, input, textarea, select {
	font-size: 22px;
	line-height: 1.4em;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #363636;
}

#header {
	background-color: #f6f9fb;
	padding: 20px 0;
}

#logo {
	margin-left: -100px;
	width: 350px;
}

#header .container:after {
	display: block;
	content: "";
	width: 0; 
	height: 0; 
	border-left: 44px solid transparent;
	border-right: 44px solid transparent;
	border-top: 44px solid #f6f9fb;
	position: absolute;
	margin-top: 20px;
	margin-left: -100px;
}

#content {
	padding: 5vh 0;
}

#content:after {
	display: block;
	content: "";
	clear: both;
}

#welcome {
	width: 66%;
	padding-bottom: 5vh;
}

#welcome img {
	display: block;
	width: 100%;
	margin-bottom: 5vh;
}

.button {
	display: block;
	width: 32%;
	margin-left: 2%;
	padding: 50px 0;
	background-color: rgba(3,22,81,.90);
	color: #FFF;
	float: left;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	transition: .2s;
}

.button:hover { background-color: rgba(3,22,81,1.0); }

.button:first-child { margin-left: 0; }

.container { width: 90%; max-width: 1200px; margin: auto; }

@media only screen and (max-width: 1600px) {

	body, input, textarea, select { font-size: 1.5vw; }
	#logo, #header .container:after { margin-left: 0; }
	#content.container { width: 80%; }

}

@media only screen and (max-width: 1100px) {

	body, input, textarea, select { font-size: 17px; }
	#welcome { width: 100%; }

}

@media only screen and (max-width: 800px) {

	#content.container { width: 90%; }

	#header { text-align: center; }
	#logo { max-width: 100%; }

	#header .container:after { display: none; }

	.button, .button:first-child {
		display: block;
		width: 100%;
		margin-left: 0;
		margin: 20px auto;
		float: none;
	}

}