@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";
    src:url("../fonts/Qanelas-Regular.otf") format("woff"),
    url("../fonts/Qanelas-Regular.otf") format("opentype"),
    url("../fonts/Qanelas-Regular.otf") format("truetype");
}

body {
    font-family:"qanelas-regular", sans-serif;
    color: #000000;
    background: #000;
    position: relative;
}

h1, h2, h3 {
    font-family: 'qanelas-heavy', sans-serif;
    text-transform: uppercase;
}

h2 {
    font-size: 28px;
    line-height: 1;
    margin-bottom: 1.5rem;
}

.display-1 {
    font-size: 44px;
    line-height: .9;
}

.display-3 {
    font-size: 24px;
}

.vote-headline {
    font-size: 40px;
    text-transform: initial;
    line-height: 1;
}

.text-bold {
    font-family: 'qanelas-heavy', sans-serif;
}

.text-light {
    font-family: 'qanelas-regular', sans-serif;
}

.text-lead {
    font-family: 'qanelas-regular', sans-serif;
    font-size: 20px;
}

.text-desc {
    font-size: 20px;
    font-family: 'qanelas-heavy', sans-serif;
    line-height: 1;
}

.text-center-mobile {
    text-align: center;
}

.btn {
    margin-top: 25px;
}

form label {
    font-size: 22px;
    padding-left: 10px;
}

.form-text-wrapper {
    padding-top: 3rem;
}

nav .navbar-fixed {
    position: absolute;
    width: 100%;
    padding: 15px 0;
    padding-bottom: 60px;
    z-index: 1;
}

nav .navbar-fixed.bg-shadow {
    background-color: transparent;
    background-image: url('/img/nav-bg.png');
    background-size: contain;
    background-repeat: repeat-x;
}

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.png");
    background-size: cover;
    background-position: top center;
    height: 75vh;
    max-height: 910px;
    color: #ffffff;
    overflow: hidden;
}

header .caption {
    align-self: flex-end!important;
    margin-bottom: 50px;
    z-index: 2
}

header h1 {
    font-size: 60px;
    line-height: .9;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
    z-index: 2;
    position: relative;
    text-shadow: -1px 2px 20px rgb(0, 0, 0, 0.57);
}

header p {
    font-size: 22px;
    line-height: 1;
    margin-bottom: 0;
    z-index: 2;
    position: relative;
    text-shadow: -1px 2px 20px rgb(0, 0, 0, 0.57);
    line-height: 1.16;
}

header img {
    position: absolute;
    height: 100%;
    overflow: hidden;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 0;
}

.logo img {
    width: 200px;
}

section {
    padding: 2rem 0;
    background-color: #fff;
    position: relative;
    z-index: 3;
}

.bg-black {
    background-color: #000!important;
    color: #ffffff;
}

.bg-dark {
    background-color: #1f2429!important;
    color: #ffffff;
}

.section-start {
    z-index: 0;
    padding-top: 180px;
}

.btn-black {
    font-family: 'qanelas-heavy', sans-serif;
    border-radius: 40px;
    text-transform: uppercase;
    color: #ffffff;
    background-color: #000000;
    padding: 10px 40px;
    display: inline-block;
    width: 100%;
}

.btn-black:hover {
    color: #ffffff;

}

.btn-outline-primary {
    font-family: 'qanelas-heavy', sans-serif;
    border-radius: 40px;
    text-transform: uppercase;
    color: #fff;
    background-color: transparent;
    padding: 10px 40px;
    display: inline-block;
    width: 100%;
    border-color: #fff;
    border-width: 7px;
    font-size: 1.1rem;
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}

.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;
}

/* radio */
/* custom radio */

.customRadio input[type="radio"] {
    position: absolute;
    opacity: 0;
    margin-left: 5px;
    margin-top: 5px;
    /*left: -9999px;*/
}

.customRadio input[type="radio"]+label {
    position: relative;
    padding: 3px 0 0 40px;
    cursor: pointer;
}

.customRadio input[type="radio"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #000;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    position: absolute;
    top: 8px;
    left: 0;
}

.customRadio input[type="radio"]+label:after {
    content: '';
    background: #000;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    position: absolute;
    top: 13px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.customRadio input[type="radio"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}


/* checkbox */
.customCheckbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    margin-left: 5px;
    margin-top: 5px;
    /*left: -9999px;*/
}

.customCheckbox input[type="checkbox"]+label {
    position: relative;
    padding: 3px 0 0 40px;
    cursor: pointer;
}

.customCheckbox input[type="checkbox"]+label:before {
    content: '';
    background: #fff;
    border: 2px solid #000;
    height: 25px;
    width: 25px;
    border-radius: 20%;
    position: absolute;
    top: 8px;
    left: 0;
}

.customCheckbox input[type="checkbox"]+label:after {
    content: '';
    background-image: url('/img/check-solid.svg');
    background-repeat: no-repeat;
    background-position: center;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 13px;
    left: 5px;
    opacity: 0;
    transform: scale(2);
    transition: transform 0.3s linear, opacity 0.3s linear;
}

