/**SECTION 1 - Fixing height and margins**/
.container.d-flex.flex-column{
flex-grow:0 !important;
}

#sec_00a93e {
    min-height: 10px !important;
}

/*YOUR COUPONS Section - Change
BG Color & Heading Color*/
#sec_2e6c5a{
    background-color: #000 !important;
}

h2,h3,p{font-family: archivo!important;}

h1{font-family: Archivo Black!important;}

h1.heading{
    color:white !important;
    
}


/**FORM - Change Button Color**/
.button-custom-style {
    font-family: archivo!important;
    color: #FFF;
    background: #FBC814 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none !important;
    font-size: 1.0em !important;
}