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

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