 html {
  height: 100%;
}
i,em {
	font-style: italic;
}
.slideshow {
	width:300px;
	padding-left:20px;
	margin-left:auto;
	margin-right:auto;
	float: right;
}
body { 
 padding:0;
  margin-left: auto;
  margin-right:auto;
  min-height: 100%;
  max-width: 1270px;
  background-color: #fff;
  font-size: 12pt;
  line-height: 25px;
  color: #34397b;
  font-family:Arial,Helvetica,sans-serif;
}
.content {
	padding-top:10px;padding-left: 25px;padding-right:25px;
	font-size:14pt;
	}

	.container {
	   width: auto;
		height:350px;
	   background-color: #FFF;
		margin-top: -50px;

	    }
	h1{font-size:20pt;font-weight:bold;}
	h1.title  {padding-top:5px;}
	h2 {font-size:19pt; font-weight:bold;}
	h3 {font-size: 16pt;font-weight:bold;}
	h4 {font-size: 16pt;font-weight:bold;}
	p {font-size:14pt;}
	
	p.spacer{padding-bottom:15px;}
	.large_text { 
font-family: Lato,Arial, Helvetica,sans-serif;
	font-weight:bold;
	font-size:25pt;
	line-height: 1.3em;
}
.photo {
	padding: 3px;
	border: 1px solid silver;
}
.gallery {
	padding: 0 0 0 0;
	margin: 2px 2px 2px 2px;
	border: 2px solid silver; 
	height: 113px;
	width:150px;
	object-fit: cover;
	}
.gallery:hover {
		border: 2px solid blue; 
}
	
.footlink a {
	color:white;
	text-decoration:none;
}
.footlink a:hover {
	text-decoration: underline;
}
#menu #lang a{
	color: grey;
	margin-left:-10px;margin-right:-10px;
}
#menu #lang a:hover{
	background-color: red;
	color:yellow;
}
	.logo {
	padding-top: 5px;
	}
	
.fixed-ratio-resize { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
}
.fixed-ratio-resizer { /* basic responsive img */
	max-width: 100%;
	height: auto;
	width: auto\9; /* IE8 */
	margin-top:0;
}
@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.eot');
    src: url('../fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Regular.woff2') format('woff2'),
        url('../fonts/Lato-Regular.woff') format('woff');
		  url('../fonts/Lato-Regular.ttf') format('ttf');
    font-weight: normal;
    font-style: normal;
	 }
	 @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.eot');
    src: url('../fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Lato-Bold.woff2') format('woff2'),
        url('../fonts/Lato-Bold.woff') format('woff');
        url('../fonts/Lato-Regular.ttf') format('ttf');
    font-weight: bold;
    font-style: bold;
	 }
	 @font-face {
    font-family: 'Segoe Script';
    src: url('../fonts/SegoeScript-Bold.eot');
    src: url('../fonts/SegoeScript-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/SegoeScript-Bold.woff2') format('woff2'),
        url('../fonts/SegoeScript-Bold.woff') format('woff'),
        url('../fonts/SegoeScript-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
	 @font-face {
    font-family: 'Passion';
    src: url('../fonts/passion/PassionOne-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
p {font-family: Arial, Helvetica,sans-serif;line-height:32x; padding-bottom:15px;}
.content {margin-left:20px;margin-right:24px;max-width:100%;overflow:hidden;}
.title2 {border-bottom: 2px solid #DCDCDC;font-family: Segoe Script,Arial, Helvetica,sans-serif;}
.title {font-family: Segoe Script,Arial, Helvetica,sans-serif; text-transform: uppercase;padding-bottom:20px;}
.header {padding-bottom:10px;margin-left:20px;margin-right:20px;}
.foot{font-family: Arial,Helvetica,sans-serif,Verdana;}
.button img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
-moz-opacity: 0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
}
.button:hover img {
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
-moz-opacity: 1;
-khtml-opacity: 1;
opacity: 1;
}
.link a:link, .link a:visited {
	text-decoration: underline;
	color:blue;
	font-size: 11pt;
}
.link a:hover {
	text-decoration:underline;
	font-size: 11pt;
	color:blue;
}
/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 20px;
  /*height: 300px;  Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
 .titleline {
	border-bottom: 2px solid #34397b;
	color: #34397b;
}
.section {
	margin-bottom:15px;
	min-height: 250px;
}
.section img {
	border: 2px solid black;
}
.menu2, .menu2 a:link, .menu2 a:visited {
	margin-top:-25px;
	text-transform:uppercase;
	margin-bottom:20px;
	margin-left:-10px;
	margin-right:10px;
	color: gray;
	padding: 10px;
	font-family:arial;
	font-size:10pt;
	text-decoration: none;
		}
.menu2 a:hover {
		color: white;
		background-color: gray;
}