@charset "utf-8";
@import url("../../colne/webfonts/SEVESBRG/stylesheet.css");


/* 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;
}
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;
}
