/* CSS Document */
@font-face {
    font-family: "SDBread";
    font-style:normal;
    font-weight:100;
    src: url("../fonts/ArnoPro-Caption.otf");
    
}
.btn-primarythf {
  background-color: rgba(2,33,33,0.8);
  border-color: #e6a756;
  font-size: 1rem;
	color: white;
	
}
.btn-primarythf:hover, .btn-primarythf:focus, .btn-primarythf:active {
  background-color: rgba(2,33,33,0.5);
  border-color: #df902a;
	color: white;
	
}
.thf_Arno{
	font-family: "SDBread";
	font-size:22px;
}
.btnthf {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
	width: 200px;
}
.section-heading-lowerthf {
  display: block;
  font-size: 3rem;
  font-weight: 100;
	max-height: 200px;
}
.p-5thf{
	padding:3rem 3rem 0 3rem!important;
}
.pli-5thf{
	padding:1.5rem 3rem 3rem 3rem!important;
}
ul.li9 {
	
	

		
  list-style-image: url('../img/li9s.png');
	
}
li{
    margin-bottom: 1.5rem;
    text-align: justify;
}
.footerthf {
  background-color: rgba(2, 33, 33, 0.9);
}
#mainNavthf{background-color:rgba(2,33,33,.9);
	font-family:Raleway}
.btnthf-xl {
  font-weight: 700;
  font-size: 0.8rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.btnthf {
  box-shadow: 0px 3px 3px 0px rgba(33, 37, 41, 0.1);
}

.btnthf-primary {
  background-color: #e6a756;
  border-color: #e6a756;
	color: white;
}

.btnthf-primary:hover, .btnthf-primary:focus, .btnthf-primary:active {
  background-color: #df902a;
  border-color: #df902a;
	cursor: pointer;
	color: white;
	
}
.copyright {
	font-size: 1.0rem;
}
@media (min-width: 992px) {
  .list-hours {
    width: 50%;
    font-size: 1.1rem;
  }
	.pli-5thf{
	padding:3rem 6rem 3rem 6rem!important;
}
}