@charset "utf-8";
/* CSS Document */

body {
    background-color: #FFFFFF;    
}
h1 {font-size: 25px;
}
h2 {font-size: 20px;
}
h3 {font-size: 18px;
}
.topbar{
    background-color: #F7D207;
    color: #633C13;
    font-weight: bold;
    font-size: 18px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
}
.navbar {
    background-color: rgba(0,0,0,0.00);
	--mdb-navbar-box-shadow: 0 4px 12px 0 rgba(0,0,0,00),0 2px 4px rgba(0,0,0,0);
}
.fa-bars{
    color: #f7d207!important;
}
.bg-light {
    background-color: #633c13!important;
}

header{
    background-image: url("../images/header-bkgd.webp");
    background-size: cover;
    background-position: center bottom;
    padding-top: 44px;
    padding-bottom: 46px;
    text-align: center;
}
.nav-link{
    font-size: 20px;
    font-weight: bold;
	color: #f7d207;
}
.nav-item i {
	padding-top: 20px;
}
.footer {
    border-top: 10px solid #f7d207;
    color: #f7d207!important;
    margin-top: 25px;
    padding-top: 15px;
    background-image: -webkit-linear-gradient(270deg,rgba(106,70,34,1.00) 0%,rgba(70,64,66,1.00) 100%);
    background-image: -moz-linear-gradient(270deg,rgba(106,70,34,1.00) 0%,rgba(70,64,66,1.00) 100%);
    background-image: -o-linear-gradient(270deg,rgba(106,70,34,1.00) 0%,rgba(70,64,66,1.00) 100%);
    background-image: linear-gradient(180deg,rgba(106,70,34,1.00) 0%,rgba(70,64,66,1.00) 100%);
}
.footer a{
    color: #f7d207!important;
    text-decoration: underline;
    font-weight: bold;
}
.text-yellow {
	color: #f7d207;
}
.text-brown {
	color: #633c13;
}
.jumbo1 {
    color: #606036;
    text-shadow: 2px 2px 2px #FFFFFF;
    font-weight: bold;
    font-size: 45px;
}
.jumbo2 {
    color: #c18268;
    text-shadow: 0px 0px 10px #FFFFFF;
    font-weight: bold;
    font-size: 28px;
}
.btn-mauve {
    background-color: #C18268;
    color: #FFFFFF!important;
    font-weight: bold;
}
.banner  {
    height: 200px;
    border-top: 10px solid #606036;
    border-bottom: 10px solid #606036;
    background-image: url('/images/header1.webp');
    background-size: cover;
    }
.thumbstyle {min-height: 0px!important}
.athumbclicktext{
    font-weight: bold;
    text-shadow: 2px 2px 2px #f7d207;
}
    /* jumbotron Height for devices larger than 992px */
    @media (min-width: 992px) {
      #intro-example {
        height: 600px;
      }
    }