body{
    padding-top: 55px;
    font-family: 'Raleway', sans-serif;
}
#anasayfa{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 50%;
    background-color: rgba(00,00,00,0.5);
}

#home-content{
    position:relative;
    min-height:1280px;
    min-width: 100%;
    background-image: url("./img/home.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position:50% 50px;
    text-align: center;
    color:white
}

#hakkimizda{
    padding: 50px;
    position:relative;
    top:50%;
    left:0;
    width: 100%;
    height: 50%;
    background-color: rgba(00,00,00,0.1);
    opacity: 0.8;
}
a{
    text-decoration: none;
}
.projelerCard>img:hover{
    opacity: 0.7;
}
/* .projelerImages{
    height: 300px;
} */

/* .carousel-item>img{
    width: 100%;
    height: 550px;
} */
#iletisim{
    margin: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#iletisim>h2{
    font-weight: bolder;
}
#galeri{
    background-color: #f2f2f2;
}
/* .navbar{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
/* } */
.fa{
    color: #eee;
} */

#footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    color: #eee;
/* }.carousel-item>img{
    height: 700px; */
}
.clear{
    padding-right: 220px;
}
.resimSlider{
    max-width: 100%;
    height: auto;
}

