html, body {
    height: 100%;
    width: 100%;
    text-align: center;
    color: #595955;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 14px;
}

@media(min-width: 768px) {
    body {
        font-size: 16px;
    }
}

.bg-nav {
    transition: .2s ease-in;
    background: rgba(89, 89, 85, 0.6);
}

.bg-nav.scrolled {
    background: rgba(89, 89, 85, 0.6);
}

#landingCarousel {
    width: 100%;
}

.carousel-inner .carousel-item {
    width: 100%;
    height: 90vh;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.render1 {
    background: url(../images/renders/plazaCenizo_2.jpeg) no-repeat center bottom; 
}

.render2 {
    background: url(../images/renders/plazaCenizo_1.jpeg) no-repeat center bottom; 
}

.render3 {
    background: url(../images/renders/plazaCenizo_3.jpeg) no-repeat left bottom; 
}

.light-color {
    color: #FFF;
}

.colored-section {
    background-color: #B1B69F;
}

.white-section {
    background-color: #FFF;
    padding: 10%;
}

.title {
    font-family: 'Rubik', Helvetica, Arianl, sans-serif;
    color: #CE89C3;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: 1.75em;
    margin: 0;
}

.container-landing {
    padding: 20% 10%;
}

hr {
    width: 50%;
    border-top: 1px solid #F8F8F8;
    border-bottom: 1px solid rgba(0,0,0, 0.2);
}

#development {
    position: relative;
}

@media(max-width: 768px) {
    .development-title {
        margin-top: 40px;
    }

    .form-container {
        padding: 0;
    }
}

.development-text {
    line-height: 1.75em;
    margin: 0 36px 1em 36px;
}

.subtitle {
    font-family: 'Rubik', Helvetica, Arianl, sans-serif;
    font-size: 1.3em;
    margin-left: 36px;
}

#features {
    position: relative;
}

.feature-container {
    padding: 5% 5% 5% 5%;
}

.feature-title {
    text-transform: initial;
    color: #FFF;
    font-weight: 600;
}

.feature-box {
    padding: 5% 5% 5% 5%;
    /* padding-bottom: 5%; */
    color: #FFF;
    font-size: 1.2em;
}

.icon {
    color: #FFF;
    margin-bottom: 20px;
}

.icon:hover {
    color: #a14f8c;
}

.image {
    position: relative;
}

.image-img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.image-selected {
    position: absolute;
    height: 100%;
    width: 100%;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.image-selected::after {
    content: '';
    width: 0px;
    height: 0px;
    opacity: 0;
    display: block;
    -o-transition: 0.3s;
    -moz-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background-position: center;
    background-repeat: no-repeat;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    margin: auto;
    right: 0;
    left: 0;
    background-image: url("../images/icon_zoom.png");
  }

.image:hover .image-selected {
    background-color: rgba(206, 137, 195, 0.5);
}

.image-selected:hover::after {
    opacity: 1;
    width: 35px;
    height: 35px;
  }

@media (max-width: 991px) {
    .image {
        height: 50vw;
        width: 50%;
        /* float: left; */
    }
}

@media (min-width: 992px) {
    .image {
        height: 33vw;
        width: 33.33%;
        /* float: left; */
    }
}

#location {
    color: #000;
}

.location-banner {
    background-color: #A14F8C;
    color: #FFF;
}

#contact {
    background-color: #FFF;
    color: #595955;
    padding: 5% 5% 10% 5%;
}

.contact-link {
    text-decoration: none;
    color: #595955;
}

.contact-link:hover {
    text-decoration: none;
    color: #868686;
}

@media (max-width: 767px) {
    #contact {
        text-align: center;
    }
}

@media (min-width: 768px) {
    #contact {
        text-align: left;
    }
}

#contact-form {
    padding: 15px;
}

#contact-form input {
    height: 60px;
}

/* .form-container {
    padding-bottom: 5%;
} */

.contact-box {
    padding: 5%;
}

.contact-title {
    margin-bottom: 25px;
    letter-spacing: 5px;
    text-align: center;
    line-height: 2;
}

.contact-data {
    margin: 0;
}

.form-group {
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #595955;
    position: relative;
    border-bottom-color: #CE89C3;
    border-bottom-width: 3px;
    margin: 0;
    border-radius: 0.25em;
}

.form-group.error {
    text-align: left;
    border-style: solid;
    border-width: 1px;
    border-color: #d9534f;
    position: relative;
    border-bottom-color: #CE89C3;
    border-bottom-width: 3px;
    margin: 0;
    border-radius: 0.25em;
}

.form-group.name-field {
    margin: 0;
}

#contact-form {
    padding: 0;
    text-align: left;
}

.form-element, .form-element:focus {
    outline: none;
    border: none;
    background-image: none;
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 60px;
}

.form-group textarea {
    resize: none;
    padding-top: 20px;
}

.name-field::before {
    content: '';
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 100;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/icon-name.png);
}

.mail-field::before {
    content: '';
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 100;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/icon-mail.png);
}

.phone-field::before {
    content: '';
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 100;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/icon-phone.png);
}

.subject-field::before {
    content: '';
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 100;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/icon-subject.png);
}

.message-field::before {
    content: '';
    top: 20px;
    left: 20px;
    width: 20px;
    height: 20px;
    z-index: 100;
    display: block;
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/icons/icon-message.png);
}

.form-invalid-element {
    width: 100%;
    color: #d9534f;
    display: block;
    margin-bottom: 20px;
}

input:focus, textarea:focus, select:focus {
    outline: none;
}

#submit-form {
    outline: none;
    border:none;
    background-image:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #CE89C3;
    border-style: none;
    height: 60px;
    width: 100%;
}

#group-feedback {
    text-align: center;
    margin-top: 20px;
    display: none;
    border-style: solid;
    border-width: 1px;
    border-color: rgb(94, 184, 138);
    color:rgb(122, 191, 136);
    padding: 15px 20px;
}

#footer {
    background: #b1b69f;
    color: #FFF;
    text-transform: capitalize;
    padding: 10px 0;
}

footer p {
    margin: 0;
}