html {
  background: url('/images/webhome1.5.jpg') no-repeat center center fixed;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

header{
    color: #FFFFFF;
}

ul{
    list-style-type: none;
    margin: 0;
    margin-left: -8px;
    padding: 0;
    background-color: #FFFFFF;
    position: fixed;
    top: 0;
    width: 100%;
    height: 6em;
}

li{
    float: right;
    padding-left: .75em;
    padding-right: .75em;
    font-size: 1.5em;
    height: 4em;
    font-family: Arial;
    display: flex;
    flex-direction: row;
    align-items: center;
}

a{
    padding: 5px;
    color: black;
    text-decoration: none;
}

li:hover{
    background-color: lightgrey;
}

.subButton{
    margin-top:10%;
}

input{
    font-family: Arial;
}

label{
    font-family: Arial;
}

select{
    font-family: Arial;
}
}