h2{
  font-family: Arial;
  color:#042e70;
}

h3{
  font-family: Arial;
  color:#042e70;
}

.wrapper{
  display:grid;
  grid-template-columns: 70% 30%;

}

.wrapper >div{

  background:#e6eaf2;
  padding:1em;

}

.wrapper >div:nth-child(odd){
  background:white;
}

.button {
  position: relative;
display:inline-block;
min-width: 200px;
max-width: 200px;
height: 75px;
margin: 20px 20px;
border-radius: 4px;
border-style:outset;
border-width: 3px;
font-family:serifs;
font-size: 30px;
color:white;
text-shadow: 2px 2px 8px #000000;


}



.buttonFont{

}

.fit
{
  overflow: auto;
}

input[type=text], select {
    min-width: 70%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border-radius: 4px;
    border-width: 1px;
    box-sizing: border-box;
}

input[type=submit] {
    width: 50%;
    color: white;
    padding: 5px;
    margin-left: 50px;
    margin-top:20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #45a049;
}

.formsub {
    border-style:outset;
    border-radius: 3px;
    background-color: #d1d1d1;
    padding: 20px;
    max-width: 200px;
    min-width: 200px;

}

.form_label{
  color: #042e70;
  font-family:serifs;
font-size: 30px;
font-weight: bold;
text-shadow: 2px 2px 5px #a0a0a0;


}

.next_to{
  display: inline; !important;
  margin-left: 30px; !important;
  margin-top:10px;
}


/*navbar section*/

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #042e70;
}

li {
    display:inline-block;
    text-align: center;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    text-shadow: 2px 2px 5px #000000;
  }
}

li a:hover:not(.active) {
    background-color: #042e70;
}

.active {
  font-style: bold

}

.center{
  text-align: center;
}

.footer {
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: right;
    font-size: 12px;
}
