	/* the reset selector */
* {
	background-color:transparent;
	margin: 0;
	padding: 0;
}

/* styles for screens below 481px */
@media screen and (max-width: 481px){
	
	header{
		margin: 0;
	}
	
	header h1{
		font-size: 100%;
		margin: 0;
	}
	
	#myBtn{  
		min-width: 10%;
		max-width: 20%;
		min-height: 10%;
		max-height: 20%;
	}
		
}

@media screen and (max-width: 864px){
	
	#left {
		visibility:hidden;
	}
	
	header h1{
		top: 8%;
		font-size:200%;
	}
	
	header img.tradeleft{
		width: 20%;
	}
	
	#nav_menu ul li a {
		font-size: 75%;
	}
	
	section h1 {
		top: 1%;
		font-size: 150%;
	margin-top: 20%;
	margin-bottom: 0;
	}
	
	section p {
		text-align: center;
		font-size: 75%;
		margin: 0 2.5%;
	}
	
	#mine th,#mine  td {
		text-align: center;
		padding: 0 5%;
		white-space: nowrap;
		font-size: 50%;
	}
}
@media screen and (min-width: 864px){
		
	#left {
		visibility:visible;
	}
	
	
	header img.tradeleft{
		width: 10%;
	}
	
	#nav_menu ul li a {
		font-size: 150%;
	}
	
	#mine th,#mine  td {
		text-align: center;
		white-space: nowrap;
		padding: 0 5%;
	}
	
	section h1 {
		font-size: 300%;
	margin-top: 6%;
	margin-bottom: 2%;
	}
	
	section p {
		text-align: center;
		font-size: 100%;
		margin: 0 2.5%;
	}
	
}

@media screen and (max-width: 1396px) {
	
	
	
}
@media screen and (min-width: 1396px) {
	
	
	
}

@media screen and (max-width: 1600px){
	
	header h1{
	top: 5%;
	}
	
}
@media screen and (min-width: 1600px){
	
	header h1{
	top: 8%;
	}
	
}

@media screen and (min-width: 1024px){

	header h1{
		font-size: 500%;
	}
	#myBtn{  
		min-width: 5%;
		max-width: 10%;
		min-height: 5%;
		max-height: 10%;
	}

}


	/* the styles for the elements */
html {
	/*background: linear-gradient(90deg, #35ef2d 16.66%, #6ed073 25%, #4dd047 50%, #6ed073 66.66%, #35ef2d 100%);*/
	/*background: linear-gradient(90deg, #c0c0c0 16.66%, #808080 25%, #a0a0a0 50%, #808080 66.66%, #c0c0c0 100%);*/
	background-color: #98ff98;
}
body {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 100%;
	position:absolute;
	top: 0;
	bottom: 0;
	margin: 0 auto;
	/*border: 3px solid black;*/
}

	/* add font */
@font-face {
	font-family: "rogue";
	src: url("../fonts/OpenType/goingrogue.otf") format("opentype");
}
@font-face {
	font-family:"albert";
	src: url("../fonts/OpenType/AlbertTextBold.otf") format("opentype");
}
@font-face {
	font-family: "enchanted";
	src: url("../fonts/OpenType/EnchantedLand.otf") format("opentype");
}
@font-face {
	font-family: "schwa";
	src: url("../fonts/TrueType/Moderne3DSchwabacher.ttf") format("truetype");
}
@font-face {
	font-family: "monserga";
	src: url("../fonts/TrueType/MonsergaregularFFP.ttf") format("truetype");
}
@font-face {
	font-family: "smarc";
	src: url("../fonts/TrueType/SMARC.ttf") format("truetype");
}
@font-face {
	font-family: "snacker";
	src: url("../fonts/TrueType/SnackerComicPersonalUseOnly.ttf") format("truetype");
}
@font-face {
	font-family: "s_o_t";
	src: url("../fonts/TrueType/SonOfTime.ttf") format("truetype");
}
	
	/* the styles for the header */
