body {
    font-family: Barlow, sans-serif
}

#mainNav {
    min-height: 56px;
    /* height: 65%; */
    background-color: #fff
}

#mainNav .navbar-toggler {
    font-size: 80%;
    padding: .75rem;
    color: #000;
    border: 1px solid #000
}

#mainNav .navbar-toggler:focus {
    outline: 0
}

#mainNav .navbar-brand {
    color: #161616;
    font-weight: 700;
    padding: .9rem 0.5rem;
    font-size: 19px
}

#mainNav .navbar-nav .nav-item:hover {
    color: fade(white, 80%);
    outline: 0;
    background-color: transparent
}

#mainNav .navbar-nav .nav-item:active,
#mainNav .navbar-nav .nav-item:focus {
    outline: 0;
    background-color: transparent
}

.col-xs-12{
    width: 711px;
}

.preview-animation {
    width: 600px;
    height: auto;
}

.bottom-right-text,
.top-right-text {
    color: #fff;
    text-align: right;
}

.bottom-right-text {
    float: right;
}

.nav-item {
    text-align: right
}
.navbar > .container {
    display: contents;
}

@media (min-width:992px) {
    #mainNav {
        padding-top: 0;
        padding-bottom: 0;
        border-bottom: none;
        background-color: transparent;
        transition: background-color .3s ease-in-out
    }
    #mainNav .navbar-brand {
        color: white;
        display: contents;
    }
    #mainNav .nav-link {
        transition: none;
        padding: 1rem 1rem;
        color: #866739;
        font-size: 28px
    }
    #mainNav .nav-link:hover {
        color: rgba(255, 255, 255, .75)
    }
    #mainNav .nav-link:active {
        color: #fff
    }
    #mainNav.navbar-shrink {
        background-color: #fff;
        border-bottom: 1px solid #000
    }
    #mainNav.navbar-shrink .navbar-brand {
        color: #161616
    }
    #mainNav.navbar-shrink .nav-link {
        color: #161616;
        padding: 1.5rem 1.5rem 1.25rem;
        border-bottom: .25rem solid transparent
    }
    #mainNav.navbar-shrink .nav-link:hover {
        color: #64a19d
    }
    #mainNav.navbar-shrink .nav-link:active {
        color: #467370
    }
    #mainNav.navbar-shrink .nav-link.active {
        color: #64a19d;
        outline: 0;
        border-bottom: .25rem solid #64a19d
    }
}

.masthead {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 35rem;
    padding: 15rem 0;
    background: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.masthead h1 {
    font-family: Barlow, sans-serif;
    font-size: 2.5rem;
    line-height: 2.5rem;
    background: #b38a4c;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text
}

.masthead h2 {
    max-width: 20rem;
    font-size: 1rem
}

.text-center>h2 {
    font-size: 25px
}
.mx-auto > h1 {
    width: 50%;
}

.text-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.text-center > h1{
    width: 600px;
}
.row > .col-xs-12 > h1, div > .featured-text > h1, section > .text-center > h1{
    width: 100%;
}
.map{
    display: flex;
    justify-content: center;
}
@media (min-width:768px) {
    .masthead h1 {
        font-size: 55px;
        line-height: 4rem
    }
}

@media (min-width:992px) {
    .masthead {
        height: auto;
    }
    .masthead h1 {
        line-height: 4.5rem
    }
    .masthead h2 {
        max-width: 30rem;
        font-size: 1.25rem;
        font-weight: 700
    }
    #mainNav .navbar-brand {
        font-size: 12px;
    }
}

