/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-section-default{
 background-color: #faf9f7 !important;
}

.tm-header-mobile{
	display:none;
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  row-gap:40px;
  column-gap:40px;
}

.box .l_btn {
	color:#676767;
	width: 190px;
	height: 190px;
	padding: 30px;
	text-align: center;
	line-height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 28px;
	font-weight: 600;
	font-family: 'Lato';
	border: none;
	border-radius: 10px;
	opacity:.85;
	background-color: rgba(255,255,255,1);
	text-decoration:none;
	-webkit-transition:.1s ease-in-out;
	transition:.1s ease-in-out;
	-webkit-transition-property:all;
	transition-property:all;
	box-shadow: 5px 5px 20px #eee;
}
.box .l_btn:hover {
	color:#222;
	opacity:1;
	background-color: rgba(255,255,255,1);
}

@media(max-width:540px){
.box {
  flex-direction: column;  
}
}

