body {
    font-family: 'Open Sans', sans-serif;
    overflow-x: hidden;
}

.jumbotron {
    padding-top: 10%;
    padding-bottom: 10%;
    margin-bottom: 0;
    position: relative;
    overflow: hidden;
    height: 100vh;
    background: rgba(0,0,0,0.5);
}

.jumbotron .container {
    position: relative;
    z-index: 2;
    text-align: center;
}

.default-background img {
    position: absolute;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: -99999;
}

#video-background{
    position: absolute;
    height: auto;
    width: auto;
    min-height: 100%;
    min-width: 100%;
    left: 50%;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: -88888;
    -webkit-filter: blur(1px); /* Safari */
    filter: blur(1px);
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    #video-background {
        display: none;
    }

    html {
        font-size: 1rem;
    }

    .jumbotron .container {
        top: 35%;
    }

    .btn {
        font-size: 1.6rem;
    }

    .xs-sm-md-center {
        text-align: center;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    #video-background {
        display: none;
    }

    html {
        font-size: 1rem;
    }

    .jumbotron .container {
        top: 35%;
    }

    .btn {
        font-size: 1.6rem;
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    #video-background {
        display: none;
    }

    html {
        font-size: 1.6rem;
    }

    .jumbotron .container {
        top: 30%;
    }

    .btn {
        font-size: 1.6rem;
    }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    #video-background {
        display: block;
    }

    html {
        font-size: 1.1rem;
    }

    .jumbotron .container {
        top: 33%;
    }

    .btn {
        font-size: 20px;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    #video-background {
        display: block;
    }

    html {
        font-size: 1.2rem;
    }

    .jumbotron .container {
        top: 25%;
    }

    .btn {
        font-size: 20px;
    }
}

.btn {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.44);
    text-shadow: 0px 1px 2px rgba(150, 150, 150, 1);
    font-weight: 600;
}

.btn-custom-primary {
    background: rgba(32,124,229,1);
    background: -moz-linear-gradient(left, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,124,229,1)), color-stop(100%, rgba(0,216,245,1)));
    background: -webkit-linear-gradient(left, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    background: -o-linear-gradient(left, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    background: -ms-linear-gradient(left, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    background: linear-gradient(to right, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#00d8f5', GradientType=1 );

    /*background: rgba(0,216,245,1);*/
    /*background: -moz-linear-gradient(left, rgba(0,216,245,1) 0%, rgba(32,124,229,1) 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,216,245,1)), color-stop(100%, rgba(32,124,229,1)));*/
    /*background: -webkit-linear-gradient(left, rgba(0,216,245,1) 0%, rgba(32,124,229,1) 100%);*/
    /*background: -o-linear-gradient(left, rgba(0,216,245,1) 0%, rgba(32,124,229,1) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(0,216,245,1) 0%, rgba(32,124,229,1) 100%);*/
    /*background: linear-gradient(to right, rgba(0,216,245,1) 0%, rgba(32,124,229,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d8f5', endColorstr='#207ce5', GradientType=1 );*/

    /*background: rgba(0,238,255,1);*/
    /*background: -moz-linear-gradient(left, rgba(0,238,255,1) 0%, rgba(32,124,229,1) 100%);*/
    /*background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,238,255,1)), color-stop(100%, rgba(32,124,229,1)));*/
    /*background: -webkit-linear-gradient(left, rgba(0,238,255,1) 0%, rgba(32,124,229,1) 100%);*/
    /*background: -o-linear-gradient(left, rgba(0,238,255,1) 0%, rgba(32,124,229,1) 100%);*/
    /*background: -ms-linear-gradient(left, rgba(0,238,255,1) 0%, rgba(32,124,229,1) 100%);*/
    /*background: linear-gradient(to right, rgba(0,238,255,1) 0%, rgba(32,124,229,1) 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00eeff', endColorstr='#207ce5', GradientType=1 );*/
    border: none;
    min-width: 230px;
}

.section {
    width: 100%;
    padding: 5% 2%;
}

.section-default {
    background-color: #e9ecef;
}

.section-header {
    color: #1F3862;
}

.section-footer {
    padding-top: 10px;
    padding-bottom: 10px;
}

.section-primary {
    background: #003463;
    color: #fff;
}

.header {
    color: #ffffff;
}

.btn-custom-jumbo {
    background: none;
    border: 3px solid #fff;
    border-radius: 0;
}

.btn-custom-jumbo:hover {
    background: rgba(32,124,229,1);
    background: -moz-linear-gradient(left, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(32,124,229,1)), color-stop(100%, rgba(0,216,245,1)));
    background: -webkit-linear-gradient(left, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    background: -o-linear-gradient(left, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    background: -ms-linear-gradient(left, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    background: linear-gradient(to right, rgba(32,124,229,1) 0%, rgba(0,216,245,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#207ce5', endColorstr='#00d8f5', GradientType=1 );
}

.help-block, .form-error {
    font-size: 14px;
    color: #ff2e46;
}