
*{
    font-family: 'Source Sans Pro';
}

.nav-current {
    border-top: 2px solid #45450f;
    border-right: 2px solid #45450f;
    font-weight: bold;
}
@media only screen and (max-width: 600px) {
    .nav-current {
        border-top: 0px solid #45450f;
        border-right: 0px solid #45450f;
        border-bottom: 0px solid #45450f;
        font-weight: bold;
        text-decoration: underline;
    }
  }
.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border-bottom: 2px solid #45450f;
    border-left: 2px solid #45450f;
    border-top: 0px;
    border-right: 0px;
    border-radius: 0px;
    transition: var(--bs-navbar-toggler-transition);
}
.h1-banner {
    font-family: 'Source Sans Pro';
    font-weight: 900;
    color: #45450f;
    line-height: 1 !important;
}

.h1-panel, label {
    font-family: 'Source Sans Pro';
    font-weight: bold;
}
.yellow {
    color: #ffbd30;
}

.green {
    color: #45450f;
}

h4 {
    font-size: 18px;
}
.p-panel {
    font-family: 'Source Sans Pro';
    font-size: 18px;
    line-height: 32px;
}
.p-li {
    border-bottom: 1px solid #45450f;
    border-left: 1px solid #45450f;
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
}
.p-li-white {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 10px;
    font-size: 13px;
    line-height: 16px;
}
.logo {
    width: 100px;
}
.nav-link {
    font-weight: bold;
    color: #45450f;
}
.link-footer {
    color: #fff;
    text-decoration: none;
}
.bg-darkgreen {
    background-color: #45450f;
}
.bg-yellow {
    background-color: #ffbd30;
}
.btn-primary {
    color: #212529;
    background-color: rgba(0, 0, 0, 0);
    font-weight: bold;
    border-radius: 0px !important;
    border-top: 3px solid #212529;
    border-right: 3px solid #212529;
    border-bottom: 0px;
    border-left: 0px;
}
.btn-primary:hover {
    color: #212529;
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    border-radius: 0px !important;
    border-top: 3px solid #212529;
    border-right: 3px solid #212529;
    border-bottom: 0px;
    border-left: 0px;
}
.btn-primary-white {
    color: #fff;
    background-color: rgba(0, 0, 0, 0);
    font-weight: bold;
    border-radius: 0px !important;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 0px;
    border-left: 0px;
}
.btn-primary-white:hover {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    font-weight: bold;
    border-radius: 0px !important;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    border-bottom: 0px;
    border-left: 0px;
}

.about-bio-block {
    position: relative;
    min-height: 500px;
}

.about-bio-block .btn{
    position: absolute;
    bottom: 0;
}

.add-br{display: none;}

h1, h2, h3, h4, h5, h6{
    font-family: 'Source Sans Pro';
    font-weight: bold;
}

.article-border{
    border-bottom: 1px solid #45450f;
    border-left: 1px solid #45450f;
    padding: 10px;
    line-height: 16px;
}

@media screen and (max-width: 1400px){
    .about-bio-block{min-height: 560px}
}

@media screen and (max-width: 1257px){
    .add-br{display: block;}
}

@media screen and (max-width: 1200px){
    .about-bio-block{min-height: 650px}
}

@media screen and (max-width: 1122px){
    .about-bio-block{min-height: 740px}
}

@media screen and (max-width: 991px){
    .navbar-toggler{border: none;}
    .nav-link{padding-right: 10px;}
    .hide-img, .add-br{display: none;}
    .about-bio-block{min-height: auto;}
    .about-bio-block .btn{position: unset;}
}
