body {
	padding-top: 0px;
	color: #959595;
	}
	
h1, h2, h3, h4, h5, h6 {
	color: black;
	}
h4{
 font-size: 21px;
 font-weight: bold;
}

.texto{
	text-align: justify;
	}

.detalhes{
	color:red;
	font-weight: bold;
	}
	
.pesquisar{
 
  /*padding: 10px 200px;*/
}

.form-control{
	
	width:30%;
	display: inline;
  
}

label{
  margin-bottom: 10px;
 font-size: 21px;
 font-weight: 200;
  position: relative;
  font-weight: bold;
}


.select {
	
	width:15%;
	display: inline;
  
}
	
.feature {
	background-color: #d9edf7;
	color: #337ab7;
	}
	
.article-intro {
    margin-bottom: 25px;
}

.footer-blurb {
    padding: 30px 0;
    background-color: goldenrod;
    color: black;
}
    
.footer-blurb-item {
    padding: 30px;
    }
 
.small-print {
	background-color: #959595;
	padding: 30px 0;
	color: #fff;

}

.back-to-top {
  background-color: #38322e;
  border-radius: 65px;
  bottom: 14px;
  box-shadow: 2px 3px 19px -2px rgba(0, 0, 0, .75);
  color: #d9a000;
  cursor: pointer;
  height: 40px;
  position: fixed;
  right: 22px;
  width: 40px;
  z-index: 3;
&::after {
    content: '▲';
    display: flex;
    justify-content: center;
    padding-left: 1px;
    padding-top: 10px;
  }
}