body{line-height: 130%; background-color:#FFFFEC;
}
.dropdown {
  display: flex;
}

.menu {
  width: 100px;
  text-align: center;
 
}
.menu2 {
  width: 500px;
  text-align: left;
  
  
}

.menu-title {
  background: #700000;
  color: #ffffff; 
}
.menu-title  > a{
 background: #700000;
  color: #ffffff;
  font-size:1.0em;
  line-height:1.5;
}
h1{

line-height:1.5;
}


a{
line-height:1.5;
font-weight: bold;
font-size:1.0em;
}
p{
font-size:1.0em;
line-height:1.5;
font-weight: bold;
}
input{
font-size:1.0em;
line-height:1.5;
font-weight: bold;
margin: 5px 5px 5px 5px;
//padding: 10px;
}

select{
font-size:1.0em;
line-height:1.0;
font-weight: bold;
margin: 10px 0px 0px 10px;
padding: 10px;
}