@import url('https://fonts.googleapis.com/css2?family=Archivo:wght@400;700;900&display=swap')

.container.d-flex.flex-column{
flex-grow:0 !important;
}

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

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

h1.heading{
    color:white !important;
}

h1{
   font-family: 'Archivo', sans-serif !important; 
   font-weight:900 !important;
   font-size:38px !important;
}

h2,h3,h4{
    font-family: 'Archivo', sans-serif !important; 
}

/**FORM - Change Button Color**/
.button-custom-style {
    color: #FFF;
    font-family: 'Archivo', sans-serif !important;
    background: #f87014 !important;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    border: none !important;
    border-radius:50px !important;
    font-size: 1.0em !important;
}

.participation .form-control{
        font-family: 'Archivo', sans-serif !important;

}

#sec_e8d6b9{
    background:
#f87014 !important;
}
