
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@font-face {
    font-family: 'RotisSansSerif';
    src: url('/fonts/Rotis SemiSans 55.eot');
    src: local('Rotis Semi Sans Std'), url('/fonts/Rotis SemiSans 55.otf') format('opentype');
    src: local('Rotis Semi Sans Std'), url('/fonts/Rotis SemiSans 55.ttf') format('truetype');
}

body {
    margin-bottom: 60px;
    font-family: "RotisSansSerif", Arial !important;
    background: url(/images/back.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #54ABCE;
}

.buttonRun {
    position: relative;
    z-index: 1;
}
    .buttonRun a {
        color: #FFFFFF !important;
    }
    .buttonRun::before {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        background: #222222;
        opacity: .4;
        content: "";
        z-index: -1;
    }

.aClickOnce {
    color: #222222 !important;
}

.menuItemColor {
    color: #9D9D9D !important;
}











/* OVERRIDE BOOTSTRAP MIN CSS */

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    font-weight: 500;
    line-height: 1.2
}

.h2, h2 {
    color: #F47F24;
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 8vmin !important;
}

@media (min-width:1200px) {
    .h4, h4 {
        font-size: 2rem
    }
}

a {
    color: #54ABCE !important;
    text-decoration: none !important;
}

    a:focus, a:hover {
        color: #F47F24 !important;
        text-decoration: none !important;
    }

    a:focus {
        outline: 5px auto -webkit-focus-ring-color;
        outline-offset: -2px;
    }

    a:not([href]):not([class]), a:not([href]):not([class]):hover {
        text-decoration: none
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 0 !important;
    align-items: center
}