/*----------------------------------------------
*
* [Theme Pink Stylesheet]
*
* Theme    : Leverage
* Version  : 2.0
* Author   : Codings
* Support  : codings.dev
* 
----------------------------------------------*/

/*----------------------------------------------

[ALL CONTENTS]

1. Root

----------------------------------------------*/

/*----------------------------------------------
1. Root
----------------------------------------------*/

/* #region Root */

:root {
    
    --primary-color: #fc5130;
    --secondary-color: #E0040B;
}

/* #endregion Root */



/* my custom */
:root {
    --header-bg-color: #f5f5f5;
    --nav-item-color: #2f323a;
    --top-nav-item-color: #2f323a;
    --hero-bg-color: #f5f5f5;

    --section-1-bg-color: #eeeeee;
    --section-2-bg-color: #e5e5e5;
    --section-3-bg-color: #f5f5f5;
    --section-4-bg-color: #eeeeee;
    --section-5-bg-color: #e5e5e5;
    --section-6-bg-color: #f5f5f5;
    --section-7-bg-color: #eeeeee;

    --footer-bg-color: #191919;
}


.input-group {
    display: block;
    text-align: left;
}
.errorMessage {
    margin-top: 5px;
    color: #fc5130;
    font-size: 0.925rem;
}
#feedback-submit {
    color: white;
}

footer .brand .logo img {
    height: auto;
}
