﻿@font-face {
    font-family: Exo;
    src:url('/content/fonts/exo/static/Exo-Regular.ttf')
}

body {
    font-family: 'Exo', sans-serif;
}


.text-dark {
    color: #FFFFFF !important;
}



input[type="radio"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

input[type="checkbox"] {
    -ms-transform: scale(1.5); /* IE 9 */
    -webkit-transform: scale(1.5); /* Chrome, Safari, Opera */
    -moz-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}
.blink_me {
    -webkit-animation: blinker 1.5s linear infinite;
    -moz-animation: blinker 1.5s linear infinite;
    -ms-animation: blinker 1.5s linear infinite;
    -o-animation: blinker 1.5s linear infinite;
    animation: blinker 1.5s linear infinite;
    font-weight: bold;
}

/* If the screen size is 601px wide or more, set the font-size of <div> to 80px */
@media screen and (min-width: 601px) {
    div.example {
        font-size: 3vw;
        font-weight: bold;
    }

    div.example2 {
        font-size: 2vw;
    }
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
    div.example {
        font-size: 4vw;
        font-weight: bold;
    }

    div.example2 {
        font-size: 3vw;
    }
}

@-moz-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@-webkit-keyframes blinker {
    50% {
        opacity: 0;
    }
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}
td {
    vertical-align: middle !important;
}
th {
    vertical-align: middle !important;
}


.hide {
    display: none;
}

.jumbotron {
    padding: 2rem 1rem;
    border-radius: 0;
    background-color: #17a2b8;
    color: #ffffff;
}

.display-5 {
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.2;
}


.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-7 {
    font-size: 1.25rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-8 {
    font-size: 1.0rem;
    font-weight: 300;
    line-height: 1.2;
}

.footerlink 
{
    color: #ffffff;
    text-decoration: none;
}

a:hover  {
    text-decoration: none;
}



.filter-green {
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(86deg) brightness(118%) contrast(119%);
}

.filter-white {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(133deg) brightness(103%) contrast(101%);
}

.filter-green {
    filter: invert(64%) sepia(70%) saturate(1302%) hue-rotate(62deg) brightness(101%) contrast(133%);
}

.noborder {
    background: transparent !important;
    border: none !important;
}

/*.card {
    background-color: transparent !important;
    border: none !important;

}

.card-footer {
    background: transparent !important;
    border: none !important;
    padding: 0;
}

.card-header {
    background: transparent !important;
    border: none !important;
}*/

/* Font Size */
.text-1 {
    font-size: .8em !important;
}

.text-2 {
    font-size: .9em !important;
}

.text-3 {
    font-size: 1em !important;
}

.text-4 {
    font-size: 1.2em !important;
}

.text-5 {
    font-size: 1.50em !important;
}

.text-6 {
    font-size: 1.80em !important;
}

.text-7 {
    font-size: 2em !important;
}

.text-8 {
    font-size: 2.30em !important;
}

.text-9 {
    font-size: 2.50em !important;
}

.text-10 {
    font-size: 2.75em !important;
}

.text-11 {
    font-size: 3em !important;
}

.text-12 {
    font-size: 3.5em !important;
}

.text-13 {
    font-size: 4em !important;
}

.text-14 {
    font-size: 4.5em !important;
}

.text-15 {
    font-size: 5em !important;
}

@media (min-width: 576px) {
    .text-sm-1 {
        font-size: .8em !important;
    }

    .text-sm-2 {
        font-size: .9em !important;
    }

    .text-sm-3 {
        font-size: 1em !important;
    }

    .text-sm-4 {
        font-size: 1.2em !important;
    }

    .text-sm-5 {
        font-size: 1.50em !important;
    }

    .text-sm-6 {
        font-size: 1.80em !important;
    }

    .text-sm-7 {
        font-size: 2em !important;
    }

    .text-sm-8 {
        font-size: 2.30em !important;
    }

    .text-sm-9 {
        font-size: 2.50em !important;
    }

    .text-sm-10 {
        font-size: 2.75em !important;
    }

    .text-sm-11 {
        font-size: 3em !important;
    }

    .text-sm-12 {
        font-size: 3.5em !important;
    }

    .text-sm-13 {
        font-size: 4em !important;
    }

    .text-sm-14 {
        font-size: 4.5em !important;
    }

    .text-sm-15 {
        font-size: 5em !important;
    }
}

@media (min-width: 768px) {
    .text-md-1 {
        font-size: .8em !important;
    }

    .text-md-2 {
        font-size: .9em !important;
    }

    .text-md-3 {
        font-size: 1em !important;
    }

    .text-md-4 {
        font-size: 1.2em !important;
    }

    .text-md-5 {
        font-size: 1.50em !important;
    }

    .text-md-6 {
        font-size: 1.80em !important;
    }

    .text-md-7 {
        font-size: 2em !important;
    }

    .text-md-8 {
        font-size: 2.30em !important;
    }

    .text-md-9 {
        font-size: 2.50em !important;
    }

    .text-md-10 {
        font-size: 2.75em !important;
    }

    .text-md-11 {
        font-size: 3em !important;
    }

    .text-md-12 {
        font-size: 3.5em !important;
    }

    .text-md-13 {
        font-size: 4em !important;
    }

    .text-md-14 {
        font-size: 4.5em !important;
    }

    .text-md-15 {
        font-size: 5em !important;
    }
}

@media (min-width: 992px) {
    .text-lg-1 {
        font-size: .8em !important;
    }

    .text-lg-2 {
        font-size: .9em !important;
    }

    .text-lg-3 {
        font-size: 1em !important;
    }

    .text-lg-4 {
        font-size: 1.2em !important;
    }

    .text-lg-5 {
        font-size: 1.50em !important;
    }

    .text-lg-6 {
        font-size: 1.80em !important;
    }

    .text-lg-7 {
        font-size: 2em !important;
    }

    .text-lg-8 {
        font-size: 2.30em !important;
    }

    .text-lg-9 {
        font-size: 2.50em !important;
    }

    .text-lg-10 {
        font-size: 2.75em !important;
    }

    .text-lg-11 {
        font-size: 3em !important;
    }

    .text-lg-12 {
        font-size: 3.5em !important;
    }

    .text-lg-13 {
        font-size: 4em !important;
    }

    .text-lg-14 {
        font-size: 4.5em !important;
    }

    .text-lg-15 {
        font-size: 5em !important;
    }
}

@media (min-width: 1200px) {
    .text-xl-1 {
        font-size: .8em !important;
    }

    .text-xl-2 {
        font-size: .9em !important;
    }

    .text-xl-3 {
        font-size: 1em !important;
    }

    .text-xl-4 {
        font-size: 1.2em !important;
    }

    .text-xl-5 {
        font-size: 1.50em !important;
    }

    .text-xl-6 {
        font-size: 1.80em !important;
    }

    .text-xl-7 {
        font-size: 2em !important;
    }

    .text-xl-8 {
        font-size: 2.30em !important;
    }

    .text-xl-9 {
        font-size: 2.50em !important;
    }

    .text-xl-10 {
        font-size: 2.75em !important;
    }

    .text-xl-11 {
        font-size: 3em !important;
    }

    .text-xl-12 {
        font-size: 3.5em !important;
    }

    .text-xl-13 {
        font-size: 4em !important;
    }

    .text-xl-14 {
        font-size: 4.5em !important;
    }

    .text-xl-15 {
        font-size: 5em !important;
    }
}