.btn {
    padding: 1.25rem 2rem;
    font-family: Barlow, sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.btn-primary {
    background-color: #64a19d
}

.btn-primary:hover {
    background-color: #4f837f
}

.btn-primary:focus {
    background-color: #4f837f;
    color: #fff
}

.btn-primary:active {
    background-color: #467370!important
}

.about-section {
    padding-top: 4rem;
    background: #b38a4c
}

.about-section p {
    margin-bottom: 5rem;
    font-size: 1.3em;
    text-align: right
}

.projects-section {
    padding: 3rem 0
}

.logo {
    border-radius: 50%;
    width: 239px;
    height: 239px
}

.projects-section .featured-text {
    padding: 2rem
}

.bg-grey {
    background: #f5f6f7
}

.font-weight-bold {
    font-weight: 900
}

.last-container {
    padding: 3.67rem!important
}

.align-bottom {
    margin-top: 5em
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
    padding: 25px;
    text-align: right
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
    text-align: right
}

.img-parking {
    max-width: 100%;
    height: 500px;
    width: 100%
}

.video-title-bottom {
    color: #fff;
    margin-top: 6px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 15px
}

.signup-section>.container>.row>.col-sm {
    padding: 0;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center
}

.signup-section>.container>.row>.col-sm>.contact-container>h2 {
    color: #fad6aa
}

.contact-container {
    display: flex;
    flex-direction: column;
    text-align: center;
    color: #fff
}

.signup-container>h2 {
    color: #b38a4c
}

.map>iframe {
    width: 85%;
    height: 400px
}

.map {
    margin-top: 30px
}

.videos>div {
    display: flex;
    justify-content: center
}

@media (min-width:992px) {
    .projects-section .featured-text {
        padding: 0 0 0 2rem;
    }
}

.projects-section .project-text {
    padding: 3rem;
    font-size: 1.3em;
    font-weight: 900
}

@media (min-width:992px) {
    .projects-section .project-text {
        padding: 5rem
    }
    .projects-section .project-text hr {
        border-color: #64a19d;
        border-width: .25rem;
        width: 30%
    }
}

.signup-section {
    padding: 10rem 0;
    background: #b38a4c;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover
}

.signup-section .form-inline input {
    box-shadow: 0 .1875rem .1875rem 0 rgba(0, 0, 0, .1)!important;
    padding: 1.25rem 2rem;
    height: auto;
    font-family: Barlow, sans-serif;
    font-size: 80%;
    text-transform: uppercase;
    letter-spacing: .15rem;
    border: 0
}

.contact-section {
    padding: 5rem 0 0
}

.contact-section .card {
    border: 0;
    border-bottom: .25rem solid #64a19d
}

.contact-section .card h4 {
    font-size: .8rem;
    font-family: Barlow, sans-serif;
    text-transform: uppercase;
    letter-spacing: .15rem
}

.contact-section .card hr {
    border-color: #64a19d;
    border-width: .25rem;
    width: 3rem
}

.contact-section .social {
    margin-top: 5rem
}

.contact-section .social a {
    text-align: center;
    height: 3rem;
    width: 3rem;
    background: rgba(255, 255, 255, .1);
    border-radius: 100%;
    line-height: 3rem;
    color: rgba(255, 255, 255, .3)
}

.contact-section .social a:hover {
    color: rgba(255, 255, 255, .5)
}

.contact-section .social a:active {
    color: #fff
}

a {
    color: #64a19d
}

a:focus,
a:hover {
    text-decoration: none;
    color: #3c6360;
}

.bg-black {
    background-color: #fff!important;
}

.bg-light {
    background-color: #000!important;
}

.bg-primary {
    background-color: #64a19d!important;
}

.text-primary {
    color: #64a19d!important;
}

footer {
    padding: 3rem 0;
    background: #000;
}

footer>.container>p {
    line-height: 1.875em;
    text-align: center;
}

.text-white-50 {
    color: #fff!important;
    text-align: right;
}

.text-white {
    color: #fff;
}

.about-h4 {
    color: #b38a4c;
}

.image-parking {
    height: max-content;
}

.projects-section>.container>.row {
    display: flex;
    justify-content: center;
}

.contact-detail {
    color: #fff;
}

.small-logo {
    object-position: 50% 50%;
    width: 68px;
    height: 64px;
    object-fit: contain;
    margin: 0px 10px;
}

.bottom-right-text {
    margin: 0px!important;
    font-size: 18px;
}

@media (min-width:992px) {
    .text-lg-left {
        text-align: center!important;
        font-size: 1.3em;
    }
}

@media (min-width:320px) and (max-width:480px) {
    .align-items-center {
        -ms-flex-align: center!important;
        align-items: center!important;
        flex-direction: column-reverse!important
    }
    img {
        width: 100%
    }
    .preview-animation,
    video {
        width: 300px;
    }
    .text-left > img{
        width: auto;
        height: 200px;
    }
    .about-section p {
        margin-bottom: 5rem;
        font-size: 1em;
        text-align: right;
        padding: 0 25px
    }
    .projects-section .featured-text {
        padding: 0
    }
    .img-parking {
        max-width: 100%;
        height: 300px;
        width: 100%
    }
    .logo {
        border-radius: 50%;
        width: 139px;
        height: 139px
    }
    .six-item{
        order: 7;
    }
    .five-item {
        order: 6;
    }
    .fourth-item {
        order: 5;
    }
    .third-item {
        order: 4;
    }
    .second-item {
        order: 3;
    }
    .first-item {
        order: 2;
    }
    .logo-item {
        order: 1;
    }
    .col-sm {
        position: relative;
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .bottom-right-text {
        font-size: 11px;
    }
    #comp-jwrikbxb9 {
        width: 90%!important;
        pointer-events: none;
        float: right;
    }
    .hide-space{
        display: none;
    }
}

@media (min-width:481px) and (max-width:767px) {
    .align-items-center {
        -ms-flex-align: center!important;
        align-items: center!important;
        flex-direction: column-reverse!important
    }
    img {
        width: 100%
    }
    .preview-animation,
    video {
        width: 380px
    }
    .about-section p {
        margin-bottom: 5rem;
        font-size: 1em;
        text-align: right;
        padding: 0 25px
    }
    .projects-section .featured-text {
        padding: 0
    }
    .img-parking {
        max-width: 100%;
        height: 240px;
        width: 100%
    }
    .logo {
        border-radius: 50%;
        width: 139px;
        height: 139px
    }
    .five-item {
        order: 5
    }
    .fourth-item {
        order: 4
    }
    .third-item {
        order: 3
    }
    .second-item {
        order: 2
    }
    .first-item {
        order: 1
    }
    .text-white-50 {
        font-size: 13px;
    }
    .col-sm {
        position: relative;
        width: 100%;
        padding-right: 5px;
        padding-left: 5px;
    }

}

@media (min-width:768px) and (max-width:1024px) and (orientation:landscape) {
    .preview-animation {
        width: 600px;
        height: auto;
    }
    .align-items-center {
        -ms-flex-align: center!important;
        align-items: center!important;
        flex-direction: column-reverse!important
    }
    img {
        width: 100%
    }
    .preview-animation,
    video {
        width: 400px
    }
    .about-section p {
        margin-bottom: 5rem;
        font-size: 1em;
        text-align: right;
        padding: 0 25px
    }
    .projects-section .featured-text {
        padding: 0
    }
    .five-item {
        order: 5
    }
    .fourth-item {
        order: 4
    }
    .third-item {
        order: 3
    }
    .second-item {
        order: 2
    }
    .first-item {
        order: 1
    }
}

@media (min-width:768px) and (max-width:1024px) {
    .align-items-center {
        -ms-flex-align: center!important;
        align-items: center!important;
        flex-direction: column-reverse!important
    }
    img {
        width: 100%
    }
    .img-parking {
        max-width: 100%;
        height: 300px;
        width: 100%;
    }
    .preview-animation,
    video {
        width: 500px
    }
    .about-section p {
        margin-bottom: 5rem;
        font-size: 1em;
        text-align: right;
        padding: 0 25px
    }
    .five-item {
        order: 5
    }
    .fourth-item {
        order: 4
    }
    .third-item {
        order: 3
    }
    .second-item {
        order: 2
    }
    .first-item {
        order: 1
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .align-items-center {
        -ms-flex-align: center!important;
        align-items: center!important;
        justify-content: center;
    }
    img {
        width: 100%
    }
    .preview-animation,
    video {
        width: 50%;
    }
    video{
        width: 400px;
    }
}

.bottom-right-text>p {
    padding: 0px;
    margin: 0px;
}