body {
    overflow-x: hidden;
}

p.message {
    text-transform: uppercase;
    margin-top: 5px;
    color: green;
    font-size: 32px;
    text-align: center;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

form {
    text-align: left;
    width: auto;
    display: inline-block;
}

label {
    display: inline-block;
    line-height: 20px;
    font-size: 16px;
    text-align: left;
    min-width: 186px;
}

p.error {
    color: red;
}

a.navbar-brand {
    font-size: 24px;
    color: #fff !important;
}

a.navbar-brand:hover {
    color: yellow !important;
}

main .container .col-md-4 {
    text-align: left;
}

.mheading {
    text-align: center;
}

.binfo {
    text-align: center;
    margin-top: 8px;
}

main .container {
    padding-top: 0px;
    padding-bottom: 30px;
    border-top: 0px solid #3388DD;
    background-color: #FFF;
    box-shadow: inset -1px 0px #CCC, inset 1px 0px #CCC;
    border-radius: 3px 3px 0 0;
}

h2.desk-heading {
    margin-top: 7px;
    text-align: center;
}

footer .container {
    background: #002EB2 !important;
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: #FFF;
    box-shadow: inset -1px 0px #CCC, inset 1px 0px #CCC, inset 0 -1px #CCC;
    border-radius: 0 0 3px 3px;
}

#contact-info .container {
    margin-top: 24px;
    height: 150px;
    background-position: 453px center;
    background-repeat: no-repeat;
    background-image: url("../images/rep.png");
}

.navbar-nav>li>a {
    text-align: center;
    padding-top: 16px;
    padding-bottom: 10px;
    line-height: 20px;
}

.contactu {
    margin-top: 0px;
}

img[src="site/images/banner.jpg"] {
    margin-bottom: 38px;
    margin-left: auto;
    width: 633px;
    margin-right: auto;
}

.container {
    padding-left: 15px;
    padding-right: 15px;
}


/** NEW CSS **/

.bgImg {
    background: url(../images/hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 10% 0%;
}

.border {
    background: rgba(31, 31, 31, .5);
    padding: 25px;
    border-radius: 12px;
    border: 2px solid #fff;
    min-height: 375px;
}

@media (max-width: 767px) {
    .border {
        height: 465px;
    }
}

.border h1 {
    color: #fff;
    font-weight: bold;
}

.border p {
    color: #fff;
}

.border a {
    color: yellow;
    font-weight: bold;
}

.border a:hover {
    color: azure;
}


/** END NEW CSS **/

@media (max-width: 991px) {
    img[src="site/images/banner.jpg"] {
        margin-bottom: 11px;
        margin-left: auto;
        width: 633px;
        margin-right: auto;
    }
    .bgImg {
        padding: 24% 0%;
    }
}

@media (min-width: 768px) {
    .navbar-right {
        float: right!important;
        margin-right: 7px;
    }
}

@media (max-width: 768px) {
    header {
        padding-top: 0px;
        padding-bottom: 20px;
        position: relative;
    }
    .mheading {
        display: none;
    }
}

@media (min-width: 685px) {
    .mobile-heading {
        display: none;
    }
}

@media (max-width: 684px) {
    .mobile-heading {
        text-align: center;
        display: block;
    }
    #contact-info .container {
        margin-top: 24px;
        height: 150px;
        background-position: 43% center;
        background-repeat: no-repeat;
        background-image: url("../images/rep.png");
    }
}

@media (max-width: 431px) {
    .mobile-heading {
        font-size: 23px;
        text-align: center;
        display: block;
    }
}


/*Validator */

.errorsix {
    display: none;
    color: red;
}

.errorfour {
    display: none;
    color: red;
}

span#xfour,
span#xsix {
    color: red;
    font-size: 18px;
}

span#checkmarksix,
span#checkmarkfour {
    color: green;
    font-size: 18px;
}

input[type="text"] {
    margin-bottom: 0px;
    width: 226px;
    border: 1px solid #333 !important;
}

input[type="submit"] {
    margin-top: 10px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

@media (max-width:350px) {
    input#ccfour,
    input#ccsix {
        margin-bottom: 0px;
        width: 86%;
    }
}

@media (max-width:300px) {
    input[type="submit"] {
        font-size: 18px;
    }
}

p.error {
    color: red;
}

.footerAddress a {
    color: #000 !important;
}

footer a {
    white-space: nowrap !important;
}

.marTopBtm {
    margin-top: 5%;
    margin-bottom: 5%;
}

.marTop {
    margin-top: 5%;
}