* {margin: 0;padding: 0;}

body {height: 100%; margin: 0; padding: 0; font-family:sans-serif; font-size: 24px;}

a {color: #cf5c26; text-decoration:none}
a:hover {color: #79e5ff}

header {background-color: white; font-size: 32px; font-weight: bold; display: flex; flex-flow: row wrap;  align-items: center;}
header * {margin: 10px}

nav {position:sticky; top:0; clear:both; overflow: hidden; background-color:white;}
nav ul {list-style-type: none;}
nav ul li {float:left;}
nav ul li a {text-decoration: none; padding:10px; display:block; color: #cf5c26}
nav ul li a:hover {background-color:#cf5c26; color: #79e5ff}

#bgpic {background-color:#fff}
#bgpic img {min-height:100%; width:100%; position: fixed; top: 0px; z-index: -1; object-fit: cover}

section {border-radius: 10px; padding:10px; margin: 10px; max-width: 1200px; background: rgba(255, 255, 255, 0.6)}
section h1 {color: #000000;}
section ul {list-style-type: none; padding-left:10px}

#menu ul {list-style-type:circle; list-style-position: inside;}
#menu ul li {font-size: 14px;}

footer {background-color:white; padding: 10px; font-size: 12px; padding-bottom:50px}



/* background-image:url("bg1.jpg"); background-size:cover; background-repeat: no-repeat; height: 100%; background-position: center; background-attachment: fixed; margin:0px */ 

