body {
    margin:0;
    padding:0;
    background-color:#000000;
    font-family:'Barlow', Arial, Helvetica, sans-serif;
    font-size:18px;
    font-weight:100;
    color:#FFFFFF;
}

ul, li {
    padding:0;
    margin:0;
}

h1, h2, h3, p {
    padding:0;
    margin:0;
    font-weight:100;
}

hr {
    padding:0;
    margin-top:2rem;
    margin-bottom:2rem;
    width:100%;
}

h1 {
    font-size:3.7rem;
    margin-bottom:2rem;
}

h2 {
    font-size:2.8rem;
    margin-bottom:2rem;
}

h3 {
    font-size:2.2rem;
    margin-bottom:2rem;
}

p {
    margin-bottom:2rem;
}

a {
    color:#a6824a;
}

.nav a {
    color:#FFFFFF;
    text-decoration:none;
    transition:color .6s;
}

.nav a:hover {
    color:#a6824a;
    transition:color .6s;
}

.uppercase {
    text-transform:uppercase;
}

.textC {
    text-align:center;
}

.textR {
    text-align:right;
}

.w20 {
    width:20%;
}

.w25 {
    width:25%;
}

.w33 {
    width:33%;
}

.w50 {
    width:50%;
}

.w100 {
    width:100%;
}

.height100 {
    height:100%;
}

.hAuto {
    height:auto;
}

.h460 {
    height:460px;
}

.relative {
    position:relative;
}

.paddingL {
    padding-left:1rem;
}

.paddingR {
    padding-right:1rem;
}

.paddingT2 {
    padding-top:2rem;
}

.paddingB2 {
    padding-bottom:2rem;
}

.paddingL2 {
    padding-left:2rem;
}

.paddingR2 {
    padding-right:2rem;
}

.paddingT4 {
    padding-top:4rem;
}

.paddingB4 {
    padding-bottom:4rem;
}

.flex {
    display:flex;
}

.flexCol {
    flex-direction:column;
}

.flexRow {
    flex-direction:row;
}

.flexGrow {
    flex-grow:2;
}

.flex-end {
    justify-content:flex-end;
}

.flex-start {
    justify-content:flex-start;
}

.space-between {
    justify-content:space-between;
}

.flexCenter {
    justify-content: center;;
}

.alignCenter {
    align-items:center;
}

div {
    box-sizing: border-box;
}

.txt-gold {
    color:#a6824a;
}

.border-gold {
    border-color:#a6824a;   
}

header {
    width:100%;
    height:460px;
    z-index:2 !important;
}

.branding {
    width:550px;
}

.branding img {
    width:100%;
}

nav {
    font-size:2rem;
}

.mobile-nav {
    display:none;
}

.video-container {
    position:absolute;
    top:0;
    width:100%;
    height:460px;
    overflow:hidden;
    z-index:0;
}

.video-container video {
    width:100%;
}

footer {
    width:100%;
    background-color:#111111;
}

.container {
    max-width:1260px;
    margin-left:auto;
    margin-right:auto;
    padding-left:2rem;
    padding-right:2rem;
}

.container100 {
    width:100%;
}

nav ul {
    list-style:none;
}

nav li {
    padding-left:1.5rem;
}

.bgBlue {
    background-color:blue;
}

.bgGreen {
    background-color:green;
}

.bgRed {
    background-color:red;
}

.bgYellow {
    background-color:yellow;
}

.gray1 {
    background-color:#a6a6a6;
}

.gray2 {
    background-color:#737373;
}

.gray3 {
    background-color:#545454;
}

.gray4 {
    background-color:#323232;
}

.gray5 {
    background-color:#121212;
}

.card-container {
    position:absolute;
    top:0;
    width:100%;
    height:100%;
    display:flex;
    flex-direction:column;
    justify-content:center;
    z-index:3000 !important;
}

.card-container hr {
    margin-top:0;
    border-color:#a6824a;
}

.card-container h1 {
    margin-bottom:.75rem;
}

.cardL {
    text-align:left;
    padding-right:4rem;
}

.cardR {
    text-align:right;
    padding-left:4rem;
}

