:root {
    --main-color: #0e2d75;
    --main-color-rgb: rgb(14,45,117);
    --main-color-rgba-08: rgba(14,45,117, 0.8)
}

.modal-backdrop {
    z-index: 0 !important;
}

main {
    z-index: 1;
    position:relative;
}

.navbar-brand {
    max-width: 50%;
}

    .navbar-brand img {
        max-height: 3rem;
    }

@font-face {
    font-family: "Tiempos";
    src: url("../fonts/TiemposTextWeb-Regular.eot");
    src: url("../fonts/TiemposTextWeb-Regulard41d.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposTextWeb-Regular.woff2") format("woff2"), url("../fonts/TiemposTextWeb-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Tiempos";
    src: url("../fonts/TiemposTextWeb-RegularItalic.eot");
    src: url("../fonts/TiemposTextWeb-RegularItalicd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposTextWeb-RegularItalic.woff2") format("woff2"), url("../fonts/TiemposTextWeb-RegularItalic.woff") format("woff");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Tiempos";
    src: url("../fonts/TiemposTextWeb-Semibold.eot");
    src: url("../fonts/TiemposTextWeb-Semiboldd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/TiemposTextWeb-Semibold.woff2") format("woff2"), url("../fonts/TiemposTextWeb-Semibold.woff") format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Regular-Web.eot");
    src: url("../fonts/Graphik-Regular-Webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Regular-Web.woff2") format("woff2"), url("../fonts/Graphik-Regular-Web.woff") format("woff");
    font-weight: 400;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Medium-Web.eot");
    src: url("../fonts/Graphik-Medium-Webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Medium-Web.woff2") format("woff2"), url("../fonts/Graphik-Medium-Web.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: "Graphik";
    src: url("../fonts/Graphik-Semibold-Web.eot");
    src: url("../fonts/Graphik-Semibold-Webd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/Graphik-Semibold-Web.woff2") format("woff2"), url("../fonts/Graphik-Semibold-Web.woff") format("woff");
    font-weight: 600;
    font-style: normal;
    font-stretch: normal
}

@font-face {
    font-family: 'abisonburkeicon';
    src: url("../fonts/abisonburkeicon/abisonburkeicon6fe1.eot?pn70dp");
    src: url("../fonts/abisonburkeicon/abisonburkeicon6fe1.eot?pn70dp#iefix") format("embedded-opentype"), url("../fonts/abisonburkeicon/abisonburkeicon6fe1.ttf?pn70dp") format("truetype"), url("../fonts/abisonburkeicon/abisonburkeicon6fe1.woff?pn70dp") format("woff"), url("../fonts/abisonburkeicon/abisonburkeicon6fe1.svg?pn70dp#abisonburkeicon") format("svg");
    font-weight: normal;
    font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
    font-family: "abisonburkeicon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.icon-bars {
    transition: color 200ms
}

    .icon-bars:before {
        content: ""
    }