:root {
    --q-primary: #E3051B;
}

body {
   background-color: #eaeaea;
}

#header {
    background: #EAB500;
    background: linear-gradient(20deg, #EAB500 0%, #E3051B);
    color: #fff;
    font-size: 1.5rem
}

#header .container {
    max-width: 1480px;
    margin: 0px auto;
}
#header .logo {
    display: inline-block;
    margin-right: 3rem;
    max-width: 180px;
}

#header img {
    max-width: 100%;
    height: auto;
}

#header .igm-logo {
    width: 65px;
}

#header .inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0;
    position: relative
}
#header .igm-logo img {
    max-width:65px;
    max-height: 65px;
    border: 1px solid #fff;
}
.mod_customnav a {
    color: #fff;
}

#footer {
    padding: 3rem 0;
    background: #fff;
    text-align: center;
}
#footer a {
    color: #E3051B;
}



.q-page {
    padding-top: 40px;
    padding-bottom: 40px;
}