.relative {
    position:relative;
}

.card-text {
    display:flex;
    flex-direction:column;
    justify-content:center;
    height:100%;
}

.card-text-right {
    align-content:flex-end !important;
    background-color:red;
}

.card-img-container {
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    z-index:-50;
}

.card-img {
    width:50%;
    height:100%;
    background-size:cover;
    background-position:center;
}

.float-right {
    float:right;
}

.card-text {
    z-index:3000;
}

.hr-left, .hr-right {
    margin-bottom:.75rem;
}

.hr-left, .hr-right {
    width:75%;
    border-bottom:solid 1px #a6824a;
}

.card-container p {
    font-size:1.5rem;
}

.bg-fill {
    background-size:cover;
    background-position:center;
}

.col-client {
    padding-top:200px;
    padding-bottom:4rem;
}

.client-header-container {
    position:absolute;
    top:0;
    width:100%;
    padding-top:4rem;
}

.client-header-container h1 {
    width:60%;
    border-bottom:solid 1px #a6824a;
    padding-bottom:2rem;
    margin-left:auto;
    margin-right:auto;
}

.client-header-mobile {
    display:none;
}

.icon {
    width:160px;
}

.points h2 {
    font-size:2.1rem;
    margin-bottom:1rem;
}

.luxury-img-container {
    width:100%;
    margin-bottom:1.5rem;
    padding-left:2rem;
    padding-right:2rem;
}

.luxury-img-border{
    border:solid 8px #a6824a;
    padding:1rem;
}

.luxury-img-container img {
    width:100%;
}

.luxury-section h3 {
    padding-left:1rem;
    padding-right:1rem;
    font-size:1.4rem;
    margin-bottom:1rem;

}

.luxury-section hr {
    width:80%;
    margin-bottom:1rem;
    margin-top:0;
}

.luxury-section p {
    padding-left:1rem;
    padding-right:1rem;
}

.luxury-grp1, .luxury-grp2 {
    width:50%;
    display:flex;
    flex-direction:row;
}

.footer-logo {
    width:230px;
    position:relative;
    padding-bottom:2rem;
}

.footer-logo img {
    width:100%;
    position:absolute;
    top:25;
}

footer hr {
    margin-top:.75rem;
    margin-bottom:1rem;
}

.footer-header h3 {
    margin-bottom:0;
}

.footer-contact h3 {
    font-size:1.4rem;
    margin-bottom:.6rem;
}

.bottom-line {
    margin-top:0 !important;
}

.footer-bottom {
    display:flex;
    flex-direction:row;
    align-items: center;
    align-content:center;
}

.footer-bottom ul {
    display:flex;
    flex-direction:row;
    justify-content: center;
    align-items: center;
    text-transform:uppercase;
    font-size:.8rem;
}

.footer-bottom li {
    margin-left:1rem;
    margin-right:1rem;
    padding-left:.4rem;
}

.footer-bottom li:first-child {
    list-style: none;
}

.footer-bottom li:last-child {
    margin-right:0;
}

.footer-contact hr {
    margin-top:0;
}

.footer-contact a {
    text-decoration: none;
}

.footer-contact-row {
    justify-content: space-between;
    position:relative;
    height:auto;
}

.footer-bottom-section {
    position:relative;
    height:auto;
}

.footer-social-area {
    width:230px;
    display:flex;
    flex-direction:column;
    flex-grow:2;
    align-content: center;
    justify-content: center;
}

.footer-social-area ul {
    display:flex;
    flex-direction: row;
    list-style: none;
    width:200px;
    justify-content: center;
}

.footer-social-area li {
    width:23px;
    margin-right:.75rem;
}

.footer-social-area img {
    width:100%;
}

.instagram_area li {
    list-style:none;
}

.instagram_area {
    margin-top:4rem;
    padding-bottom:4rem;
}

.instagram_header {
    display:flex;
    flex-direction:row;
    justify-content:center;
}

.instagram_header h3 {
    font-size:2.8rem;
}

.instagram_header_icon {
    width:44px;
    margin-right:.75rem;
    padding-top:.3rem;
}

.instagram_header img {
    width:100%;
}

