@import url(https://fonts.googleapis.com/css?family=Montserrat:400,700);

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	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:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
body {
	background-color: #f9f9f9;
}
header {
	padding: 50px 0 60px 0;
	height: 225px;
	width: 400px;
	margin: 0 auto;	
}
div {
	display: inline-block;
}
h1 {
	font-family: 'Metrophobic', Arial, serif; font-weight: 800;
	text-align: center;
	font-size: 1.7em;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 5px;
}
p {
	font-family: 'Metrophobic', Arial, serif; font-weight: 400;
	margin: 10px;
}
a {
	color: #000000;
}
.water {
	background: url(img/head-bg.jpg);
	height: 335px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -1000
}
.gradient {
	background: -webkit-linear-gradient(45deg,  rgba(0,48,156,0.5) 0%,rgba(173,255,231,0.5) 100%);
	   background: -moz-linear-gradient(45deg,  rgba(0,48,156,0.5) 0%,rgba(173,255,231,0.5) 100%);
	        background: linear-gradient(45deg,  rgba(0,48,156,0.5) 0%,rgba(173,255,231,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8000309c', endColorstr='#80adffe7',GradientType=1 ); 
	height: 335px;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: -999
}
main {
	position: relative;
	top: -100px;
}

.mid {
	text-align: center;
}
.simu-logo {
	width: 100px;
	margin: 40px 0 40px 0;
	-webkit-box-shadow: -2px 2px 10px 0 rgba(0,0,0,0.3);
			box-shadow: -2px 2px 10px 0 rgba(0,0,0,0.3);
}
.links {
	-webkit-transition: all 200ms ease-in-out;
	   -moz-transition: all 200ms ease-in-out;
	    -ms-transition: all 200ms ease-in-out;
	     -o-transition: all 200ms ease-in-out;
	        transition: all 200ms ease-in-out;
	-webkit-box-shadow: -2px 2px 10px 0 rgba(0,0,0,0.3);
			box-shadow: -2px 2px 10px 0 rgba(0,0,0,0.3);
			-webkit-border-radius: 15px 15px 15px 15px;
					border-radius: 15px 15px 15px 15px;
	margin: 150px 0px 0px 0px;
	width: 200px;
}
.links:hover {
	-webkit-box-shadow: -2px 2px 10px 0 rgba(0,0,0,0.5);
			box-shadow: -2px 2px 10px 0 rgba(0,0,0,0.5);	
}
.box {
	margin: 0 20px 0 20px;
}