.customCheckbox input[type="checkbox"]:checked+label:after {
    opacity: 1;
    transform: scale(1);
}



/* modal */
.modal-backdrop {
    background-color: #1f1f1f;
}

.modal-content {
    border-radius: 1.3rem;
}

.modal-header {
    padding: 10px 15px;
    font-family: 'qanelas-heavy', sans-serif;
}

.modal-header h5 {
    font-size: 1.8rem;
}

.modal-body {
    padding: 15px;
}

.modal-link {
    color: #fff;
    font-family: 'qanelas-heavy', sans-serif;
    text-decoration: none;
}

.modal-link:hover {
    color: #fff;
    font-weight: bolder;
}


.form-control {
    text-align: center;
    padding: 0.6rem 0.75rem;
    border-radius: 35px;
    font-size: 1rem;
}

.thumb {
    margin-bottom: 20px;
    border-radius: 18px;
}

footer {
    color: #fff;
    padding: 4rem 0;
    background-color: #000000;
    font-size: 14px;
}

footer a {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}

footer a:hover {
    color: #aaaaaa;
}

footer h5 {
    font-family: qanelas-heavy, sans-serif;
    font-size: 32px;
}

footer p {
    font-size: 16px;
    line-height: 1.3;
}

.logo-footer {
    width: 200px;
    text-align: right;
    margin-top: 2rem;
}

.alert {
    text-align: center;
    font-size: 1.2rem;
    border-radius: 15px;
}

.alert-danger {
    color: #ffffff;
    background-color: #ff6a21;
    border-color: #ff6a21;
}

/* animations */

.animated {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
}


.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
    animation-delay: .2s
}

.fadeDown {
    -webkit-animation-name: fadeDown;
    animation-name: fadeDown;
    animation-delay: .2s
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;width: 100%; height: 100%;}
    100% { opacity: 0;width: 0; height: 0;}
}
@keyframes fadeOut {
    0% { opacity: 1;}
    99% { opacity: 0.01;width: 100%; height: 100%;}
    100% { opacity: 0;width: 0; height: 0;}
}


@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 12%, 0);
        transform: translate3d(0, 12%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    from {
        -webkit-transform: translate3d(0, 12%, 0);
        transform: translate3d(0, 12%, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}



@-webkit-keyframes fadeDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -6%, 0);
        transform: translate3d(0, -6%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeDown {
    from {
        -webkit-transform: translate3d(0, -6%, 0);
        transform: translate3d(0, -6%, 0);
    }
    to {
        -webkit-transform: none;
        transform: none;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
    header img {
        position: absolute;
        max-width: 55%;
        bottom: -50px;
        height: auto;
        overflow: hidden;
        z-index: 1;
        left: inherit;
    }

    header .caption {
        align-self: center!important;
        margin-top: 42px;
        margin-bottom: 0;
    }

    h2 {
        font-size: 42px;
    }

    .display-1 {
        font-size: 55px;
    }

    .display-3 {
        font-size: 42px;
    }

    .text-center-mobile {
        text-align: left;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
    header img {
        bottom: -50px;
        right: -10%;
        max-width: 55%;
        overflow: hidden;
    }

    .form-text-wrapper {
        padding-top: 0;
        padding-left: 30px;
    }

    .vote-headline {
        font-size: 80px
    }

    .logo img {
        width: 290px;
    }

    .text-desc {
        font-size: 34px;
    }


    .modal-header {
        padding: 20px 35px;
    }

    .modal-body {
        padding: 35px;
    }

    .display-1 {
        font-size: 72px;
    }

    .text-lead {
        font-size: 32px;
        line-height: 1.4;
    }

    .form-control {
        padding: 0.8rem 0.75rem;
        font-size: 1.3rem;
    }

    .btn-outline-primary {
        font-size: 1.5rem;
    }

    footer a {
        font-size: 18px;
    }

    footer h5 {
        font-size: 38px;
    }

    footer p {
        font-size: 18px;
    }

    .logo-footer {
        width: 280px;
        margin-top: 0;
    }
}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    header img {
        top: 50px;
        right: -10%;

    }

    .btn-top {
        font-size: 1.5rem;
        margin-top: 47px;
    }

    p {
        font-size: 22px;
    }

    ol li {
        font-size: 22px;
    }

    h2 {
        font-size: 64px;
    }

    .display-1 {
        font-size: 87px;
    }
    header h1 {
        font-size: 87px;
        margin-bottom: 3rem;
    }

    header p {
        font-size: 32px;
    }

    .text-lead {
        font-size: 48px;
        line-height: 68px;
    }

    section {
        padding: 7rem 0;
    }

    .btn-block {
        max-width: 650px;
    }

    #video {
        max-width: 1140px;
        margin: 0 auto;
    }

}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    #video {
        max-width: 1320px;
        margin: 0 auto;
    }
}