html {
	min-height: 100%;
	min-width: 100%;
	height:fit-content;
}
body {
	background-image: linear-gradient(to top, black, darkblue);
	color: black;
	font-family: Garamond;
	min-height: 100%;
	min-width: 100%;
}
header {
	text-align: center;
	font-size: 40pt;
	color: yellow;
	padding-bottom: 15px;
}
#nav-menu {
	background-color: lightgray;
	position: sticky;
	top: 0;
	left: 0;
	box-shadow: inset -1px -1px 0px 0px dimgrey, inset 1px 1px 0px 0px white, inset -2px -2px 0px 0px grey, inset 2px 2px 0px 0px ghostwhite;
	min-width: max-content;
	font: normal 400 1em Tahoma,Geneva,sans-serif;
	color: black;
}
#nav-menu>ul{
	list-style: none;
	padding: 10px;
}
#nav-menu>ul li{
	list-style: none;
	padding: 5px;
}
#nav-menu>ul li div {/*This makes the dropdown look like a button! (it almost killed me*/
	display: inline-block;
	font: normal 400 1em Tahoma,Geneva,sans-serif;
    text-decoration: none;
    text-shadow: none;
    line-height: 31px;
	padding-left: 0.75em;
    padding-right: 0.75em;
    min-width: 100px;
    margin-top: 1px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 1px;
	background: lightgrey;
    color: black;
    box-shadow: inset -1px -1px 0px 0px dimgrey, inset 1px 1px 0px 0px white, inset -2px -2px 0px 0px grey, inset 2px 2px 0px 0px ghostwhite;
}
#nav-menu>ul li div.key {/*This gets paired with a .dropdown element*/
	margin-right: 0px;
	min-width: 100px;
}
#nav-menu>ul li div.activekey {/*This gets paired with a .dropdown element*/
	margin-right: 0px;
	min-width: 100px;
	background: conic-gradient(lightgrey 90deg, white 90deg 180deg, lightgrey 180deg 270deg, white 270deg);
	background-repeat: repeat;
    background-size: 2px 2px;
    background-position: top left;
	color: black;
	font-weight: bold;
	box-shadow: inset -1px -1px 0px 0px white, inset 1px 1px 0px 0px dimgrey, inset -2px -2px 0px 0px ghostwhite, inset 2px 2px 0px 0px grey;
}
#nav-menu>ul li div.dropdown {/*This gets paired with a .key element*/
	margin-left: 0px;
	min-width: 0px;
}
#nav-menu>ul li a {
	display: inline-block;
	font: normal 400 1em Tahoma,Geneva,sans-serif;
    text-decoration: none;
    text-shadow: none;
    line-height: 31px;
	padding-left: 0.75em;
    padding-right: 0.75em;
    min-width: 100px;
    margin-top: 1px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 1px;
	background: lightgrey;
    color: black;
    box-shadow: inset -1px -1px 0px 0px dimgrey, inset 1px 1px 0px 0px white, inset -2px -2px 0px 0px grey, inset 2px 2px 0px 0px ghostwhite;
}
#nav-menu>ul li a.active {
	background: conic-gradient(lightgrey 90deg, white 90deg 180deg, lightgrey 180deg 270deg, white 270deg);
	background-repeat: repeat;
    background-size: 2px 2px;
    background-position: top left;
	color: black;
	font-weight: bold;
	box-shadow: inset -1px -1px 0px 0px white, inset 1px 1px 0px 0px dimgrey, inset -2px -2px 0px 0px ghostwhite, inset 2px 2px 0px 0px grey;
}
#nav-menu>ul li div .dropdown-content {
	display: none;
	position: absolute;
	margin-left: -0.75em ;
	background: white;
    color: black;
    box-shadow: 5px 5px 2px black;
}
#nav-menu>ul li div div .menulink {
	display: block;
	margin-left: -0.75em ;
	width: 100%;
	background: none;
	box-shadow: none;
}
#nav-menu>ul li div div .menulink:hover {
	background: blue;
	color: white;
}
#nav-menu>ul li div.dropdown:hover .dropdown-content {
	display: block;
	width: max-content;
}
#nav-menu>ul li div.dropdown:hover{
	background: conic-gradient(lightgrey 90deg, white 90deg 180deg, lightgrey 180deg 270deg, white 270deg);
	background-repeat: repeat;
    background-size: 2px 2px;
    background-position: top left;
	color: black;
	font-weight: bold;
	box-shadow: inset -1px -1px 0px 0px white, inset 1px 1px 0px 0px dimgrey, inset -2px -2px 0px 0px ghostwhite, inset 2px 2px 0px 0px grey;
}
h1 {
	text-align: center;
}
h2 {
	text-align: center;
}
section {
	background-color: lightgrey;
	color: black;
	font-family: Garamond, Times, serif;
	width: 80%;
	box-shadow: inset -1px -1px 0px 0px dimgrey, inset 1px 1px 0px 0px white, inset -2px -2px 0px 0px grey, inset 2px 2px 0px 0px ghostwhite;
	padding: 10px;
	padding-left: 10ch;
	padding-right: 10ch;
}
footer{
	color: yellow;
	text-align: center;
	padding-top: 10px;
}
.container {
	display: grid;
	grid-template-columns: 10% 90%;
	gap: 15px;
	width: 100%;
}
a.btn {
	display: inline-block;
	font: normal 400 1em Tahoma,Geneva,sans-serif;
	text-align: center;
    text-decoration: none;
    text-shadow: none;
    line-height: 31px;
	padding-left: 0.75em;
    padding-right: 0.75em;
    min-width: 100px;
    margin-top: 1px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 1px;
	background: lightgrey;
    color: black;
    box-shadow: inset -1px -1px 0px 0px dimgrey, inset 1px 1px 0px 0px white, inset -2px -2px 0px 0px grey, inset 2px 2px 0px 0px ghostwhite;
}
a.btn:active {
	background: conic-gradient(lightgrey 90deg, white 90deg 180deg, lightgrey 180deg 270deg, white 270deg);
	background-repeat: repeat;
    background-size: 2px 2px;
    background-position: top left;
	color: black;
	font-weight: bold;
	box-shadow: inset -1px -1px 0px 0px white, inset 1px 1px 0px 0px dimgrey, inset -2px -2px 0px 0px ghostwhite, inset 2px 2px 0px 0px grey;
}
.gallery{
	display: block;
}
.gallery>div { /*For little images*/
	display: inline-block;
	width: 300px;
}
.gallery>div img {
	border: 1px solid black;
	width: 100%;
}
.gallery>figure{ /*for big images*/
	margin-left: 0px;
	width: 100%;
}
.gallery>figure img {
	text-align: left;
	border: 1px solid black;
	width: 100%;
}