body, html{
    margin: 0;
    padding: 0;
}

div{
    display: flex;
    flex-direction: column;
}

.Screen{
    width: 100vw;
    height: auto;
    min-height: 100vh;
    overflow: hidden;
}

.Section{
    width: 100%;
    height: 100vh;
    flex-direction: row;
}


.S_L{
    width: 50%;
    height: 100%;
    position: relative;
    background-color: black;
    overflow: hidden;
}

.S_R{
    width: 50%;
    height: 100%;
    position: relative;
    background-color: black;
    overflow: hidden;
}

.S_R img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: brightness(100%);
}


.Darkener{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    z-index: 2;
    opacity: 0.3;
}

.Logo_Holder{
    width: 10vw;
    height: auto;
    position: absolute;
    top: 5%;
    left: 5%;
    z-index: 2;
}

.Headings{
    position: absolute;
    bottom: 10%;
    left: 5%;
    width: auto;
    height: auto;
}

.Headings h1{
    color: white;
    font-size: clamp(1em, 5vw, 5em);
    font-family: 'Raleway';
    font-weight: 200;
    margin: 0;
}

.Subheading-1{
    color: white;
    font-size: clamp(1em, 2vw, 3em);
    font-family: 'Titillium Web';
    font-weight: 200;
    margin: 0;
}

.Hair_SVG{
    width: 35vw;
    height: 35vw;
    position: absolute;
    opacity: 0.2;
    top: 10vw;
    left: -20vw;
}

.Hair_SVG img{
    width: 100%;
    height: 100%;
    background-color: transparent;
}

#S2{
    background-color: black;
}

.S2_L{
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.S2_L img{
    width: 80%;
    height: 80%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 7px 0px #e0d4bb;
}

.S2_R{
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.S2_R h2{
    width: 90%;
    color: white;
    font-family: 'Titillium Web';
    font-weight: 200;
    text-align: center;
    font-size: clamp(1em, 4vw, 5em);
    text-align: left;
    margin: 0;

}

.S2_R h3{
    width: 90%;
    color: #e0d4bb;
    font-family: 'Pinyon Script';
    font-weight: 200;
    text-align: center;
    font-size: clamp(1em, 5vw, 5em);
    text-align: left;
    margin: 0;
    margin-top: -4vh;
    margin-left: 15%;
    z-index: 3;
}

.S2_R p{
    color: white;
    width: 80%;
    font-family: 'Titillium Web';
    font-weight: 200;
    font-size: clamp(1em, 1.25vw, 1.5em);
}

#S3{
    background-color: black;
    width: 100%;
    height: fit-content;
    padding-top: 2vh;
    padding-bottom: 2vh;
    align-items: center;
}


.S3_R{
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.S3_R img{
    width: 80%;
    object-fit: cover;
    margin-top: 2vh;
    margin-bottom: 2vh;
    object-position: center;
    box-shadow: 0px 0px 7px 0px #e0d4bb;
}


.S3_L{
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.S3_L h4{
    width: 90%;
    color: #e0d4bb;
    font-family: 'Pinyon Script';
    font-weight: 200;
    text-align: center;
    font-size: clamp(1em, 7vw, 6em);
    text-align: left;
    margin: 0;
    margin-top: -4vh;
    margin-left: 15%;
    z-index: 3;
}

.S3_L p{
    color: white;
    width: 80%;
    font-family: 'Titillium Web';
    font-weight: 300;
    font-size: clamp(1em, 1.25vw, 1.5em);
}

.S4{
    width: 100vw;
    height: 50vh;
    padding-top: 10vh;
    padding-bottom: 10vh;
    background-color: black;
    position: relative;
    overflow: hidden;
}

.S4_IH{
    width: 100%;
    height: 100%;
    flex-direction: row;

}

.S4_Image{
    width: 25%;
    height: 100%;
}

.S4_Image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Darkener_2{
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.2;
    z-index: 3;
    position: absolute;
}


#S5{
    background-color: black;
}

.S5_L{
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.S5_L img{
    width: 80%;
    height: 80%;
    object-fit: cover;
    object-position: center;
    box-shadow: 0px 0px 7px 0px #e0d4bb;
}

.S5_R{
    width: 50%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.S5_R h5{
    width: 90%;
    color: white;
    font-family: 'Titillium Web';
    font-weight: 200;
    text-align: center;
    font-size: clamp(1em, 4vw, 5em);
    text-align: left;
    margin: 0;

}

.S5_R h6{
    width: 90%;
    color: #e0d4bb;
    font-family: 'Pinyon Script';
    font-weight: 200;
    text-align: center;
    font-size: clamp(1em, 5vw, 5em);
    text-align: left;
    margin: 0;
    margin-top: -2vh;
    margin-left: 15%;
    z-index: 3;
}

.S5_R p{
    color: white;
    width: 80%;
    font-family: 'Titillium Web';
    font-weight: 200;
    font-size: clamp(1em, 1.25vw, 1.5em);
}

.Footer{
    width: 100%;
    flex-direction: row;
    height: 30vh;
    background-color: black;
}

.FooterBox{
    width: 33.3%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

#FooterBox1 h7{
    font-family: 'Nunito';
    font-weight: 500;
    font-size: clamp(1em, 1.5vw, 1.5em);
    color: #e0d4bb;
}

#FooterBox1 p{
    text-align: right;
    color: white;
    font-family: 'Nunito';
    font-weight: 300;
    font-size: clamp(1em, 1.25vw, 1.5em);
    margin-bottom: 0;
}

#FooterBox2 img{
    width: 50%;
    height: 50%;
    object-fit: contain;
}


#FooterBox3 h8{
    font-family: 'Nunito';
    font-weight: 500;
    font-size: clamp(1em, 1.5vw, 1.5em);
    color: #e0d4bb;
    text-align: right;
    width: 60%;
}

#FooterBox3 p{
    text-align: right;
    color: white;
    font-family: 'Nunito';
    font-weight: 300;
    font-size: clamp(1em, 1.25vw, 1.5em);
    margin-bottom: 0;
    width: 60%;
}

