body
{
    overflow-x: hidden;
}
main 
{
    background: #A19B8C;
}

h1
{
    font-weight: 700;
    color: #4B423D;
    font-size: 2rem;
    margin-bottom: 30px;
}

section p
{
    font-size: 1.2rem;
}

.feature-box {
      padding: 30px;
      background: #c8c7c5;
      border: 2px solid #c8c7c5;
      border-radius: 16px;
      height: 100%;
    }

    .feature-box:hover
    {
        border: 2px solid #a89177;
    }

    .btn-light
    {
        color: #FFF;
        background-color: #a89177;
        border: 0 none;
    }

    .btn-light:hover
    {
        color: #FFF;
        background-color: #856b4e;
        border: 0 none;
    }

    .btn-outline-light
    {
            font-size: 1.2rem;
    font-weight: bold;
    height: 60px;
    padding-left: 40px;
    padding-right: 40px;
    }

    .swiper {
      width: 100%;
      padding-bottom: 50px;
    }

    .swiper-slide {
      background: #f2f2f2;
      border-radius: 18px;
      padding: 50px 30px;
      text-align: center;
    }

h3
{
    color: #4B423D;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    width: 100% !important;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    font-size: 16px;
}

.container.location
{
    text-align: right;
    margin-top: 50px;
}
.row.title
{
    margin-top: 10px;
    margin-left: 0;
}

.row.title.n2
{
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #A3896CE3;
}

.form-label {
    margin: .25rem;
    margin-bottom: 0;
}

input, select
{
    text-align: left;
    height: 50px;
}

select option:disabled
{
    color: red;
}

input[type="checkbox"] {
    border: 1px solid #4B423D;
    width: 24px;
    height: 24px;
    margin-right: 5px;
    cursor: pointer;
}

input[type="checkbox"]:checked {
    background-color: #4B423D;
    border-color: #4B423D;
}

.form-check-label
{
    margin-top: 4px;
}

.form-check-label a
{
    color: #000;
}
.form-check-label a:hover
{
    color: #000;
}

.btn-primary
{
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
    background-color: #A3896CE3;
    border: 0;
    margin: 13px;
    width: calc(100% - 26px);
    height: 50px;
    line-height: 41px;
}
.btn-primary:hover
{
    background-color: #81694ce3;
}

.hero-btn
{
    position: absolute;
    right: 4.5%;
    margin-top: -12%;
}

@media screen and (orientation: portrait) {
    h1
    {
        font-weight: 700;
        color: #4B423D;
        font-size: 1.6rem;
        margin-bottom: 30px;
    }

    section p {
        font-size: 1rem;
    }

    .container.location
    {
        margin-top: 20px;
        padding-bottom: 40px;
        padding-right: 20px;
    }

    .hero-btn
    {
        position: absolute;
        right: calc(50% - 100px);
        margin-top: -30%;
    }

    .hero-btn .btn.btn-light
    {
        width: 200px;
    }
}