body{
  background:#ffd;
    font-family: "Noto Sans", sans-serif;
}
h1, h2, h3
{
    margin-top: 20px;
    font-family: "Lora", serif;
}
a{
    color:inherit;
    text-decoration: none;
}
a:hover{
    color:#43873a;
}

.focus-block{
    text-align: center;
    padding:10px 15px 30px 15px;
    background: #eea;
    border-radius: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}
.focus-block h2{
    font-family: sans-serif;
}
.focus-block .material-icons{
    font-size: larger;
}
.overflow-table{
    display: block;
    margin: 0 auto;
    overflow-x: auto;
    white-space: nowrap;
  }
.whitepaper{
    background-color: #ffffffdf;
	padding:20px 20px;
	margin:10px 0px;
	border:1px solid #57954eb2;
    border-radius:10px;
    box-shadow: 0px 0px 5px #57954eb2;
}
.logo-box h1{
    font-family: sans-serif;
}
.heading{    
    background-color:#5c9b7b;
    color:#fff;
    font-size: 20px;
    line-height: 50px;
    font-weight: bolder;
    text-shadow: 0px 0px 5px #000;
}
btn:hover{
    color:#24491f;
}
.btn-primary{
    background: #364c41;
    border-color:#24491f;
}
.btn-primary:hover{
    background: #24491f;
    border-color:#24491f;
}
header{
    background: #364c41;
    color:#ffd;

}
header h1{
    color:#ffd;
}

header a:hover{
    text-shadow:0px 0px 1px #ffd;
    color:#ffd;
}
header btn:hover{
    color:#ffd;
}
footer{
    background: #364c41;
    background-image: url("../images/backgrounds/footer-background.jpeg");
    background-size: 300px 300px;
    color:#ffd;
    border-top:4px solid #24491f;
    }
.review-box{
    border:2px solid goldenrod;
    background: #eee !important;
    color: #222;
    padding: 10px;
}
article{
    background: rgba(55, 90, 74, 0.69);
    color: #fff;
    border:1px solid #24491f;
    border-radius: 10px;
    padding: 15px;
}

hr{
    height: 1px;
    margin:15px 0px;
    border-color: #5c8e5e;
    background-color: #5c8e5e;
    color: #5c8e5e;
}
.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;
    background: #25322c;
    color:#ffd;
    border:1px solid #24491f;
    padding: 10px 20px;
}
.big-button{
    max-width: 400px;
    background: #085728;
    padding: 10px 20px;
    border:0px solid #24491f;
    color:#fff;
    line-height: 30px;
    font-size: 20px;;
}
.big-button:hover{
    background: #2d2d2d;
}
.wide-button{
    max-width:100% !important;
    width:100% !important;
}
.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: #24491f;
    border-radius: 10px;
  }
*::-webkit-scrollbar-track {
    background: transparent;
  }
  @media screen and (max-width: 1080px) {

    header>.container>ul{    
        background: #364c41 !important;
    }
  }
  @media screen and (min-width: 1080px) {

    .hidden-large{    
        display: none;
    }
  }