*{margin: 0; padding: 0;}
header{
    width: 100%; 
    height: 150px; 
    display: flex; 
    align-items: center; 
    background-color: rgba(0, 0, 0, 0.1);
}
header a img{
    margin: 30px 0px 30px 200px;
}
.nav ul{
    display: flex; 
    justify-content: center; 
    justify-content: space-evenly; 
    margin: 0px 0px 0px 300px;
    list-style: none; 
}
.nav ul li{
    margin: 30px;
}
.nav ul li a{
    text-decoration: none;
    color: rgb(143, 111, 111);
}
.nav ul li a:hover{
    color: #c8c10d;
}
.home{
    width: 100%;
    height: 800px;
    background-image: url(./project_images/home_background.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
}
.home .i1{
    width: 100%;
}
.home .h1{
    width: 160px;
    height: 160px;
    background-image: url(./project_images/icons.png);
    background-repeat: no-repeat;
    background-position: 0px -120px;
    position: absolute;
    top: 450px;
    left: 1000px;
    position: relative;
}
.home .h1 .c1{
    position: absolute;
    top: 48px;
    left: 5px;
    text-decoration: none;
    text-align: center;
    color: white;
}
.h2{
    width: 100%; 
    height: 260px;
    background-color: rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 794px;
    display: flex;

}
.home .h2 img{
    margin-left: 450px;
}
.h2a{
    padding-top: 50px;
    padding-left: 100px;
    width: 400px;
    height: auto;
}
.h2a h3{
    color: rgba(0, 0, 0, 0.8);
    padding-bottom: 10px;
}
.h2a h1{
    color: #e32a62;
}
.h2a a{
    text-decoration: underline;
    color: black;
}
.h2a a:hover{
    text-shadow: 0px 0px 10px black;
}
.f1a{
    display: flex;
    padding-top: 35px;
    justify-content: center;
    justify-content: space-evenly;
    background-color: #c8c10d;
    margin-top: 255px;
    width: 100%;
    height: 150px;
    position: relative;
}
footer .f1a div{
    background-image: url(./project_images/icons.png);
}
.f11{
    background-position: -15px 1935px;
    width: 50px;
    height: 50px;
}
.f12{
    background-position: -8px 1892px;
    width: 70px;
    height: 48px;
}
.f13{
    background-position: -8px 2028px;
    width: 50px;
    height: 50px;
}
.f14{
    background-position: -15px 1982px;
    width: 50px;
    height: 50px;
}
.f1b{
    margin: 0px 0px 0px 45px;
    display: flex;
    width: 96%;
    height: auto;
    position: absolute;
    display: flex;
    justify-content: center;
    justify-content: space-evenly;
    top: 1300px;
}
.f1b h2{
    color: white;
}
.spl{
    padding-left: 30px;
}
.spl2{
    padding-left: 40px;
}
.spl3{
    padding-left: 10px;
}
.f2a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 300px;
    background-color: #cb3362;
    position: relative;
}
.f2a div{
    margin: 0px 15px;
    width: 30px;
    height: 30px;
    background-image: url(./project_images/icons.png);
}
.f21{
    background-position: 0px 0px;
}
.f22{
    background-position: 0px -32px;
}
.f23{
    background-position: 0px -96px;
}
.f24{
    background-position: 0px -63px;
}
footer p{
    position: absolute;
    top: 1580px;
    left: 555px;
    margin: auto;
    color: white;
}