.hero h1 {
    color:white;
}
.home h2 {
    font-weight:900
}

.home h3 {
    font-weight:900
}

@media (min-width: 992px) {

    .home h2 {
        font-size: 32px;
    }
    .home h3 {
        font-size: 20px;
    }
}


.home h2 {
    color:#003649;
}

.home h3 {
    color:#7e7464;
}


.home2 *, .home2 h2, .home2 h3 {
    color:white;
}

.home2 .section-block {
    background-color: black;
    background-color:rgba(0,0,0,.5);
    padding: 20px 10px;
    border:1px solid white;
}

/*
.home .btn-primary.sign-me-up {
    padding: 6px 12px;
}
*/







.home-hero-container-bottom {
    /* background-color:rgba(255,255,255,.9); */
}

.home-hero-container-bottom h1 {

}

.btn.btn-hero,
.btn.btn-hero:hover,
.btn.btn-hero:focus {
    color: white;
    background-color: #0081a6;
    border-color: white;
    outline: none;
    white-space: normal;

    border-radius: 0;
    letter-spacing: normal;
    text-shadow: none;
    font-weight: bold;
    min-width: 275px;
}

.home-hero-container-bottom-section img  {
    display:none;
}

.home-hero-container-bottom-section {
    text-align:center;
}

.home-hero-container-top {
    text-align:center;
}

@media screen and (min-width: 980px) {

    .home-hero-container-top {
        text-align:right;
    }

    .home-hero-container-bottom-section img {
        display:block;
    }

    .home-hero-container-bottom-section {
        position:relative;
    }

    .home-hero-container-bottom  h1 {
        display:none;
    }

    .hero {
        width: 833px;
    }

    .btn.btn-hero,
    .btn.btn-hero:hover,
    .btn.btn-hero:focus {

        position: absolute;
        bottom: 0;
        right: 20px;
        min-width: 0;
    }

    .btn.btn-hero:hover {

        background-color: #286090;

    }

}