/* At-Rules */
@charset "windows-1250";


header {background-color: black;color: white;top: 0; padding: 10px 0; position: sticky; width: 100%; height: 120px; display: flex; align-items: center; justify-content: center;}

nav {background-color: #0E1720}

nav ul {margin-bottom: 0px; padding-left: 0px;}

nav ul li {list-style-type: none;      float: left;  background-color: #0E1720;      color:#E3CE7D;      padding: 0px 40px 20px 40px;      font-family: Verdana;      font-size: 14pt; height: 63px;  text-align:center; line-height: 63px}

nav a {
		color: #E3CE7D;
		text-decoration: none;
		padding: 10px 40px 10px 40px;
	}

nav a:hover {
			color: silver;
			background: black
		}

article h1 {clear: both}
								
footer {background-color: gray; bottom: 0px; color: black; left: 0px; padding:    10px 0px 10px 0px; position: static; width: 100%; text-align: center;}

footer p{padding: 20px}

a {color: black}

a:hover {text-decoration: none}


html, body {margin: 0;}

article {padding: 40px;  margin: auto; max-width: 1200px; background-color: #cccccc}

article img {display: block;margin: auto; padding-top: 50px; padding-bottom: 50px}

video {display: block;margin: auto; padding-top: 50px; padding-bottom: 50px}

body {font-family: Arial, sans-serif; font-size: 20px}

h1 {font-size: 60px; text-transform: uppercase;}

h2 {font-size: 40px}

h3 {font-size: 30px}

#logo {
	float: left;
	padding-top: 0px
}



/* End of style section. Generated by AceHTML at 13.11.2024 12:19:18 */
