
/* r style */

/* navbar renk */
.navbar-default{

    background-color: transparent;
}

/* navbar yazi */


/* proje */
.benyazdim 
{
    display:flex;
    align-items: center;
    justify-self: center;
    margin-top: 150px;
   
}

/* ortalama proje yazi*/
.ort 
{
    display:flex;
    align-items: center;
    justify-self: center;
    top:50%;
    bottom:50%;
   
}


/* calismayan orta diger css eziyor */ 
.ort2{
    display:flex;
    align-items: center;
    top: 50%;
    bottom:50%;

}

/* gri rengi */
.gray{

    background-color: #d3d3d3!important;
}


/* logo box */
#logo{
    height:65px;
    width: 270px;
  background-color:#cf171f!important; 
}

/*  yazilari ortalama  */
.card-overlay-hover{
    display:flex;
    align-items: center;
    justify-content: center;
 
}

h1  {
    color:white ;
    }




a:link { color :black;text-decoration:none}
a:visited {color:black;text-decoration:none}
a:hover {color:gray ;text-decoration:none}




.black{
    color: black!important;

}


.ortala{
    display:flex;
    align-items: center;
    justify-content: center;
 
}


.red{

color:#cf171f!important;
}