* {
	box-sizing: border-box;
}
body {
	margin: 0;
}
table {
	border: 1.5px solid #006600;
	border-collapse: collapse;
	margin:auto;
	margin-top: 90px;
}
td, th {
	text-align:center;
	padding: 0.5em;
	border: 1px solid #006600;
}
tr:nth-of-type(odd) {
	background-color: #ECF9EC;
}
#Section_Main {
	/*border: 1px solid;*/
	display: block;
	margin-right:200px;
	padding-top: 100px;
	height: auto;
	/*text-align: center;*/
}
#Content_Main {
	/*border: 1px solid;*/
	margin:auto;
	width: 750px;
	height: auto;
}
#Content_Main img {
	display:block;
	padding-top:10px;
	padding-bottom:20px;
	margin-left:auto;
	margin-right: auto;
}
#Content_Main h1 {
	display:block;
	text-align:center;
	font-size:35pt;
	color: #661011;
	text-shadow: 2px 2px 5px #A66666;
	padding-top:5px;
	padding-bottom:5px;
	margin-left:-10%;
	margin-right:-10%;
}
#Preface {
	font-size: 14pt;
	padding-bottom:30px;
	margin-bottom: 30px;
	margin-left:-20px;
	padding-left:20px;
	margin-right:-20px;
	padding-right:20px;
	border-bottom: 2px dashed #090955;
	color: #090955;
}
.Img_Wrap {
	display:block;
	border:2px solid black;
	padding: 25px;
	border-radius:20px;
	background-image: linear-gradient(30deg, #E9FF68,#49FFEF);
}
.Img_Wrap img {
	display:block;
	width:100%;
	border:2px solid black;
	background-color:white;
}
.Big_Letter {
	display:inline-block;
	font-size:60pt;
	height:60px;
	/*border: 2px solid #3589A0;*/
	color: #597485;
}
#Section_Side {
	/*border: 2px solid red;*/
	position: absolute;
	right:0;
	margin-left:25px;
	/*float: right;*/
	width: auto;
	height: auto;
	border-left: 2px solid black;
	background-color: #2277AA;
	border-radius: 0% 0% 0% 100px;
}
#Logo_Side {
	display:flex;
	width:auto;
	/*margin:auto;*/
	height:140px;
	align-items: center;
	border-bottom: 2px solid black;
	border-radius: 0% 0% 0% 30%;
	background-color: #FFF870;
	/*padding:auto;*/
	/*padding-top:30px;
	padding-bottom:30px;*/
}
#Logo_Side img {
	/*border:2px solid red;*/
	display:block;
	/*margin-top:30px;
	margin-bottom:30px;*/
	width:100%;
	height:100%;
	margin: auto;
}
#Logo_Side a {
	/*border:2px solid red;*/
	display:block;
	/*margin-top:30px;
	margin-bottom:30px;*/
	width:160px;
	height:60px;
	margin: auto;
}
nav {
	/*border-top-style: solid;
	border-top-width: 2px;*/
	padding-top: 20px;
	padding-bottom:200px;
	
}
.Nav_Box {
	/*border: 2px solid red;*/
	display:block;
	width:auto;
	height:auto;
	text-align: center;
	/*line-height: 0px;
	border: 2px solid red;*/
	padding-left: 45px;
	padding-right: 45px;
	margin-bottom: 10px;
}

.Nav_Box p { 
	/*border: 1px solid green;*/
	margin:auto;
	margin-top: -2px;
	margin-bottom: 0px;
	width: 110px;
	color: black;
	text-shadow: #FFF8B0 3px 5px 5px,#B0F8FF -1px -2px 4px;
	/*border: 2px solid black;*/
	/*background-color: #FFF0F0;
	border-radius: 10px;
	border-bottom: 2px solid black;
	border-top: 2px solid black;*/
}

.Nav_Box img {
	width: 110px;
	height: 100px;
	border: 2px solid black;
	background-color: white;
	transition: width 2s ease-in-out, height 2s ease-in-out;
}
.Nav_Box:hover img {
	width: 220px;
	height: 200px;
	border: 2px solid black;
	background-color: white;
}
@media only screen and (max-width: 65em) {
	#Section_Side {
		/*border: 2px solid red;*/
		position:static;
		margin: 0;
	}
	#Section_Main {
		/*border: 1px solid;*/
		display: block;
		margin-right:0px;
		padding-top: 100px;
		height: auto;
		/*text-align: center;*/
	}
	#Logo_Side {
		display:flex;
		width:auto;
		/*margin:auto;*/
		height:100px;
		align-items: center;
		border-bottom: 2px solid black;
		border-radius: 0% 0% 0% 0%;
		background-color: #FFF870;
		/*padding:auto;*/
		/*padding-top:30px;
		padding-bottom:30px;*/
	}
	nav {
		display:flex;
		flex-wrap: wrap;
		padding-bottom:20px;
	}
	.Nav_Box {
		/*border: 2px solid red;
		width:200px;
		/*display:block;
		height:auto;
		text-align: center;
		/*line-height: 0px;
		border: 2px solid red;*/
		padding-left: 45px;
		padding-right: 45px;
		margin-bottom: 10px;
	}
}