.navbar-brand {
    font-size: 28px;
    padding: 0px;
    font-weight: 900;
    margin: 5px 15px 0px 10px;
}
.navbar-dark .navbar-nav .active>.nav-link, 
.navbar-dark .navbar-nav .nav-link.active, 
.navbar-dark .navbar-nav .nav-link.show, 
.navbar-dark .navbar-nav .show>.nav-link {
    min-height: 55px;
}
.navbar-dark .navbar-nav .nav-link:focus, 
.navbar-dark .navbar-nav .nav-link:hover {
    min-height: 55px;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 19px 10px;
    font-size: 16px;
    font-weight: 900;
}

#bg-image h3{
    margin: auto;
    font-weight: 900;
}
#second-navbar div a{
    font-weight: 900;
    font-size: 22px;
}
#about h5{
    font-weight: 900;
    font-size: 28px;
}
#about li{
    font-weight: 900;
    font-size: 18px;
}
#about .content div {
    margin: 20px 5px;
    padding: 15px 10px 15px 5px;
    background: rgb(197, 211, 197);
    border-radius: 15px;
    border: 3px groove green;
}
#contact-us .fa{
    margin: 5px 0px;
}

#search #button{
    right: 0px;
    border-radius: 0px 5px 5px 0px;
}
#search .form-group input {
    padding-left: 5px;
    padding-right:65px;
}
#table-season .table th{
    font-weight: 900;
}
#table-season tbody td:first-child{
    font-weight: 900;
}
#table-season .table td{
    padding-right: 6px !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    font-weight: 900;
}
#post-section .subtitle {
    margin-right: 12px;
    font-weight: 900;
}
#post-section .row * {
    font-weight: 900;
}
#home .row a {
   font-size: 21px;
    font-weight: 900;
}
#pickles-list{
    font-weight: 900;
}
.lang{
    font-weight: 600 !important;
}
#contact-us .fa
{
    margin: 12px -5px 2px 5px !important;
}