/* 

1. Add your custom Css styles below
2. Place the this code in your template: 

 <link href="css/custom.css" rel="stylesheet">

*/
.logo_img
{
    width:  auto; 
    height: 50px !important; 
    vertical-align: middle !important;
}

.project-description h3 {
    font-size: 18px !important;
}

.uppercase 
{
    text-transform: uppercase;
}

.lineh-150
{
    line-height: 1.5 !important;
}

.project-description h3
{
    /*font-family: "Nunito","Helvetica","Arial",sans-serif !important;*/
    font-weight: 300 !important;
}
.proyect-img img{
    width: 100%;
    margin-bottom: 20px;

}

.less_padding{
    padding: 30px 0 !important;
}