@charset "utf-8";
/* CSS Document */

/*fonts*/
/*Headlines & Highlights*/
/* noto-serif-display-300 - latin */
@font-face {
  font-family: 'Noto Serif Display';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/noto-serif-display-v17-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-display-v17-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-display-v17-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-display-v17-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-display-v17-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-display-v17-latin-300.svg#NotoSerifDisplay') format('svg'); /* Legacy iOS */
}

/* noto-serif-display-regular - latin */
@font-face {
  font-family: 'Noto Serif Display';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-serif-display-v17-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/noto-serif-display-v17-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/noto-serif-display-v17-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/noto-serif-display-v17-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/noto-serif-display-v17-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/noto-serif-display-v17-latin-regular.svg#NotoSerifDisplay') format('svg'); /* Legacy iOS */
}

/* Regular */
/* inter-regular - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-300 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/inter-v12-latin-300.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/inter-v12-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v12-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/inter-v12-latin-300.woff') format('woff'), /* Modern Browsers */
       url('../fonts/inter-v12-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/inter-v12-latin-300.svg#Inter') format('svg'); /* Legacy iOS */
}

/* inter-700 - latin */
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/inter-v12-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/inter-v12-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}

html {
	height: 100%;
}

body {
	height: 100%;
	margin: 0 !important;
	padding: 0 !important;
	font-family: 'Inter', sans-serif;
  	font-style: normal;
  	font-weight: 400;
	font-size: 100%;
}

p {
	text-align: justify;
}

main {
	position:relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/*Footer*/
footer {
	width: 100%;
	max-height: 65px;
	min-height: 65px;
	background-color: #EEEDEB;
	position:absolute;
	bottom: 0;
}

footer > nav > ul {
	list-style-type: none;
	margin: 21px 0 -21px 0;
	padding: 0;
	text-align: center;
	
}
footer > nav > ul > li{
	display: inline;
	color: #877777;
	font-size: 11pt;
}
footer > nav > ul > li > a{
	color: #877777;
	text-transform: uppercase;
	text-decoration: none;
}
footer > nav > ul > li > a:hover{
	color: #877777;
	font-weight: 700;
}