﻿.full-width-bg {
    background: url(../../images/bg-18_2.jpg) no-repeat fixed center top;
    width: 100%;
    background-size: cover;
    text-align: center;
}

    .full-width-bg p {
        margin: 0 0 18px;
        font-size: 16px;
        line-height: 1.375em;
    }
    .full-width-bg .card {
        border-radius:10px !important;
        padding:20px !important;
        padding-bottom:0px !important;
    }

    .full-width-bg .form-group {
        margin-bottom:1.5rem;
    }

    h1 {
        font-size: 48px;
        font-weight: 700;
        /*letter-spacing: -2px;*/
    }

h3 {
    color: #efece5;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 10px;
    text-align: left;
    padding-left: 25%;
}

.p-address {
    color: #efece5;
    padding-left: 25%;
    text-align: left;
}
    .p-address a {
        color: #efece5;
    }