@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;
}

.upperbar {
	height:auto;
	width:90%;
	padding-top:7%;
	padding-right:7%;
	padding-left:7%;
	padding-bottom:2%;
	
}


p {
	font-size:28;
	color:#000029;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-seri;
	}



.leftbottom {
	height: 50%;
	width: 40%;
	padding-left: 7%;
	float:left;
}



.rightbottom {
	height: 50%;
	width: 40%
	padding-left:5%;
	float:right:
}


