*
{
    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;
}

.box
{
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.lessopbox1
{
    background-color: #4B4A47;
    opacity: 80%;
    width: 47%;
    height: 60vh;
    position: absolute;
    margin-bottom: 80px;
    margin-top: 100px;
    cursor: pointer;
    border: none;
}

.fullopbox1
{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: black;
    z-index: 1;
    width: 650px;
    height: 50vh;
    margin-bottom: 80px;
    margin-top: 100px;
    border: none;
    font-size: 50px;
    font-family: Impact;
    color: white;
    text-decoration: none;
    transition: width 0.5s, height 0.5s;
}

.fullopbox1:hover
{
    width: 700px;
    height: 55vh;
    color: #ff403f;
}

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

.opboxcontainer2
{
    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;
}