
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Poppins'), url('Poppins.woff2') format('woff2');
}

body {
	background: linear-gradient(90deg, rgb(244,244,244) 0%, rgb(224, 224, 224) 100%);
    font-family: 'Poppins', sans-serif;
	font-size: 12pt;
    overflow-y: scroll;
	margin: 0;
	padding: 0;
}

.front {
	display:flex;
	justify-content: center;
    flex-direction: column;
    height: 100vh;
	text-align:center;
}
.fixedh {
	position:fixed;
	left:0;
	top:0;
	right:0;
	height: 118px;
	background-color:rgb(214,214,214);
	border-bottom:1px solid rgb(192,192,192);
}
.front .logo
{
	text-align:left;
	margin-left:6%;
	margin-top:0px;
	margin-bottom:35px;
	font-size: 100px;
	cursor: default;
}
.fixedh .logo
{
	text-align:left;
	padding-left:6%;
	padding-right:6%;
	font-size: 60px;
	padding-top:20px;
	padding-bottom:20px;
	cursor: default;
}
   
.title
{
	margin-bottom: 0px
	padding:0;	
	line-height:1em;
	color:#616161;
}
.logo a {
	text-decoration: none;
	color: inherit;
	padding:0;
}
.sub 
{
	color: #222222;
	font-size: 0.3em;
	line-height:1em;
}

span.logocap {
	color: firebrick !important;
}

.nav 
{
	margin-top:119px;
	border-bottom:1px solid rgb(224,224,224);
	padding-left: 6%;
	padding-top: 2px;
	padding-bottom: 2px;
}

.nav a {
	color: black;
	text-decoration: none;
}

.pagecontent {
	max-width:800px;
	margin: 0 6% 40px 6%;
	color: #222222;
	min-height:95vh;
}

.pageend
{
	display: flex;
	min-height: 100px;
	align-items: center;
	justify-content: space-between;
	padding-left: 6%;
	padding-right: 6%;
	background-color: #e0e0e0;
}

.left {
	display:flex;
	text-align:center;
}
.right {
	display:flex;
	text-align:right;
	color:black;
}
.right a {
	text-decoration: none;
	color: #222222;
	padding-left:10px;
	padding-right:10px;	
}

h1 { margin:24px 0 8px 0; }
h2 { margin:18px 0 4px 0; }

p {
	margin:8px 0 14px 0;
}

ul {
	margin-top:-10px;
	margin-bottom:5px;
	
}

.pagecontent a {
	color: black;
    text-decoration: underline;
	
}

@media only screen and (max-width: 1024px) {
	body 
	{
		font-size: 11pt;
	}
}

@media only screen and (max-width: 800px) {
	.fixedh 
	{
		height: 92px;
	}
	.nav 
	{
		margin-top:93px;
	}
	.front .logo
	{
		font-size: 60px;
		margin-left: 20px !important;
		margin-right: 20px !important;
	}
	
	.fixedh .logo
	{
		font-size:40px;
		padding-left: 20px !important;
		padding-right: 20px !important;

	}
	
	.nav
	{
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.pagecontent
	{
		margin-left: 20px !important; 
		margin-right: 20px !important;		
		max-width: none;
	}
	
	.pageend
	{
		display: block;
		padding: 10px; 0;
		
	}
	.pageend .left
	{
		display: block !important;
		text-align: center;
		margin: 10px 0;
	}
	
	.pageend .right
	{
		display: block !important;
		text-align: center;
		margin: 10px 0;
	}
	
	body 
	{
		font-size: 10pt;
	}
}