@font-face {
	font-family: 'FontName'; 
	src: url(/fonts/Montserrat-Medium.ttf); 
}

body {
  background: linear-gradient(90deg,rgba(147, 103, 68, 1) 40%, rgba(209, 149, 99, 1) 60%);
  background-image: url("/images/bg.png");
  background-position: center top;
  background-repeat: no-repeat;
}









.logotype {
	height: 120px;
	white-space: nowrap;
	color: #fff;
	text-decoration: none !important;
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 155px;
}

/*
* MENU
*/
.menu {
  	text-align: center;
	margin-bottom: 20px;
}
.menu a {
    padding: 8px;
}
.menu-title {
  	font-family: 'FontName';
	opacity: 0.97;
	color: #ffffff;
	text-align: center;
	font-size: 25px;
	margin-bottom: 10px;

}
.call {
  	text-align: center;
	margin-bottom: 20px;
}
.loc {
  	text-align: center;
	margin-bottom: 20px;
}
.gal {
  	text-align: center;
	margin-bottom: 20px;
}
