@charset "utf-8";
/* CSS Document */


.wrapper {
	background-image: url(../images/Background-Picture-Html.jpg);
    min-height: 1000px;
    height:auto;
    height:100%;
    overflow: hidden;
    min-width: 470px;
    width: 100%; 
}

.topbar {
	height: auto;
	min-height: 150px;
	width: 100%;
}
	
ul {
    float: left;
	width: 100%;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

a {
    float: left;
   	height: 50px;
	width: 17.5%;
	text-align:center;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif ;
	font-size:26px;
	text-decoration: none;
    color: grey;
    background-color: black;
    padding: 0.2em 0.6em;
    border-right: 1px solid white;
}

a:hover {
    background-color: Navy;
}

li {
    display: inline;
}


.upper {
	height: 60%;
	width: 50%;
	float:left;
	padding:3%;
}

p {
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-seri;
	font-size:24px;
	color:#000029;
	}
	
	
.right {
	padding-top:7%;
	padding-left:20px;
}