body, html {
    width: 100%;
    height: 100%
}

body {
    font-family: 'Segoe UI','Helvetica Neue', Arial, sans-serif;
    color: black;
}

.smaller {
    font-size: 0.7rem;
}


h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif
}

.bg-primary {
    background-color: #3771AE !important
}

.bg-dark {
    background-color: #212529 !important
}

.text-faded {
    color: rgba(255,255,255,.7)
}

section {
    padding: 5rem 0
}

.section-heading {
    margin-top: 0
}

::-moz-selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

::selection {
    color: #fff;
    background: #212529;
    text-shadow: none
}

img::selection {
    color: #fff;
    background: 0 0
}

img::-moz-selection {
    color: #fff;
    background: 0 0
}

.fa.fa-navicon {
    color: white;
}


.content-section {
    padding: 1rem;
    background: rgba(0,0,0,0);
    border-radius: 10px;
}

.content-section-faint {
    background: rgba(255,255,255,.5);
    border-radius: 10px;
}


.slogan {
    font-family: 'Century Gothic' !important;
    font-weight: 700;
    font-size: large;
    color: #646466;
    text-align: center;
}

.banner {
    font-family: 'Arial' !important;
    font-weight: 700;
    font-size: large;
    color: #646466;
    text-align: center;
}

.centuryGothic {
    font-family: 'Century Gothic','Helvetica Neue', Arial, sans-serif;
    font-style: normal;
    color: black;
}

.certificateBorder {
    border-color: #4f782c;
    border-width: 1px;
}

.tableHeader {
    background: rgb(97, 186, 84, 0.30);
}
.tableHeaderWarning {
    background: rgb(245, 193, 88, 0.30);
}

@media (min-width:768px) {

    .slogan {
        font-family: 'Century Gothic' !important;
        font-weight: 900;
        font-size: x-large;
        color: #646466;
        text-align: center;
    }
}

@media (min-width:1200px) {
    .slogan {
        font-family: 'Century Gothic' !important;
        font-weight: 900;
        font-size: xx-large;
        color: #646466;
        text-align: center;
    }
}


header.masthead {
    padding-top: 0rem;
    padding-bottom: calc(10rem - 56px);
    background-image: url('/Images/Certificates/certificateBackground.png');
    background-position: center;
    background-position-y: 500px;
    background-repeat: no-repeat;
}

    header.masthead hr {
        margin-top: 30px;
        margin-bottom: 30px
    }

    header.masthead h1 {
        font-family: 'Segoe UI';
        text-shadow: 1px 1px 0px #3771AE; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        font-size: 2rem;
        letter-spacing: .8rem;
        background: -webkit-linear-gradient(rgba(255,255,255,.9),rgba(255,255,255,0));
        -webkit-text-fill-color: white;
        -webkit-background-clip: text
    }

    header.masthead p {
        font-weight: 300
    }



@media (min-width:768px) {

    header.masthead h1 {
        font-size: 4rem;
        text-shadow: 1px 1px 0px #3771AE; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    }

    header.masthead p {
        font-size: 1.15rem
    }

    .slogan {
        font-family: 'Century Gothic';
        font-weight: 900;
        font-size: x-large;
        color: #646466;
        text-align: center;
    }
}

@media (min-width:992px) {

    header.masthead h1 {
        font-size: 4rem;
        text-shadow: 1px 1px 0px #3771AE; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
    }
}

@media (min-width:1200px) {
    header.masthead {
        height: 100vh;
        min-height: 650px;
    }

        header.masthead h1 {
            font-size: 4rem;
            text-shadow: 1px 1px 0px #3771AE; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
        }

    .slogan {
        font-family: 'Century Gothic';
        font-weight: 900;
        font-size: xx-large;
        color: #646466;
        text-align: center;
    }
}


/*----------------------------------------------------------------------------------------------*/

.service-box {
    max-width: 400px
}


.text-primary {
    color: #f05f40 !important
}

.btn {
    font-weight: 500;
    border: none;
    border-radius: 5px;
    font-family: 'Open Sans','Helvetica Neue',Arial,sans-serif
}

.btn-xl {
    padding: 1rem 2rem
}

.btn-primary {
    background-color: #3771AE;
    border-color: #2c5b8b
}

    .btn-primary:active, .btn-primary:focus, .btn-primary:hover {
        color: #fff;
        background-color: #4f9ff2 !important
    }

    .btn-primary:active, .btn-primary:focus {
        box-shadow: 0 0 0 .2rem #4f9ff2 !important
    }


/*----------------------------------------------------------------------------------------------*/
.blink {
    animation: blinker 3s linear infinite;
    color: #ffffff;
    font-size: 20px;
    font-weight: lighter;
    font-family: 'Segoe UI';
}

.blinksmall {
    animation: blinker 1s linear infinite;
    color: #ffffff;
    font-size: 12px;
    font-weight: lighter;
    font-family: 'Segoe UI';
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink-one {
    animation: blinker-one 1s linear infinite;
}

@keyframes blinker-one {
    0% {
        opacity: 0;
    }
}

.blink-two {
    animation: blinker-two 1.4s linear infinite;
}

@keyframes blinker-two {
    100% {
        opacity: 0;
    }
}
