@charset "UTF-8";
/* CSS Document */
body{
	background:#232323;
}

#header {
	background:#232323;
	width: 100%;
	height:480px;
}

#logo {
  width: auto;
  text-align: left;
	padding-left: 20px;
	padding-top: 20px;
}

p {
    text-align: center;
    color: #E83850;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

h1{
	text-align: center;
	margin-top:-10px;
	font-weight:bold;
    color: #FFFFFF;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}

#grue{
  width: auto;
  height: 300px;
  text-align: center;
}

#footer {
	width:100%;
	height:auto;
	padding:0 0 80px 0;
	background:#E83850;
	margin:0;
	position: fixed;
    bottom: 0;
    left: 0;
}

h2{
	text-align: center;
	padding-top: 40px;
	font-weight:normal;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #FFFFFF;
}

h3{
	text-align: center;
	margin-top:-15px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size:1em;
	font-weight:normal;
	color: #212121;
}

h5{
	text-align: center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	
	font-weight:normal;
	color:#FFFFFF;
	}

a{margin:5px}

#contact{
  width: auto;
  text-align: center;
}