.release { 
background-color:#F4F4F4;
font-weight:600;
color:#323232;
padding:8px;
}

.ftitle {
background-color:rgba(255,255,255,0.8);
font-family: 'Roboto Condensed';
font-weight:600;
letter-spacing:1px;
color:#323232;
padding-top:8px;
padding-bottom:8px;
padding-left:12px;
padding-right:12px;
font-size:20px!important;
text-align:center;
}

.projects {
text-align: center;
line-height: 30px;
}

.projects i{
background-color: #ffffff; 
color: #404040; 
text-align: center;
line-height: 28px;
width:28px;
height:28px;
border-radius: 24px; 
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
}

.projects i:hover{
background-color: #6ebcce; 
color: #ffffff; 
text-align: center;
line-height: 28px;
width:28px;
height:28px;
border-radius: 24px; 
-webkit-transition: all 0.7s;
-moz-transition: all 0.7s;
-o-transition: all 0.7s;
}


.desc {
background-color:#424242;
color:#eeeeee;
margin-top:-10px;
padding:5px;
text-align:justify;
}

.darrow i{
color:#424242;
}