@charset "UTF-8";
/* CSS Document */



*{ 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

html,
body {
    background-color: #162828;
    font-family: 'Lato', sans-serif;
    font-size: 62.5%;
    text-rendering: optimizelegibility;
    margin-top: 1rem;
}

h2 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2.7rem;
    color: #d7d7cc;
    line-height: 4.3rem;
    padding-bottom: 1.8rem;
}

h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    text-transform: none;
    color: #162828;
    line-height: 4.3rem;
    padding-bottom: 1rem;
}

h4 {
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 3.2rem;
    text-transform: none;
    color: #d7d7cc;
    line-height: 4.3rem;
    padding-bottom: 1rem;
}

p {
    color: #162828;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.5rem;
    letter-spacing: .7px;
}

p1 {
    color: #d7d7cc;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 2.5rem;
    letter-spacing: .7px;
}

@media (min-width: 40em) {
    header,
    section {
        padding: 7rem 0:
    }   
}

.container {
    margin: auto, 0;
    width: min(90%, 70.5rem):
}

img {
    max-width: 100%;
}

.split {
    display: flex;
    flex-direction: column;
}

@media (min-width: 40em) {
    .split {
        flex-direction: row;
    }

.split > * {
    flex-basis: 100%;
    }
    
    .split > * + * {
    margin-left: 2em;
    }
}

a:link {
    color: #d7d7cc;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 2.7rem;
    color: #d7d7cc;
}

/* ========================================================================== */
/* SECTION 1 VIDEO SECTION*/
/* ========================================================================== */

.header {
    width: 95vw;
    margin: 0 auto;
    padding-top: 2%;
    padding-bottom: 4%;
}

.wrapper {
    padding: 2rem;
    width: 100%; 
    background: #000;
}
.wrapper video {
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
}

.header-container {
    background-image:url("Untitled.mp4");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed; 
    width: 100%;
    height: auto;
}


@media screen and (max-width: 960px){
    
    .header-container {
        width: 100%;   
    }
}


@media screen and (max-width: 500px){
    
    .header-container {
        width: 100%;   
    }
}

/* ========================================================================== */
/* SECTION 2 Opening SECTION*/
/* ========================================================================== */

.OpeningSection {
    background: #fff;
    width: 95vw;
    margin: 0 auto;
    background-image:url("Opening background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    padding: 6%;
}

.OpeningContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    align-content: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.OpeningSideA {
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
}

.OpeningSideA img {
    text-align: right;
    padding-bottom: 2rem;
}

.OpeningSideB {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
}


@media screen and (max-width: 400px) {  	

    .OpeningContainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    } 
}



/* ========================================================================== */
/* SECTION 3 Award SECTION*/
/* ========================================================================== */

.AwardSection {
    background: #162828;
    width: 95vw;
    margin: 0 auto;
    padding: 6%;
}

.AwardContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    justify-content: center;
    align-content: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.AwardSideA {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 6% 4% 
}

.AwardSideA img {
    text-align: right;
    padding-bottom: 2rem
}

.AwardSideB {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
}



@media screen and (max-width: 400px) {  	

    .AwardContainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    } 
}


/* ========================================================================== */
/* SECTION 4 Luxury SECTION*/
/* ========================================================================== */

.LuxurySection {
    background: #fff;
    width: 95vw;
    margin: 0 auto;
    background-image: url("Luxury Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    padding: 6%;

}

.LuxuryContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    justify-content: center;
    align-content: center;
    width: 80%;
    margin: 0 auto;
    position: relative
}

.LuxurySideA {
    display:flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 6rem; 0; 
}


.LuxurySideB {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
}

.LuxurySideB img {
    text-align: right;
    padding-bottom: 2rem;
}


@media screen and (max-width: 700px) {  	

    .LuxuryContainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
        padding: 4% 0%;
    } 
}



/* ========================================================================== */
/* SECTION 5 Philosophy */
/* ========================================================================== */

.Philosophy {
    background-color: #5E5E4C;
    width: 95vw;
    margin: 0 auto;
    padding: 6%;
}

.PhilosophyContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    justify-content: center;
    align-content: center;
    width: 80%;
    margin: 0 auto;
    position: relative; 
    
}

.PhilosophyHead {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 6% 4%;
}

.PhilosophyText {
    display: flex;
    width: 100%;
    justify-content: left;
    justify-text: left;
    align-items: left;
    padding: 6rem 0;;
}

@media screen and (max-width: 400px) {  	

    .PhilosophyContainer {
        display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    } 
}

/* ========================================================================== */
/* SECTION 6 FUNCTION SECTION*/
/* ========================================================================== */

.FunctionSection {
    background: #fff;
    width: 95vw;
    margin: 0 auto;
    background-image:url("Function Background.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed; 
    padding: 6%;
}

.FunctionContainer {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 1.5rem;
    justify-content: center;
    align-content: center;
    width: 80%;
    margin: 0 auto;
    position: relative;
}

.FunctionSideA {
    display: flex;
    width: 100%;
    flex-direction: row;
    padding: 6% 4%;  
}

.FunctionSideA img {
    text-align: right;
    padding-bottom: 2rem;
}

.FunctionSideB {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding: 6rem 0;
}


@media screen and (max-width: 400px) {  	

    .FunctionContainer {
       display: grid;
        grid-template-columns: 1fr;
        grid-gap: 1rem;
        justify-content: center;
        align-items: center;
    } 
}



/* ========================================================================== */
/* FOOTER */
/* ========================================================================== */

footer {
    width: 95vw;
    margin: 0 auto;
    background: #162828;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-top: 1px solid #d18f7f;
    flex-wrap: wrap;
}

.footerContainer {
    display: flex;
    width: 70vw;
    margin: 0 auto;
    justify-content: center;
}

.footerLink {
    flex: 4;
    color: #162828;
    text-align: right;
    padding-right: 1.5rem;
    padding-top: 2.2rem;
    cursor: pointer;
}

.a {
   color: #d7d7cc; 
        font-family: 'Lato', sans-serif;
        font-size: 2.5rem; 
        line-height: 3rem;
        padding-bottom: .4rem;
        text-decoration: none; 
        font-weight: 300
}

.ink a:hover {
    color: #162828;
}








