.hero-top-banner {
    height: 400px;
    background-image: url('../images/twi-site-heroimg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: unset;
}



.navbar-wrapper {
    margin-bottom: -140px;
}

.navbar a {
    float: inherit !important;
    font-size: 14px;
    color: #00000094 !important;
    text-align: center;
    padding: 14px 3px !important;
    text-decoration: none;
    margin: 0px 6px !important;
    /*font-family: JosefinSans-Bold !important;*/
}

.dropdown-content a:hover {
    color: #000 !important;
    text-decoration: none !important;
    cursor: pointer;
}

.navbar a:hover {
    color: #eae4d6;
    text-decoration: none !important;
    cursor: pointer;
}

button.dropbtn.user-name:hover {
    color: #000;
    cursor: pointer;
}

a.nav-item-top:hover {
    text-decoration: none !important;
    cursor: pointer;
}



.main-title > h4 {
    font-size: 37px;
    font-family: JosefinSans-Regular;
    text-transform: uppercase;
}

.twi-btn-img > img {
    width: 60%;
}

.twi-btn-img > a > img {
    width: 60%;
}

.main-title > h1 {
    font-size: 75px;
    margin-top: 0 !important;
    font-family: Holland;
    line-height: 45px;
    color: #324E4C;
}

.main-title > h4 {
    font-size: 25px;
    font-family: JosefinSans-Regular;
    text-transform: uppercase;
    color: #324E4C;
    letter-spacing: 5px;
}

.main-title-border {
    border-bottom: 2px solid #CFC9B9 !important;
    width: 42%;
    margin: auto;
    margin-bottom: 15px;
}

.twi-btn-content {
    text-align: center;
}

.twi-btn-img {
    text-align: center;
}

section.twi-section {
    margin: 100px 0px;
}

section.twi-notification {
    margin: 50px 0px;
}
  .hero-content {
        text-align: center;
        padding-top: 250px !important;
    }



.josefinsans-light {
    font-family: JosefinSans-Light;
    font-size: 23px;
    letter-spacing: 1.15px;
}

.twi-btn-content > h2 {
    font-family: edinburgh-regular;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 15px 0px;
}

.twi-btn-content > a > h2 {
    font-family: edinburgh-regular;
    font-size: 25px;
    letter-spacing: 5px;
    margin: 15px 0px;
    color: #212529;
}

.twi-title {
    font-family: JosefinSans-Bold;
    font-size: 18px;
    letter-spacing: 2.25px;
    padding-bottom: 10px;
    color: #324E4C;
    border-bottom: 3px solid #CFC9B9;
}

/*.footer-section {
	text-align: center;
}*/

.twi-footer-title {
    font-family: JosefinSans-Light;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 2.25px;
    margin-top: 15px;
}

span.posted-on {
    font-family: JosefinSans-LightItalic;
    font-size: 19px;
    margin: 10px 0px;
    display: block;
    color: #050505;
}

.learn-more-link {
    font-family: JosefinSans-Light;
    color: #000;
    text-decoration: underline;
}

a.read-now, a.view-product-link {
    color: #050505;
    letter-spacing: 2.197px;
    font-family: JosefinSans-LightItalic;
    text-decoration: underline;
    font-size: 19px;
    line-height: 35px;
}

span.notification-count, span.products-count {
    font-size: 84px;
    font-family: Poppins-Thin;
    letter-spacing: 9px;
    color: #050505;
}

span.new-notification, span.total-product {
    font-size: 24px;
    letter-spacing: 2.7px;
    font-family: JosefinSans-Medium;
}

a:hover {
    color: #eae4d6;
    text-decoration: underline !important;
}

.farm-dashboard-popup{
    max-width: 600px !important;
    padding: 10px 40px;
     background: #F0EAE0;
     margin-top: 12%;
}

.farm-dashboard-popup > .modal-content {
    background: #F0EAE0;
    border-radius: 0;
    border: none;
}

    .farm-dashboard-popup > .modal-content > .modal-header {
        padding: 10px 20px;
        border-bottom: 0px solid #dee2e6;
    }

    .farm-dashboard-popup > .modal-content > .modal-body > h2 {
        font-family: 'edinburgh-regular';
        font-size: 25px;
        text-align: center;
        letter-spacing: 5px;
    }

    .farm-dashboard-popup > .modal-content > .modal-body > p {
        font-family: 'JosefinSans-Light';
        font-size: 18px;
        letter-spacing: 0.9px;
        text-align: center;
    }

.profile-update {
    text-align: center;
    margin: 20px 0px;
}

    .profile-update > a {
        color: #324E4C;
        font-family: 'JosefinSans-Bold';
        font-size: 16px;
        letter-spacing: 2px;
    }

.farm-chk > label {
    font-family: 'JosefinSans-Medium';
   font-size: 14px;
    letter-spacing: 2px;
}

.catalog-alert {
    color: red;
    text-align: center;
    font-family: 'JosefinSans-Medium';
    font-size: 15px;
    letter-spacing: 0px;
}

.b-checkbox label::before {
    top: 3px;
}

.b-checkbox label::after {
    top: 4px;
}

button:focus {
    outline: 0px solid #cfc9b9;
}

@media only screen and (max-width: 768px) {

    .main-title > h1 {
        font-size: 58px !important;
        margin-top: -10px !important;
        line-height: 60px !important;
    }
}
