@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;
    color: #000000;
    position: relative;
}

h1, h2, h3 {
    font-family: 'qanelas-heavy', sans-serif;
    text-transform: uppercase;
}

h2 {
    font-size: 42px;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.display-1 {
    font-size: 72px;
    line-height: .9;
}

.text-bold {
    font-family: 'qanelas-heavy', sans-serif;
}

.text-brand {
    color: #ff6a21;
}

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: 24px;
}

header {
    background-color: #000000;
    position: relative;
    background-image: url("/img/header.jpg");
    background-size: cover;
    background-position: top center;
    height: 100vh;
    color: #ffffff;
}

header.header2 {
    background-image: url("/img/header2.jpg");
    color: #000000;
}

header .caption {
    margin-bottom: 3rem;
}

header h1 {
    font-size: 60px;
    line-height: .9;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

header p {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
}

section {
    padding: 2rem 0;
}

.bg-orange {
    background-color: #ff6a21;
    color: #ffffff;
}

.bg-black {
    background-color: #000000;
    color: #ffffff;
}

.bg-lightgray {
    background-color: #d7d7d7;
    color: #000000;
}

.btn-outline-primary {
    font-family: 'qanelas-heavy', sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
    border: 3px solid #ff6a21;
    color: #ffffff;
}

.btn-outline-primary:hover {
    background-color: #ff6a21;
    border-color: #ff6a21;
}

.btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #ffffff;
    background-color: transparent;
    cursor: not-allowed;
}

.btn-outline-secondary {
    font-family: 'qanelas-heavy', sans-serif;
    border-radius: 10px;
    text-transform: uppercase;
    border: 3px solid #000000;
    color: #000000;
}

.btn-outline-secondary:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

#gallery img {
    margin-bottom: 20px;
}

.blueimp-gallery {
    background-color: rgba(0, 0, 0, 0.9);
}

.blueimp-gallery-display>.next, .blueimp-gallery-display>.prev {
    border: 0;
}

/* modal */
.modal .modal-content {
    background-color: #000000;
    color: #ffffff;
}

.modal .modal-footer {
    justify-content: center;
}

.modal-fullscreen .modal-header {
    border: 0;
}

.form-control {
    border-radius: 10px;
    text-align: center;
}

.thumb {
    margin-bottom: 20px;
    border-radius: 18px;
}

footer {
    text-align: right;
    padding: .5rem 0;
    background-color: #d7d7d7;
    font-size: 14px;
}

footer a {
    color: #000000;
    text-decoration: none;
}

footer a:hover {
    color: #000000;
}

.alert {
    text-align: center;
    font-size: 1.2rem;
    border-radius: 15px;
}

.alert-danger {
    color: #ffffff;
    background-color: #ff6a21;
    border-color: #ff6a21;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {}

/* 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) {

    .btn {
        font-size: 1.5rem;
        margin-top: 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;
    }
}