
/* Ben Mè styles */


.navbar .button-navbar {
	display: block !important;
}

.navbar .button-navbar {
	width: 40%;
	float: right;
	text-align: right;
}

.stardos-stencil-regular {
  font-family: "Stardos Stencil", system-ui;
  font-weight: 400;
  font-style: normal;
}

.stardos-stencil-bold {
  font-family: "Stardos Stencil", system-ui;
  font-weight: 700;
  font-style: normal;
}

.intro .content {
	background: #2f6156;
	padding: 60px 40px;
	border-radius: 5px;
	color: #ffffff;
}

.intro .content h1 {
   color: #ffffff;
}

.intro .content ul li a i {
	color: #ff7a42;
	font-size: 28px;
}

.intro .content ul.social-links li {
	margin-right: 25px;
	display: inline;
}

.intro .content ul.social-links li:last-child {
   margin-right: 0;
}

.intro .content .social-links img {
   width: 32px;
   padding: 0;
   border-radius: 0;
}

.open-hours .content {
	padding: 80px 35px;
	background: #2f6156;
	border-radius: 5px;
}

.open-hours .content h2 {
   color: #ffffff;
}

.open-hours ul li {
   color: #ffffff;
}

.contact .content {
	background: #2f6156;
	padding: 35px 35px;
	border-radius: 0 5px 5px 0;
   color: #ffffff;
}

.contact .content ul li a {
   color: #ffffff;
   text-align: center;
   font-size: 18px;
}

.contact .content h2 {
   color: #ffffff;
}
