@charset "utf-8";


/* CSS Document */

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;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
    background-color: black;
    font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
    line-height: 1;
    width: 100vh;
    height: auto;
    aspect-ratio: 16/9;
    overflow-x: hidden;
    overflow-y: hidden;
    background-position: 50% 0%;
    background-size: 164% auto;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* HEADERS */

h1
{
	font-size:7vh;
	color:#799B7B;
	width:99%;
	margin: 0 auto;
}
.head_colne {
    color: #346F31;
    width: 100%;
    font-size: 9vh;
    font-family: SEVESBRG;
    text-align: center;
    margin-top: 0px;
    padding-top: 1vh;
}

/* CONTENT CONTAINERS */

#main 
{
    display: flex;
    height: 100vh;
    width: 100%;
    margin: 0 auto;
    justify-content: space-evenly;
}

.column
{
    width: 33%;
    background-color: #000000;
    margin-left: 1px;
    overflow-x: hidden;
    overflow-y: hidden;
}


#foot
{
    clear: both;
    width: 100%;
    padding: 2vh 2vw;
    height: 15vh;
    background-size: 116% auto;
    background-repeat: repeat-y;
    background-position: -823px -17%;
    margin-top: -15vh;
}

a {
    text-decoration: none;
}
#oh_head {
    height: 10vh;
}
#oh_content 
{
    margin: 0 auto;
    width: 49vw;
}

.oh_side 
{
    text-align: center;
    width: 12vw;
    height: 90vh;
    float: left;
}

.oh_side a {
    color: #6BB56C;
}
.oh_side a:hover  
{
    text-align: center;
    color: #9AD39A;
}

.link_cat_head 
{
    color: #D0D458;
    margin-bottom: 0.5vh;
    margin-top: 2vh;
    font-size: 1.9vh;
}

.link_link 
{
    font-size: 1.75vh;
}

#oh_centre 
{
	margin: 3vh auto;
	text-align: center;
    float: left;
    width: 25vw;
}

#oh_centre img 
{
	text-align: center;
    font-size: medium;
    height: 50vh;
}

.site_link  
{
    width: 20vw;
    border-radius: 1vh;
    height: 2.5vh;
	color:black;
    background-color: #D3CECF;
    clear: both;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0.2px;
    border: thick solid #1A1A1A;
	font-size:2vh;
	line-height: 2.5vh;
	text-align:center;
	font-weight:bold;
}

.site_link a
{
	color:black;
}

.wd3
{
	font-size:1.5vh;
	color:darkred;
}

.wd3 a
{
	color:darkred;
	font-size:1vh;
}
