.nav-bar{
    height: 16vw;
    position: relative;
    width: 100vw;
}
.nav-bar img{
    width: 45vw;
    height: 20vw;
    margin-left: 5vw;
}
.nav-bar p{
display: none;
}
.nav-bar i{
    position: absolute;
    right: 6%;
    font-size: 6vw;
}
.featured{
    display: none;
}
.big-button button{
    font-weight: 400;
}
.two-colum{
    width: 100vw;
    margin-top: 10vw;
    min-height: 290vw;
    flex-direction: row-reverse;
    flex-wrap: wrap;
}
.first-colum{
    width: 95vw;
    margin-left: -1vw;
}
.first-colum h2{
    font-size: 22.2vw;
}
.first-colum h1{
    font-size: 39vw;
    font-weight: 500;
    margin-top: -7vw;
}
.first-c-img{
    height: 25%;
    width: 100%;
    margin-top: 2vw;
}
.first-colum p{
    font-size: 6.0vw;
    margin-top: 4.6vw;
}
.second-colum{
    margin-top: -50vw;
    width: 95vw;
}
.second-colum h1{
    font-size: 11.5vw;  
}
.all-work{
    margin-top: 3vw;
    height: 160vw;
    flex-wrap: wrap;
    justify-content: center;
}
.all-w-img{
    margin-left: 1.5vw;
    width: 95%;
    height: 67vw;
}
.all-w-text{
    height: 55%;
    width: 95%;
}
.all-w-text p{
    width: 90%;
    font-size: 5vw;
}
.all-w-text button{
    width: 40%;
    height: 15%;
    font-size: 6vw;
}
.slider{
    display: none;
}
.wow-con{
    margin-top: 1.5vw;
    height: 148vw;
    width: 100vw;
    color: #1C1B19;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-evenly;
    font-family: var(--font2);
}
.wow{
    height: 55%;
    width: 95%;
}
.wow-img{
    height: 50%;
}
.wow h3{
    font-size: 10.5vw;
    text-align: center;
}
.wow p{
    text-align: center;
    font-size: 4.2vw;
}
.none{
    display: none;
}
.work{
    height: 30%;
    border-left: none;
    border-right: none;
}
.work h1{
    margin-top: 3vw;
    width: 100%;
    font-size: 18.5vw;
}
.work h2{
    margin-top: -1vw;
    font-size: 5.2vw;
}
#page5 h1 {
    font-size: 12vw;
}
.footer{
    height: 12vw;
}
.name{
    width: 35vw;
    justify-content: flex-start;
    margin-left: 3vw;
}
.name p{
    font-size: 9vw;
}
.foot-links{
    margin-right: 0;
    width: 67vw;
}
.foot-links p{
    font-size: 4.0vw;
}