*
{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    /* font-style: normal; */
}

body
{
    background-image: url(../../projects_bg.jpg);
    /* background-repeat: no-repeat; */
    background-size: cover;
    height: 100%;
    position: sticky;
}

.navbar
{
    height: 60px;
    background-color: #000000;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Ysabeau Office', sans-serif;  
}

.navbarcomp1
{
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.socialscomp
{
    /* position: sticky;
    left: 1100px;
    gap: 20px; */

    /* margin-left: 1100px; */
    margin-right: 30px;
}

.nav1
{
    text-decoration: none;
    color: white;
}

.nav1:hover
{
    color: #ff403f;
}

.socials
{
    text-decoration: none;
    color: white;
    gap: 20px;
}

.flexcontainer
{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.projects
{
    margin-top: 100px;
    font-size: 75px;
    font-family: Impact;
    color: white;
}

.tagline
{
    margin-top: 10px;
    font-family: Avenir;
    font-weight: 500;
    color: #ff403f;
}

.lessopbox
{
    background-color: #4B4A47;
    opacity: 80%;
    width: 100%;
    height: 60vh;
    position: absolute;
    z-index: -1;
    margin-bottom: 80px;
    margin-top: 100px;
}

.fullopbox
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: black;
    width: 93%;
    height: 50vh;
    margin-bottom: 80px;
    margin-top: 100px;
}

.opboxcontainer
{
    display: flex;
    align-items: center;
    justify-content: center;
}

.cinecontainer
{
    width: 23rem;
    text-align: center;
}

.cinematography
{

    color: #ff403f;
    font-family: Impact;
    font-size: 55px;

}

.cinematographydescription
{
    font-family: 'Ysabeau Office';
    text-align: justify;
    color: white;
}

.footer
{
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #c5c2c0;
    font-family: 'Ysabeau Office';
    font-size: 11px;
    background-color: #000000;
}