body{
background-color: #424242;
}

.button {
  background-color: #b8cce4;
  border: none;
	border-radius: 12px;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}

#header{
font-family: Helvetica ! important; 
min-height: 232px;
width: 800px;
margin: 0px auto;
margin-top: 50px;
background-color: #b8cce4;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
box-shadow: 10px -10px 30px #D7D7D7;
text-align: center;
}

#imgheader{
float: right;
}

#content{
text-align: center;
background-color: white;
font-weight: bold;
font-family: Helvetica ! important;
font-variant:small-caps;
width: 800px;
min-height: 400px;
margin: 0px auto;
margin-top: 20px;
padding-top: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
box-shadow: 10px -10px 30px #D7D7D7;
} 

#content2{
text-align: center;
background-color: white;
font-weight: bold;
font-family: Helvetica ! important;
font-variant:small-caps;
width: 800px;
min-height: 400px;
margin: 0px auto;
margin-top: 20px;
padding-top: 30px;
border-bottom-left-radius: 30px;
border-bottom-right-radius: 30px;
border-top-left-radius: 30px;
border-top-right-radius: 30px;
box-shadow: 10px -10px 30px #D7D7D7;
	
} 

#header_1{
margin: 0 auto;
font-weight: bold;
font-size: 32px;
font-family: Helvetica ! important;
font-variant:small-caps;
color: #18355c;
}

.dropdown {
min-width: 350px;
}



