html{
	background-color: #4c1e1e; 
	font-family: 'Source Code Pro', monospace;
}
header{
	background-color: #4c1e1e; 
}

h1{
	color: white;
	font-weight: 14px;
	font-family: 'Open Sans', sans-serif;
}

nav{
	background-color: white;
	font-family: 'Source Code Pro', monospace;
}

body{
	background-color: #4c1e1e; 
}

li:hover{
	border: 1px solid #4c1e1e;
    border-radius: 5px;	
}

a{
	color: white;
	text-align: right;
	color: white;
	font-size: 15px;
}

header .navbar-default {  
  border: none;
  padding-top: 15px;
  padding-bottom: 30px;
  color: white;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.logo{
	padding-top: 0px;
}
header .navbar-default ul.navbar-nav {
  padding-top: 30px;
}

h4{
	color: #ad7f56;
}
h3{
	color: white;
}

@media only screen and (max-width : 500px) {
	#imgPrincipal{
		padding-top: 50px;
		
	}
	#home{
		padding-top: 50px;
	}

}

#civil{
	padding-top: 200px;
  	padding-bottom: 100px;
  	text-align: center;
}

#area{
	background-color: #4c1e1e; 
	font-family: 'Open Sans', sans-serif;
	color: #e0dcdc;
	
}

footer{
	background-image:url("../img/banner/3.png");
  	padding-bottom: 100px;
  	background-size: 1300px;
}

p{
	color: white;
	font-family: 'Source Code Pro', monospace;
}

.btEnviar{
	background-color: #ad7f56;
}

#profissionais{
	font-family: 'Open Sans', sans-serif;
}

.painel{
	color :#4c1e1e;
	font-size: 14px; 
	font-family: 'Open Sans', sans-serif;
}

h5:hover{
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;	
	
}
a:hover{
	color: white;
}