/* 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;
}

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 */

.button {
  background-color: white;
  border: none;
  color: black;
  width:50%;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  font-weight:300;
  margin-top:0;
  margin-left:2%;
  margin-right:5%;
  margin-bottom:2%;
  transition-duration: 0.4s;
  cursor: pointer;
  z-index:999;
}

.button1 {
	border: 0px solid #e7e7e7; 
	text-align:center;
	float:right;
}
.button2 {border: 0px solid #008CBA;}
.button3 {border: 0px solid #e7e7e7 ;}
.button4 {border: 0px solid #e7e7e7;}
.button5 {border: 0px solid #555555;}

.button1:link {
  background-color: #e7e7e7;
  color: white;
}

.button1:hover {
  background-color: #e7e7e7;
  color: white;
}

.button2:hover {
  background-color: #008CBA;
  color: white;
}

.button3:hover {
  background-color: #f44336;
  color: white;
}

.button4:hover {background-color: #e7e7e7;}

.button5:hover {
  background-color: #555555;
  color: white;
}

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

.Serv {
  background-color:#ffffff;
  height:auto;
  float: left;
  text-align:center;
  width: 92%;
  margin-left:4%;
  margin-right:4%;
  margin-top:0%;
  margin-bottom:1%;
}

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

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

.cardServ p  {
  color: #584a40;
  text-align: center;
  font-size: 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;
  font-size: 1.2em;
  font-weight:600;
  text-decoration: none; 
  margin-top:5%;
  margin-bottom:2%;
}

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

.tel {
  font-size: 0.7em;
  font-weight:300;
	
}

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

/* 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 {
  padding-top:0%;
  float:left;
  padding-bottom:0%;
  margin-left:15%;
  margin-right:15%;	
  background-color:#ffffff;	
}

.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%;	
}	

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

.cardServ a:link, a:visited {
   color: #e8a85b;
  font-size: 1em;
  font-weight:600;
   text-decoration: none; 
   font-weight:300;
  margin-bottom:2%;
}

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

.button {
  background-color: white;
  border: none;
  color: black;
  width:100%;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.6em;
  font-weight:300;
  margin-top:0;
  margin-left:2%;
  margin-right:2%;
  margin-bottom:2%;
  transition-duration: 0.4s;
  cursor: pointer;
  z-index:999;
}
	
/* 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;  

}	
	
}



