
body {
	font: 0.75em/1.4 Verdana, Arial, Helvetica, sans-serif;
 /* background: -webkit-linear-gradient(left, darkblue, purple); */
	background: -webkit-linear-gradient(left, white, lightgrey);
	margin: 0;
	padding: 0;
	height: 90vh;
	overflow: hidden;
	color: #000000;
	-webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

html {
  padding: env(safe-area-inset);
}

ul li {
    font-weight: 400;
}

ul, ol, dl {
	padding: 0;
	margin: auto;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}

a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #000000;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
}

img.Image {
	max-width: 100%;
}
	 @media screen and (max-width: 800px) {
            img.Image { max-height: 400px; } 
}
@viewport{
    zoom: 1.0;
    width: device-width;
}
.container {
	width: 100%;
	height: 90%;
	overflow-y: scroll;
	background: transparent;
	margin: 0 auto;
}
.container::-webkit-scrollbar {
    display: none;
}
	.container {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

.header {
	background: rgba(255, 255, 255, 0);
}

.header {
    position: relative;
    top: 0;
	width: 100%;
	margin: auto;
	flex-direction: column;
    align-items: center;
	display: flex;
	max-height: 6%;
}
.header ul { 
	display: flex;
	justify-content: center;
	width: max-content !important;
}

.content {
    margin-top: 100px;
}

.sidebar1 {
	float: left;
	width: 180px;
	background: transparent;
	padding-bottom: 10px;
}
.content {

	padding: 10px 0;
	margin: auto;
}
 @media screen and (min-width: 1441px) { 
            .content { width: 50%; }
        }
 @media screen and (max-width: 800px) {
            .content { width: 99%; } 
        }


.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}

ul.nav {
	list-style: none;
	border-top: 1px solid #000000;
	margin-bottom: 15px;
}
ul.nav li {
	border-bottom: 1px solid #000000;
}
ul.nav a, ul.nav a:visited {
	padding: 5px 5px 5px 15px;
	display: block;
	width: 160px; 
	text-decoration: none;
	background: transparent;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus {
	background: transparent;
	color: #000000;
}


.footer {
	padding: 5px 0;
	background: transparent;
	position: relative;
	width: 90%;
	margin: auto;
	clear: both;
	display: flex;
	justify-content: center;
	height: 25px;
}
.footer ul { 
	display: flex;
	justify-content: center;
	width: max-content !important;
}

.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
