body{
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  background-image: url("../_resources/fundo.png");
	background-attachment: fixed;
	background-position: top;
	background-repeat: no-repeat;
	background-size: cover;
}

h1{
  color: #c28749;
  padding: 20px;
}

a{
  color: #c28749;
}

form{
  padding: 30px 0;
}

.options{
  padding: 0;
}

form #apresentacao{
  padding: 20px 0;
}

form #submit, form .submit{
  color: white !important;
  background-color: #c28749;
  font-weight: bold;
  border: 2px solid #c28749;
	transition: all 0.3s;
}

form #submit:hover{
  background-color: white;
  border: 2px solid #c28749;
  font-weight: bolder;
  color: #c28749 !important;
}

#form-body{
  background-color: white;
}

.container{
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

select {
  width: 100%;
  height: 37px;
  border-radius: 5px;
}

@media only screen and (max-width: 600px){
  .container{
    width: 100%;
    margin: 0;
  }
}

.botao {
  background-color: white;
  border: 2px solid #c28749;
  color: black;
}

.botao:hover {
  background-color: #c28749;
  color: white;
}
