.text1 {
  padding-top:75px;
  margin: auto;
  text-align: center;
  color: black;
  font-size: 100%;
  font-weight: bold;  
}
.fixed-header, .fixed-footer {
    position: fixed;
    margin: auto;
    padding: 4px;
    left: 0;
    width: 100%;
    background-color: green; 
    color: white;
    text-align: center;
}
.fixed-header {
    top: 0;
	height:75px;
}
.fixed-footer {
    bottom: 0;
}
li {
    float: right;
}
li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}
li a:hover {
    background-color: #111;
}
ul {
    list-style-type: none;
    margin: auto;
    padding: 0;
    width: 100%;
/*    overflow: hidden; */
    background-color: green;
}
.active {
    background-color: #04AA60;
}
.logo{
	float:left;
	top:5px;
	
}