/* Float four columns side by side */
.column {
  float: left;
  width: 25%;
  padding: 0 2px;
}

.row {margin: 0 0px;}


/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

hr {
	color:#e8a85b;
}

/* Style the counter cards */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  text-align: center;
  background-color: #584a40;
  color: white;

}

.card p {
	text-align: center;  
	background-color: #584a40;
	color: white;
	font-size: 1.8em;
}

.card h3{
	text-align: center;
	background-color: #584a40;
	color: white;
	font-size: 2em;
}

.fa {
	font-size:2em;
	text-align: center;  

}

/* Bolcs Services */


hr.Serv {
  	border: 2px solid;
  	border-radius: 3px;
	color:#e8a85b;
}

.Serv {
  background-color:#ffffff;
  height:auto;
  float: left;
  width: 92%;
  margin-left:4%;
  margin-right:4%;
  margin-top:2%;
  margin-bottom:2%;
}

.columnServ {
  background-color:#ffffff;
  border:5px;
  border-top-style: dashed;
  border-top-color:#eaebf0;
  border-left-style: dashed;
  border-left-color:#eaebf0;
  border-right-style: dashed;
  border-right-color:#eaebf0;
  border-bottom-style: dashed;
  border-bottom-color:#eaebf0;
  height:auto;
  float: left;
  width: 23%;
  margin-left:1%;
  margin-right:1%;
  padding-top:0%;
  padding-bottom:0%;
  margin-bottom:2%;
}

.cardServ {
  padding-top:0%;
  padding-bottom:0%;
  margin-left:15%;
  margin-right:15%;	
  background-color:#ffffff;	
}

.cardServ p  {
  color: #584a40;
  text-align: center;
  font-size: 1.1em;
  padding-left:0%;
  padding-right:0%;
  font-family: 'PT Serif', serif;
  font-weight:300;
  margin-bottom:2%;
}

.cardServ h1  {
  color: #584a40;
  text-align: center;
  font-family: 'Bowlby One SC', serif;
  font-size: 1.4em;
  font-weight:300;
  padding-left:0%;
  padding-right:0%;
  margin-bottom:2%;
}

.cardServ a:link, a:visited {
   color: #e8a85b;
   text-decoration: none; 
   font-weight:400;
}

.cardServ a:hover, a:active {
   color: #584a40;
   text-decoration: none; 
}	


.PictoServ  {
  color: #e8a85b;
  text-align: center;
  font-family: 'Bowlby One SC', serif;
  font-size: 1.6em;
  font-weight:400;
  margin-bottom:2%;
}

/* Fin Bolcs Services */


/* Responsive columns */
@media screen and (max-width: 600px) {

/* Bolcs Services */

.Serv {
  background-color:#ffffff;
  height:auto;
  float: left;
  width: 99%;
  margin-left:0%;
  margin-right:1%;
  margin-top:2%;
  margin-bottom:5%;
}

.columnServ {
  background-color:#ffffff;
  height:auto;
  float: left;
  width: 90%;
  padding-top:0%;
  padding-bottom:0%;
  padding-left:0%;	
  padding-right:0%;
  margin-left:5%;
  margin-right:5%;
  margin-bottom:5%;	
}
	
.cardServ h1  {
  color: #584a40;
  font-family: 'Bowlby One SC', serif;
  font-weight:400;
  font-size: 1.8em;
  margin-left:5%;
  margin-right:5%;	
  margin-bottom:1%;
  text-align:center;	
}
	
.cardServ p {
  color: #584a40;
  font-size: 1.2em;
  font-family: 'PT Serif', serif;
  font-weight:300;
  text-align:center;	
  margin-left:5%;
  margin-right:5%;	
}	

.PictoServ  {
  color: #e8a85b;
  text-align: center;
  font-family: 'Bowlby One SC', serif;
  font-size: 1.6em;
  font-weight:400;
  margin-bottom:2%;
}

	
/* Fin Responsive columns */
		
	
.column {
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.card p {
	text-align: center;  
	background-color: #584a40;
  color: white;
  font-size: 1.4em;
}

.card h3{
  text-align: center;
  background-color: #584a40;
  color: white;
  font-size: 1.6em;

}

.fa {
	font-size:1.6em;
	text-align: center;  

}	
}



