@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; vertical-align: baseline; font: inherit; font-size: 100%;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
form,fieldset,input,textarea,p,blockquote,th,td {
    padding: 0;
    margin: 0;
}
a{
	text-decoration:none;
}
table {
    border-spacing: 0;
}
fieldset,img {
    border: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
    font-weight: normal;
    font-style: normal;
}
strong{
	font-weight: bold;
}
ol,ul {
    list-style: none;
    margin:0;
    padding:0;
}
caption,th {
    text-align: left;

}
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-size: 100%;
    margin:0;
    padding:0;
    color:#444;
}
q:before,q:after {
    content:'';
}
abbr,acronym { border: 0;
}

/* Fonts */

@font-face {
    font-family: 'CordiaUPC';
    src: url('../fonts/CordiaUPC.woff') format('woff'),
         url('../fonts/CordiaUPC.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/* Custom CSS --------------------------------------- */
html,
body{
	font-family: 'CordiaUPC';
	color: #111;
	font-size:1.0em;
	font-size:22px;
	line-height:1.4em;
/*
  text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
*/
}
h1 {
	font-family: 'CordiaUPC';
	color: #96BD0D;	
	font-size:22px;
	line-height:28px;
	width:100%;
	padding:0 0 10px 0;
	margin-bottom:20px;
	opacity:0.8;
}
h1 a{
	text-decoration: none;
}
h2 {
	font-family: 'CordiaUPC';
	color: #82A4D0;
	font-size:1.5em;
	border-bottom: 1px solid #82A4D0;
	width:100%;
	padding:0 0 10px 0;
	margin:30px 0 20px 0;
}
h3 {
	font-family: 'CordiaUPC';
	color: #555;	
	font-size:1.3em;
	padding:0 0 10px 0;
	margin:30px 0 20px 0;
}
p, li {
	color:#6f6f6f;
	margin:20px 0 20px 0;
}
strong {
	font-family: 'CordiaUPC';
	font-weight:normal;
}
a, a:active {
	color:#6f6f6f;
}
a.strong {
	font-family: 'CordiaUPC';
	text-decoration: none;
}
ul {
	margin:0;
	padding:0;
}
hr {
	width:300px;
	margin:50px auto 50px auto;
}
/* Left Side --------------------------------------- */
#content-wrap {
	position:relative;
	float:left;
	width:100%;
	height:auto;
	background-color:#d9e6e7;
	z-index:102;
	overflow:hidden;
	text-align:center;
}
/* Cotent --------------------------------------- */


#content {
	position:relative;
	margin:100px auto;
	max-width:1000px;
	width:75%;
	z-index:101;
}
.logo {
	position:relative;
	margin:0 auto;
	width:100%;
}
.logo img{
	width:100%;
}
.content-container {
	position:relative;
	margin:80px auto;
	width:80%;
	display:block;
}
.smaller {
	font-size:16px;
	line-height:1.6em;
}
.language {
	font-family: 'CordiaUPC';
}
.active {
	text-decoration: underline;
}
.filler {
	position:relative;
	height:900px;
	width:100%;
	background:url(../img/_MG_0265.jpeg) fixed 0 bottom no-repeat;
	background-size:cover;
}

