header{
	background-color: #ddd;
}

section{
	margin-top: 100px;
	margin-bottom: 100px;
	font-size: 16px;
}
@media(max-width: 480px){
  section{
  	margin-top:50px;
  	margin-bottom:50px;
  }
}

footer{
	text-align: center;
	padding-top: 10px;
	padding-bottom: 2px;
	background-color: #cdcdcc;
	font-size: 12px;
}

a{
	color: #eb6732;
}
a:hover{
	color: #eb6732;
	text-decoration: underline;
}
a:focus{
	color: #eb6732;
	text-decoration: underline;
}

.btn-default {
  background-color: #eb6732;
  border-color: #fff;
  color: #fff;
}

.btn-default:hover, .btn-default:focus, .btn-default:active{
	background-color: #eb6732;
  opacity: 0.8;
  color:#fff;
}