/* Small Devices, Tablets */
@media only screen and (min-width : 320px) {

/* cards */
.work-title h2{
	text-align: center;
	color: #666;
	padding-left: 15px;
	padding-right:15px;
    padding-bottom: 20px;
	font-size: 18px;
}


.textinner {
	padding: 20px;
	border-radius: 30px ;
	margin-bottom: 20px;
	color: #fff;
	text-align: center;
}

.textinner.green {
	background-color: #86BC25;
}

.textinner.orange {
	background-color: #fccc1d;
}

.textinner.dark-orange {
	background-color: #f28a10;
}

.textinner.color-box1 {
	background-color: #7dc256;
}

.textinner.color-box2 {
	background-color: #939192;
}

.textinner.color-box3 {
	background-color: #231a20;
}

.textinner h2{
	font-size: 20px;

	
}

 .textinner a {
        color:#fff;
    }

.textinner a:hover {
         color:#fff;
		 text-decoration: none;
    }

.center-table{
   
            display: flex;
     justify-content: center;
    }
    
    .center-table h2 {
        
        margin-top: 0;
         align-self: center;
       

    }
    hr {
        margin-top: 5px;
    }
/*End cards */
    

/*    examples  */
    
    .row.examples {
        background-color: #f9f9f9;
    }
    
    .container-image h2 {
        font-size: 18px;
        font-weight: bold;
        padding-bottom: 10px;
        text-align: center;
    }
    
    p.legende {
        font-size: 16px;
        color:#86BC25;
        text-align: center;
        padding-top: 10px;
        font-style: italic;
    }
    
    .text h3 {
        font-size: 16px;
        font-weight: bold;
    }
    
    
}


@media only screen and (min-width : 768px) {
    .center-table{
     height:80px;
    }
    
        .container-image h2 {
        font-size: 22px;
        
    }
    
    p.legende {
        font-size: 18px;
        
    }
    
}


@media only screen and (min-width : 992px) 
{
	.col-md-offset-1-and-half {
        margin-left: 12.499999995%; // col-md-offset-1 has 8.33333333
        
    }

.col-md-25 {
        width: 20.83333333%;
    }

    .invisible-sm {
	display:block;
}




}
/* Small Devices, Tablets */
@media only screen and (min-width : 1024px) {
    
   

.work-title h2{
	text-align: center;
	color: #666;
	padding-left: 10px;
	padding-right: 10px;
    padding-bottom: 30px;
    padding-top: 30px;
	font-size: 24px;
}

    
.textinner {
	min-height:300px;
}
    
    .text {
        padding-top: 40px;
    }

/* Our work examples */




/* Our work examples */

}

@media only screen and (min-width : 1200px) {



}
