* {
  margin: 0;
  padding: 0;
}

<!--
@font-face {
  font-family: 'Gloria Hallelujah';
  font-style: normal;
  font-weight: 400;
  src: local('Gloria Hallelujah'), local('GloriaHallelujah'), url(http://fonts.gstatic.com/s/gloriahallelujah/v6/CA1k7SlXcY5kvI81M_R28cNDay8z-hHR7F16xrcXsJw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}-->

@font-face {
  font-family: 'Gloria Hallelujah';
  src: url('/framework/media/fonts/GloriaHallelujah.eot');
  src: url('/framework/media/fonts/GloriaHallelujah.eot?#iefix') format('embedded-opentype'),
       url('/framework/media/fonts/GloriaHallelujah.woff') format('woff'),
       url('/framework/media/fonts/GloriaHallelujah.ttf') format('truetype'),
       url('/framework/media/fonts/GloriaHallelujah.svg#GloriaHallelujah') format('svg');
}

html, body {
  width: 100%;
  height: 100%;
  font-family: Verdana;
}
.menu a {
	color: white;
	text-decoration: none;
font-family: Gloria Hallelujah;
}
.menu .active a {
	color: black;
}
.logoH {
	position: fixed; 
	background-position: 50% 100%; 
	background-image: url('/template/default/images/logoH.png'); 
	background-repeat: no-repeat; 
	background-size: contain;
}
.logoV {
	position: fixed; 
	background-position: 100% 100%; 
	background-image: url('/template/default/images/logoV.png'); 
	background-repeat: no-repeat; 
	background-size: contain;
}
.bg {
	position: fixed; 
	top: 0; 
	bottom:0; 
	left:0; 
	right:0; 
	background-position:50% 50%; 
	background-size: cover;
}
.thumbimg {
	vertical-align: middle;
}
.footer {
	position: fixed; height: 20px; bottom:0px; left:0; right:0; background:white; opacity: 0.6; color: black; text-align: center; font-family: Verdana; font-size: 15px;
}
.footerCookie {
	position: fixed; height: 20px; bottom:20px; left:0; right:0; background:white; opacity: 0.6; color: black; text-align: center; font-family: Verdana; font-size: 15px;
}
.footer a {
	text-decoration: none;
	color: black;
}
.content a {
	text-decoration: none;
	color: white;
}
.content a:hover {
	background-color: black;
	opacity: 0.6;
}
.footer a:hover {
	background-color: black;
	opacity: 0.6;
	color: white;
}
h2 {
font-family: Gloria Hallelujah;
}