body{
  background:#fafafa;
    font-family: "Noto Sans", sans-serif;
}
h1, h2, h3
{
    margin-top: 20px;
    font-family: "Lora", serif;
}
.whitepaper{
	padding:10px 20px;
	margin:10px 0px;
	border:1px solid #aaa;
	background:#fff;
}
a:hover{
    color:#af5c3d;
}
.heading{    
    background-image: url("../images/backgrounds/heading-background.jpeg");
    background-position: center center;
    background-size: cover;
    color:#fff;
    font-size: 24px;
    line-height: 60px;
    font-weight: bolder;
    text-shadow: 0px 0px 2px #000;
}
btn:hover{
    color:#af5c3d;
}
header{
    background: #ffe9e1;

}
footer{
    background: #ffe9e1;
    border-top:4px solid #fac2ad;
    }
.review-box{
    border:2px solid goldenrod;
    background: #eee !important;
    color: #222;
    padding: 10px;
}
article{
    background-color: #ffe9e1;
    border:1px solid #fac2ad;
    border-radius: 10px;
}

hr{
    height: 1px;
    margin:15px 0px;
    border-color: #fac2ad;
    background-color: #fac2ad;
    color: #fac2ad;
}
.item-box{
    border:1px solid #aaa;
    height: 170px;
    width: 100%;
    margin:20px 0px;
    padding-top:30px;
    text-align: center;
    background: #98612b;
    color:#fff;
    font-weight: bolder;
    text-shadow: 0px 0px 2px #000;
    background-size: cover;
    background-position: center center;
    filter: brightness(90%);
}
.review-slide>.review-text{
    border-radius: 20px;
    border: 1px solid rgba(50,50,50,0.5);
    background: #ffe9e1;
    padding: 10px 20px;
}
header>.container>ul{    
    background: #ffe9e1 !important;
}
.big-button{
    width:100%;
    background: #ffe9e1;
    padding: 20px;
}
.bordered-table,.bordered-table>tr>td{
width:100%;
border:1px solid #000;
}
*::-webkit-scrollbar {
    display: block;
    width: 10px;
    height: 10px;
  }
*::-webkit-scrollbar-thumb {
    height:10px;
    width: 10px;
    background: #4a3329;
    border-radius: 10px;
  }
*::-webkit-scrollbar-track {
    background: transparent;
  }