.Rights_Section{
    width: 100vw;
    height: 10vh;
    background-color: #151515;
    align-items: center;
    justify-content: center;
    flex-direction: row;
}

.Rights_Section a{
    margin-right: 1%;
    margin-left: 1%;
    font-family: 'Titillium Web';
    font-weight: 300;
    font-size: clamp(1em, 1vw, 1.25em);
    text-decoration: none;
    color: white;
}

#Tel{
    font-size: clamp(1em, 1.25vw, 1.5em);
    font-weight: 300;
    color: greenyellow;
}


@media only screen and (max-width: 500px) {

    .S_R{
        height: fit-content;
    }
    
.S_R img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    filter: brightness(100%);
}
    #S1{
        height: fit-content;
        position: relative;
        flex-direction: column-reverse;
    }


    .S_R{
        width: 100%;
    }

    .Logo_Holder{
        display: none;
    }

    .S_L{
        background-color: black;
        bottom: 0;
        z-index: 5;
        width: 100%;
        height: 10vh;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .Headings{
        left: 5%;
        width: 90%;
    }

    .Headings h1{
        font-size: clamp(1em, 5vh, 5em);
        width: 100%;
    }

    .Section{
        height: auto;
        min-height: 10vh;
        overflow: hidden;
    }

    #S2{
        height: auto;
        padding-top: 10vh;
        padding-bottom: 5vh;
        flex-direction: column;
        align-items: center;
    }

    .S2_L{
        width: 100%;
        height: auto;
    }

    .S2_R{
        width: 90%;
        height: auto;
        padding-top: 5vh;
    }

    .S2_R h2{
        font-size: clamp(1em, 4vh, 4em);
    }
    .S2_R h3{
        font-size: clamp(1em, 5vh, 5em);
        margin-top: -2vh;
    }

    .S2_R p{
        text-align: center;
        font-size: clamp(1em, 2vh, 2.5em);
    }

    #S3{
        flex-direction: column;
        height: auto;
        align-items: center;
    }

    .S3_L{
        width: 90%;
        height: auto;
        padding-top: 3vh;
        margin-top: 0;
    }

    .S3_R{
        width: 100%;
        height: auto;
        padding-top: 2vh;
        padding-bottom: 2vh;
    }

    .S3_L h4{
        font-size: clamp(1em, 7vh, 5em);
        width: 100%;
        text-align: center;
        margin-left: 0;
        margin-top: 0;
    }

    .S3_L p{
        text-align: center;
        font-size: clamp(1em, 2vh, 2.5em);
    }

    .S4{
        width: 100%;
        height: auto;
    }

    .S4_IH{
        width: 100%;
    }

    #S5{
        flex-direction: column;
        align-items: center;
        height: auto;
    }

    .S5_L{
        width: 100%;
        height: auto;
    }

    .S5_R{
        width: 90%;
        height: auto;
        padding-top: 5vh;
        overflow: hidden
    }

    
    .S5_R h5{
        font-size: clamp(1em, 4vh, 4em);
        margin-left: 2.5vw;
    }
    .S5_R h6{
        font-size: clamp(1em, 5vh, 5em);
        margin-top: -2vh;
    }

    .S5_R p{
        text-align: center;
        font-size: clamp(1em, 2vh, 2.5em);
    }

    .Footer{
        flex-direction: column;
        padding-top: 5vh;
        height: auto;
        align-items: center;

    }

    .FooterBox{
        width: 90%;
        padding-bottom: 5vh;
        padding-top: 5vh;

    }

    #FooterBox1 h7, p{
        width: 100%;
    }
    
    #FooterBox3 h8{
        width: auto;

    }

    #FooterBox3 p{
        width: auto;
        text-align: center;
    }

    .Rights_Section{
        height: 7.5vh;
    }

    
    #FooterBox2{
        display: none;
    }




}