.hero-div {
    height: 800px;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.hero-image {
    position: absolute;
    object-fit: cover;
    top: 0;
    z-index: 0;
}

@media(min-width:1600px) {
    .hero-image {
        width: 100%;    
    }
}

.hero-banner {
    position: absolute;
    height: 85px;
    z-index: 10;
}

.hero-logo {
    position: absolute;
    top: 22px;
    left: 150px;
    z-index: 10;
}

.hero-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}

.hero-center {
    top: 45%;
    position: relative;
    z-index: 10;
    background: radial-gradient(rgba(37, 35, 43, 1), transparent 85%);
}

    .hero-center h1 {
        color: white;
        font-size: 68px;
        margin-bottom: 12px;
    }

.div-center {
    width: 100%;
    text-align: center;
}

.book-title {
    /*color: #767940;*/
    font-size: 18px;
}

.book-text {
    color: #616362;
    font-size: 14px;
}

    .book-text a {
        color: #767940;
        font-style: italic;
    }

.paddingTop {
    padding-top: 30px;
}

.paddingBtm {
    padding-bottom: 30px;
}

h2 {
    margin-bottom: 10px;
    letter-spacing: 0.1rem;
    font-weight: 700;
    font-size: 3rem;
}

.h2sub {
    font-size: 22px;
    letter-spacing: 0.1rem;
}

.txtError {
    color: red;
}

.checkbox-primary .has-error {
    padding: 2px 7px 1px 7px !important;
    border-radius: 3px;
    background-color: #F9F9F9;
}

.has-error {
    border: 1px solid red;
}

#comp-form {
    margin-top: 10px;
}

#comp-form .form-control {
    font-size: 1.5rem !important;
}

#comp-form .form-group {
    margin-left: 10px;
}

#comp-form .checkbox label {
    padding-left: 0px;
}

@media(max-width:1710px) {
    .hero-div {
        height: 632px;
    }
}

@media(max-width:1455px) {
    .hero-div {
        height: 532px;
    }
}

@media(max-width:1280px) {
    .hero-image {
        margin-top: -100px;
    }
}

@media(max-width:1115px) {
    .hero-image {
        margin-top: -50px;
    }
}

@media(max-width:1030px) {
    .hero-image {
        margin-top: 0px;
    }
}

@media(max-width:480px) {
    .title-sub {
        font-size: 24px;
    }

    .hero-center h1 {
        font-size: 44px;
    }

    .hero-logo {
        top: 30px;
        left: 30px;
        height: 30px;
    }

    .hero-image {
        min-height: 550px;
    }

    .hero-center {
        top: 125px;
    }
}

.title-sub {
    font-weight: 300;
    letter-spacing: 0.25rem;
}

p {
    margin-bottom: 20px;
}

.selectpicker {
    padding: .375rem .75rem;
}