@charset "utf-8";
/* CSS Document */
body{
	min-height: 100%;
	align-items: center;
    background-color: #f0f0f0;
	margin: 0 10% 0 10%;
    font-weight: normal;
    font-style: normal;
	color: #101010;
	padding : 19px;
}

nav {
    display: inline-block;
    width: 100%;
    border-radius: 0px;
    margin: auto;
    font-size: 33px;
    color: #252426;
    background-color: #ae9082;
    }

nav ul {
   list-style-type: none;
   margin: 0;
   padding: 0;
   background-color: #252426;
   }

nav ul li {
   float: left;
   border-radius: 20px;
   }

nav ul li a {
   display: block;
   text-align: center;
   padding: 16px 18px;
   text-decoration: none;
   font-weight: bold;
   font-size: 33px;
   color: #252426
   }
.topmenu:after {
  clear: both;
}
.topmenu > li {
  width: 25%;
  float: left;
  position: relative;
}
.topmenu > li > a {
  text-transform: uppercase;
  font-size: 29px;
  font-weight: bold;
  color: #252426;
  padding: 15px 30px;
}
.topmenu li a:hover { color: #f0f0f0; }

.submenu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background:  #ae9082;
  position: absolute;
  top: 100%;
  z-index: 5;
  opacity: 0;
  width: 100%;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: .5s ease-in-out;
}
h1 {
   text-align:center;
   font-size: 170%;
   color:#252426;
   }
h2 {
   text-align:center;
   font-size: 130%;
   color:#252426;
   }
figure {
    margin-bottom: 70%;
    }

footer {
   background-color: #ae9082;
   text-align: center;
   font-size: 120%;
   color:#252426
   }
table {
			border:1px groove #252426;
			border-collapse:collapse;
			border-spacing:3px;
			padding:5px;
			background: #e3e3e3;
		}
		table th {
			border:1px groove #252426;
			padding:5px;
			color: #252426;
		}
		table td {
			border:1px groove #252426;
			text-align:center;
			padding:3px;
			color: #101010;
		}
.center {
   margin-left: auto;
   margin-right: auto;
}
.scriptbox{
   font-family: monospace;
   background-color: #f0f0f0;
   margin-left: auto;
   margin-right: auto;
}
.script{
   font-family: monospace
}
