
/* ************************************************* */
/* GENERAL STYLES ********************************** */
/* ************************************************* */



/* This overrides the default input field background color when something is auto filled */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
    -webkit-box-shadow: 0 0 0 30px #f9f9f9 inset !important;
}

/* This makes sure that all pages have a 100% height */
html,
body,
.wrapper {
    height: 100% !important;
}

/* Sets the main background color of all pages */
.wrapper,
.content,
.content-wrapper {
    background-color: #f9f9f9 !important;
}



/* Sets the padding for the main content */
.content {
    padding: 0 30px 0 30px;
}
.above-content {
    padding: 0 30px 0 30px;
}

@media (max-width: 991px) {
    .content {
        padding: 0 15px 0 15px;
    }
    .above-content {
        padding: 0 15px 0 15px;
    }
}

@media (max-width: 500px) {
    .content {
        padding: 0 0 0 0;
    }
    .above-content {
        padding: 0 0 0 0;
    }
}


/* Text styles */
h1 {
    font-family: Gotham Rounded, verdana, sans-serif !important;
    font-size: 26px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #3d464d;
}
h2 {
    font-family: Gotham Rounded, verdana, sans-serif !important;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #3d464d;
}
h3 {
    font-family: Gotham Rounded, verdana, sans-serif !important;
    font-size: 14px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
}
h4 {
    font-family: Gotham Rounded, verdana, sans-serif !important;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #3d464d;
}
h5 {
    font-family: Gotham Rounded, verdana, sans-serif !important;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #3d464d;
}
h6 {
    font-family: Gotham Rounded, verdana, sans-serif !important;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    text-align: left;
    color: #3d464d;
}



body {
    font-family: Gotham Rounded, verdana, sans-serif !important;
}