header {
	height: 20%;
}

header img {
	margin: 0;
}

header img.tradeleft {
	float: left;
}

header h1 {
	font-family: "s_o_t";
	margin: 0 20%;
	text-align: center;
    position: absolute;
    left: 30%;
    transform: translate(-50%, -50%);
	white-space: nowrap;
	max-width: 60%;
	background-color: transparent;
	color: #22b385;
}
	/* the styles for the header nav */

#nav_menu {
	clear: both;
	position: relative;
	
	}
#nav_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;	
	height: 5%;
}

#nav_menu ul li {
	float: left;
	width: 25%;	
	background-image: linear-gradient(to bottom, rgba(34,179,133,0.3), rgba(34,179,133,1), rgba(34,179,133,0.3));
}

#nav_menu ul li a {
	display: block;
	width: 100%;
	text-align: center;
	padding: 3% 0;
	text-decoration: none;
	font-weight: bold;
	color: #17FFB6;
}
#nav_menu ul li a.current {
	color: #22b385;
	background-image: linear-gradient(to bottom, rgba(23, 255, 182,0), rgba(23, 255, 182,1), rgba(23, 255, 182,0));
}
#nav_menu ul li a:hover {
	font-style: italic;
	color: #DE30FF;
}
#nav_menu ul li a.current:hover {
	color: #22b385;
	font-style: normal;
}

	/* the styles for the main */
main {
	clear: both;
	height: 65%;
}

		/*styles for the left aside*/
#left{
	position: fixed;
	width: 20%;
	height: 50%;
}

#left table{
	height: 100%;
}

#sideImage td{
	vertical-align:middle;
	text-align: center;
}

.leftImage{
	width: 100%;
}

	/* styles for the section */
section {
	height: 100%;
	width: 60%;
	margin-left: 20%;
	margin-right: 20%;
	font-size: 110%;
}
section h1 {
	font-family: "s_o_t";
	text-align: center;
	color: #22b385;
}

section p {
	text-align: center;
	margin: 0 2.5%;
}

.port img {
	width: 75%;
	height:40%;
}

#projects a{
	font-size: 120%;
	font-weight: bold;
	color: #22b385;
}

#projects a:visited{
	color: #DE30FF;
}

#projects a:hover {
	font-style: italic;
	color: #DE30FF;
}

	/* style for table */

#mine {
	margin: 5%;
}
	
#mine th, #mine td{
	clear: both;
	width: 1%;
}

tr.rowA td{
	background-color: #17FFB6;
}

tr.rowB td{
	background-color: #22B385;
}

thead {
	font-weight: bold;
	background-image: linear-gradient(to bottom, rgba(34,179,133,0.1), rgba(34,179,133,0.8), rgba(34,179,133,0.1));
}

	/*styles for right aside*/
#right {
	clear:both;
	display: none;
	float: right;
	margin-bottom: auto;
	margin-top: auto;
}

#myBtn {
  position: fixed;
  right: 0%;
  bottom: 10%;
  border: none;
  outline: none;
  background-color: none;
  cursor: pointer;
}

#myBtn:hover {
  transform: scale(1.2,1.2);
}

	/* the styles for the footer */
footer {
	clear: both;
	height: 6.3%;
}

	/*styles for the footer nav*/
#foot_menu {
	position: fixed;
	bottom:2%;
	width: 100%;
	height:inherit;
	background-image: linear-gradient(to bottom, rgba(34,179,133,0.3), rgba(34,179,133,1), rgba(34,179,133,0.3));
}
#foot_menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	overflow: 0 auto;
}
#foot_menu ul li {
	width: 16.66%;	
	float: left;
}
#foot_menu ul li a {
	display: block;
	width: 100%;
	text-align: center;
	text-decoration: none;
}
#foot_menu ul li a img:hover {
	transform: scale(1.2, 1.2);
}