.instagram_header a {
    color:#FFFFFF;
    text-decoration:none;
}

.mobile-menu-nav {
    display:none;
    padding-top:100px;
    font-size:1.8rem;
}

.mobile-menu-nav a {
    color:#a6824a;
    text-decoration:none;
}

.mobile-menu-area {
    display:flex;
    flex-direction:column;
    align-items: flex-end;
    height:auto;
}

.mobile-menu-nav {
    text-align:right;
}

.mobile-menu-nav ul {
    list-style:none;
}

@media (max-width:1200px) {
    h1 {
        font-size:2.7rem;
    }

    .card-container p {
        font-size:1.3rem;
    }

    .branding {
        width:390px;
    }

    .nav {
        font-size:1.7rem;
    }

    .col-client h3 {
        font-size:1.5rem;
    }

    .col-client p {
        font-size:1rem;
    }

    .luxury-section h3 {
        font-size:1.1rem;
    }

}

@media (max-width:910px) {
    h1 {
        font-size:2.3rem;
    }

    .card-container p {
        font-size:1rem;
    }

    .cards .h460 {
        height:340px;
    }

    .branding {
        width:340px;
    }

    .nav {
        font-size:1.4rem;
    }

    .clients .flex-row {
        flex-direction:column;
    }

    .clients .w20 {
        width:100%;
    }

    .col-client {
        padding-top:2rem;
        padding-bottom:0;
    }

    .col-client h3 {
        margin-bottom:1rem;
    }

    .client-header-container {
        display:none;
    }

    .client-header-mobile {
        display:block;
        width:60%;
        border-bottom:solid 1px #a6824a;
        padding-bottom:0;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:2rem;
        text-transform:uppercase;
    }

    .luxury-section .flexRow {
        flex-direction:column;
    }

    .luxury-grp1, .luxury-grp2 {
        width:100%;
    }

    .luxury-section h3 {
        font-size:1.5rem;
    }

}

@media (max-width:700px) {
    .point-section .w33 {
        width:100%;
    }

    .point-section .flexRow {
        flex-direction:column;
    }

    .luxury-section h3 {
        font-size:1.2rem;
    }

    .main-nav {
        display:none;
    }

    .mobile-nav {
        display:flex;
        flex-direction:row;
        justify-content: space-between;
        width:100%;
        padding:2rem;
    }

    .mobile-branding {
        width:80px;
    }

    .mobile-branding img {
        width:100%;
    }

    .mobile-menu {
        width:40px;
    }

    .mobile-menu img {
        width:100%;
    }

}

@media (max-width:600px) {
    .luxury-grp1, .luxury-grp2 {
        flex-direction:column;
    }

    .luxury-grp1 .w50, .luxury-grp2 .w50 {
        width:100%;
    }

    .luxury-section h3 {
        font-size:1.5rem;
    }

    .luxury-img-container {
        padding-left:4rem;
        padding-right:4rem;
    }

    .card-container h1 {
        font-size:2rem;
    }

    .card-container p {
        font-size:1rem;
    }

    footer {
        text-align:center !important;
    }

    footer h3 {
        text-align: center;
    }

    .footer-logo-row .w50 {
        width:100% !important;
    }

    .footer-logo {
        width:140px;
        padding-top:1rem;
        margin-left:auto;
        margin-right:auto;
    }

    .footer-logo img {
        position:relative;
        top:0;
        padding-left:8px;
        width:100%;
    }

    footer .flexRow {
        flex-direction:column !important;
    }

    footer .w50 {
        width:100% !important;
    }

    .footer-contact {
        text-align: center;
    }

    .footer-social-area {
        width:100%;
        flex-direction:row;
        padding:0;
    }

    .footer-social-area li:last-child {
        margin-right:0;
    }

    .footer-bottom ul {
        width:100%;
        flex-wrap:wrap;
        list-style:none;
        margin-top:1rem;
    }

    .card-img {
        background-color:#777777;
        background-blend-mode: multiply;
    }

    .col-blank {
        display:none;
    }

    .card-master .w50 {
        width:100%;
        padding:0;
    }

    .hr-left, .hr-right {
        width:100%;
    }

}