html {
	font-size: 100%;
  font-family: "Trebuchet MS", sans-serif;
  color: #cccccc;
	text-decoration: none;
  justify-content: center;
  align-items: center;
}

pre {
	font-size: 135%;
	margin: 10px;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 100%;
  display: grid;
  background-color: #333333;
}

.page {
  display: grid;
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
}

.container-1c, .container-2c {
  display: grid;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  grid-gap: 0.5vw;
}

.container-1c {
  grid-template-columns: 1fr;
}

.container-2c {
  grid-template-columns: 1fr 1fr;
}

.menu {
	display: grid;
	grid-template-columns: 42% 24% 33%;
	padding: 0;
	grid-gap: 0.5%;
}

.box {
  width: 100%;
  float: center;
  margin: 0;
  padding: 1vw;
}

.header, .footer {
	width: 100%;
	height: 50px;
	border-radius: 8px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 2%;
	padding-right: 2%;
}

.header {
	background: url("/assets/img/Header_17.jpg") no-repeat center top -200px;
}

.footer {
	background: url("/assets/img/Header_17.jpg") no-repeat center top -480px;
}

button {
  border: none;
  border-radius: 8px;
  transition-duration: 0.3s;
}

button.small, button.big, button.menu {
	background: url("/assets/img/Header_17.jpg") no-repeat center top -400px;
	background-color: #9aaaa9;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.25em;
	font-weight: 1000;
	text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 3px #000000;
	padding: 0.25em;
	color: #cccccc;
}

button.small:hover, button.big:hover, button.menu:hover {
	background: url("/assets/img/Header_17.jpg") no-repeat right top -400px;
  background-color: #28414e;
}

button.small:active, button.big:active, button.menu:active {
	background: url("/assets/img/Header_17.jpg") no-repeat right top -400px;
  background-color: #9aaaa9;
}

button.small {
  width: 35%;
}

button.big {
  width: 60%;
}

button.menu {
	display: block;
	width: 100%;
}

button.icon {
	background-color: #333333;
	padding: 1px;
	width: 38px;
	height: 38px;
}

button.icon:hover {
	background-color: #5da048;
}

button.icon:active {
	background-color: #333333;
}

h1 {
	font-size: 28px;
	margin: 4px;
	color: #bbbbbb;
	text-align: left;
	text-decoration: none;
}

h1.home {
	background: url("/assets/img/Header_17.jpg") no-repeat center top -320px;
	background-color: #333333;
	color: #cccccc;
	border-radius: 8px;
	margin-left: 0vw;
	margin-right: 0vw;
	margin-top: 1.0vh;
	margin-bottom: 1.0vh;
	padding: 2.5vh;
	font-size: 5vh;
	text-align: center;
	text-decoration: none;
	text-shadow: 3px 3px 4px #333333;
}

h2, h3 {
  font-size: 1.25em;
  color: #cccccc;
  margin-top: 18px;
	margin-bottom: 6px;
	margin-left: 6px;
	margin-right: 6px;
  padding: 4px;
  text-align: left;
  text-decoration: none;
}

h2 {
	font-size: 1.3em;
}

h3 {
	font-size: 1.15em;
}

p {
	display: block;
	margin: 10px;
}

ul, ol {
	display: block;
	padding-left: 2em;
	padding-right: 1em;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
}

ul {
	list-style: none;
}

ul li::before {
	content: "\2022";
	color: #7ceb59;
	margin-left: -1em;
	margin-right: 0.5em;
	font-weight: bold;
	font-size: 1.2em;
}

@media screen and (max-width: 1600px) {
  .page {
    width: 70%;
  }
}

@media screen and (max-width: 1024px) {
  .page {
    width: 90%;
  }
}

@media screen and (max-width: 600px) {
  .page {
    width: 96%;
  }
  .container-2c {
    grid-template-columns: 1fr;
  }
	.box {
		padding: 0.5vw;
	}
}

hr {
	margin: 8px auto 8px auto;
	height: 8px;
	border: none;
	border-radius: 4px;
	background: url("/assets/img/Header_17.jpg") no-repeat left bottom -200px;
	background-color:#7ceb59;
	width: 96%;
}

iframe {
  width: 96%;
	display: block;
  background-color: inherit;
  border: 2px solid #5da048;
  margin: 8px auto 8px auto;
}

iframe.big {
	width: 96%;
  min-height: 65vh;
}

iframe.small {
	width: 96%;
  min-height: 35vh;
}

video, audio {
	width: 96%;
	border: 2px solid #5da048;
  margin: 8px auto 8px auto;
	accent-color: #5da048;
}

figure {
  display: block;
	margin-left: auto;
	margin-right: auto;
  width: 100%;
  margin: 4% auto 4% auto;
}

figcaption {
  text-align: center;
  font-family: "Helvetica", sans-serif;
  font-size: 90%;
}

img {
	display: block;
	margin: 4% auto 4% auto;
}

img.big {
	width: 96%;
	border-radius: 16px;
}

img.small {
	border-radius: 8px;
	width: 35%;
}

img.logo {
	width: 20vh;
}

img.button {
	margin-bottom: auto;
  margin-top: auto;
  padding: 1vh;
}

table {
  margin: 5% auto 5% auto;
  width: 96%;
  text-align: center;
  border: 1px solid #5da048;
  border-collapse: collapse;
}

th, td {
  border: 1px solid #5da048;
}

input {
	width: 100%;
	font-size: 85%;
	padding: 2%;
  margin: 3px 0 6px 0;
  color: #333333;
	background-color: #cccccc;
	border: none;
	border-radius: 8px;
  box-sizing: border-box;
}

select {
	width: 100%;
	font-size: 85%;
	padding: 2%;
  margin: 3px 0 6px 0;
	background-color: #cccccc;
	border: none;
	border-radius: 8px;
  box-sizing: border-box;
}

input[type="range"], input[type="radio"], input[type="checkbox"] {
  accent-color: #5da048;
}

input[type=submit] {
	width: 35%;
	background: url("/assets/img/Header_17.jpg") no-repeat center top -400px;
  font-family: "Trebuchet MS", sans-serif;
  font-size: 1.25em;
	font-weight: 1000;
	text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px 3px #000000;
	padding: 0.25em;
	color: #cccccc;
	transition-duration: 0.3s;
}

input[type=submit]:hover, input[type=submit]:active {
  background: url("/assets/img/Header_17.jpg") no-repeat right top -400px;
}

label {
  padding: 2%;
	margin: 0;
  display: inline-block;
}

a {
  text-decoration: none;
}
a:link {
  color: #7ceb59;
}
a:visited{
  color: #727be0;
}
a:hover {
  color: #727be0;
}

b {
	font-weight: 600;
}

b.green {
	color: #7ceb59;
}

.t_center {
  text-align: center;
}

.t_left {
  text-align: left;
}

.t_right {
  text-align: right;
}

.t_mono {
  font-family: monospace;
}
