* {
	margin: 0;
	padding: 0;
	
	font-family: 'Open Sans', sans-serif;
    font-size: 1em;
}

a {
	color: white;
	text-decoration: none;
	    font-style: italic;
	font-weight: bold;
}

h1, h2, h3 {
	font-size: 1em;
	text-align: center;
	margin-bottom: 1em;
}

h2 {
    text-align: left;
    font-size: 1em;
    margin-top: 1em;
    margin-bottom: 0.5em;
}

h3 {
    text-align: left;
    font-size: 1.5em;
    color: white;
    margin-left: 5%;
}

html, body {
	width: 100%;
	height: 100%;
	background-color: f7f7f7;
}

body {
	background: rgb(2,0,36);
	background: linear-gradient(144deg, rgba(2,0,36,1) 0%, rgba(9,9,121,1) 35%, rgba(0,212,255,1) 100%);
	margin: 0 auto;
	width: 100px;
}

nav {
	position: fixed;
	top: 0px;
	
	width: 100%;
	height: 65px;
	background-color: #f7f7f7;
	box-shadow: 0px 0px 30px rgba(0,32,64,0.7);
}

nav ul {
	width: 880px;
	height: 100%;
	margin: 0 auto;
	list-style-type: none;
}

nav li {
	float: left;
	text-align: center;
	padding-top: 22px;
	height: 100%;
	width: 220px;
	
	text-shadow: 2px 2px 2px white;
	
	border-right: 0.1em solid #bbb;
	box-sizing: border-box;
	
	/*border-image: linear-gradient(transparent, rgba(1,1,1,0.3), transparent) 1;*/
}

nav a:last-of-type li {
	border: none;
}

#container {
	margin: 0 auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#wrapper {
    margin: 0 auto;
    width: 100%;
	position: absolute;
}

content {
	width: 100%;
	height: 100%;
}

.page {
	width: 100%;
    margin-bottom: 200px;
}

.contentBox {
	background-color: #f7f7f7;

	margin: 0 auto;
	padding: 20px;

	width: 90%;
	
	box-shadow: 0px 10px 15px rgba(0,32,64,0.3);
	box-sizing: border-box;
	
	border: 1px solid white;
    margin-bottom: 20px;
    margin-left: 5%;
	margin-right: 5%;
    
    display:block;
}

.contentBox.left {
    width: 42.5%;
    float:left;
    margin-left: 5%;
    margin-bottom: 5%;
    margin-right: auto;
    height: 360px;
}

#Contact .contentBox.left {
    height: 440px;
}

#OverInMyHands .contentBox.left {
    height: 412px;
}

#splashImage {
    text-align: center;
    color: white;
    
    text-shadow: 1px 1px rgba(0,32,64,0.3);
}
#Contact a {
    text-decoration:underline;
    color: rgb(50,78,106);
}

#logo {
	width: 100px;
}
