@font-face{
    font-family:"qanelas-heavy";
    src:url("../fonts/Qanelas-Heavy.otf") format("woff"),
    url("../fonts/Qanelas-Heavy.otf") format("opentype"),
    url("../fonts/Qanelas-Heavy.otf") format("truetype");
}

@font-face{
    font-family:"qanelas-regular";
    url("../fonts/Qanelas-Regular.otf") format("truetype");
}

body {
    font-family:"qanelas-regular", sans-serif;
}

h1, h2, h3 {
    font-family: 'qanelas-heavy', sans-serif;
    text-transform: uppercase;
    line-height: .9;
}

h2 {
    font-size: 42px;
    margin-bottom: 1.5rem;
}

.submitted {
    font-size: 118px;
}


nav .navbar-fixed {
    position: absolute;
    background-color: rgba(0,0,0,.8);
    width: 100%;
    padding: 15px 0;
    z-index: 10;
}

nav .navbar-fixed img {
    padding: 10px 0;
}

nav .slogan {
    color: #ffffff;
    font-family: 'qanelas-heavy', sans-serif;
    text-align: right;
    width: 100%;
    line-height: 1;
    font-size: 22px;
}

header {
    position: relative;
    background-image: url("/img/header.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
}

header .caption {
    margin-bottom: 2rem;
}

header h1 {
    color: #ffffff;
    font-size: 62px;
    text-transform: uppercase;
}

header p {
    color: #ffffff;
    font-size: 22px;
}

section {
    padding: 2.5rem 0;
}

.bg-green {
    background-color: #51706b;
    color: #ffffff;
}

.bg-blue {
    background-color: #0f2a37;
    color: #ffffff;
}

.bg-lightgray {
    background-color: #d7d7d7;
}

.text-bold {
    font-family: 'qanelas-heavy', sans-serif;
}


/* modal */
.modal-full {
    margin: 0;
    max-width: 100%;
    height: 100%;
}

.modal-full .modal-content {
    height: 100%;
    background-color: #51706b;
    color: #ffffff;
    border-radius: 0;
    text-align: center;
    padding-top: 5rem;
}

.modal-full .modal-footer {
    justify-content: center;
}


.btn-light {
    font-family: 'qanelas-heavy', sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
}

.btn-outline-light {
    border-color: #ffffff;
    color: #ffffff;
    font-family: 'qanelas-heavy', sans-serif;
    border-radius: 10px;
    border-width: 2px;
    text-transform: uppercase;
}

.btn-check:active+.btn-light, .btn-check:checked+.btn-light, .btn-light.active, .btn-light:active, .show>.btn-light.dropdown-toggle {
    background-color: #51706b;
    border-color: #51706b;
    color: #ffffff;
}

.btn-option {
    padding: 15px;
}

.stat-bg {
    padding-top: 130px;
}

.bar-wrapper {
    min-height: 250px;
    position: relative;
    margin-bottom: 5rem;
    color: #ffffff;
}

.bar {
    background-color: #ffffff;
    margin: 0 15px;
    width: 80px;
    text-align: center;
    border-radius: 15px;
    position: relative;
}

.stat {
    font-family: 'qanelas-heavy', sans-serif;
    font-size: 24px;
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.list {
    font-size: 18px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {

    header h1 {
        font-size: 72px;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .stat-bg {
        padding-top: 200px;
    }

    .btn {
        font-size: 1rem;
    }

    header .caption {
        margin-bottom: 5rem;
    }

    p {
        font-size: 22px;
    }

    ol li {
        font-size: 22px;
    }

    h2 {
        font-size: 64px;
    }

    .display-1 {
        font-size: 90px;
    }
    header h1 {
        font-size: 90px;
        margin-bottom: 3rem;
    }

    header p {
        font-size: 32px;
    }

    section {
        padding: 7rem 0;
    }

    .btn-block {
        max-width: 650px;
    }

    #video {
        max-width: 1140px;
        margin: 0 auto;
    }

    footer {
        padding: 1rem 0;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #video {
        max-width: 1320px;
        margin: 0 auto;
    }
}