
@font-face {
	font-family: "RalewayXL";
	src: url('../Raleway-Heavy.ttf');
}
@font-face {
	font-family: "Raleway";
	src: url('../Raleway-Medium.ttf');
}
@font-face {
	font-family: "Bebas";
	src: url('../font/bebas.ttf');
}
@font-face {
	font-family: "GE";
	src: url('../font/ge.ttf');
}
h5{
	font-family:GE;
	font-weight:bold;
}
.codes{
	cursor:pointer;
}
a.sub-menu.links.button{
	font-family: Bebas;
	font-weight: lighter;font-size:125%;
	letter-spacing: 0.1em;
	color:#808080;
	text-decoration:none;
	background: none;
	border:none;
	padding:1em;
	margin-bottom: 0;
	border-radius:0;
}
a.sub-menu.links.button.active{
	border-bottom: 2px solid #222;
	color:#000;
	font-size:125%;
}
a.sub-menu.links.button:hover{
	color:#000;
}

button.sub-menu.links.button{
	font-family: Bebas;
	font-weight: lighter;font-size:105%;
	letter-spacing: 0.1em;
	color:#808080;
	text-decoration:none;
	background: none;
	border:none;
	padding:1em;
	margin-bottom: 0;
	border-radius:0;
}
button.sub-menu.links.button.active{
	border-bottom: 2px solid #222;
	color:#000;
}
button.sub-menu.links.button:hover{
	color:#000;
}

a.button.menu-link{
	
	background: none;
	border:none;
	border-radius: 0;
	width: 100%;
	padding:0.8em 0.8em;
	text-align: center;
	margin-left: 0;
	letter-spacing: .15rem;
	font-size:95%;
	font-family: Bebas;
	font-weight: lighter;
	color:#808080;

}
a.button.menu-link:hover{
	color:#222;
}
a.button.menu-link.active{

}

.greener{
	padding:0;
	text-align: left;
	background: none;
	border:none;
}
.greener:hover{
	color:#9f9f00;
	cursor: pointer;
	background: none;
}
.greener:focus{
	background: none;
}

a.topper-link{
	letter-spacing: .15rem;
	color:#666;
	text-decoration: none;
	font-weight: lighter;
	font-size: 120%;
}   
a.topper-link:hover{
	color: #000;
}

button.topper-link{
	letter-spacing: .15rem;
	color:#666;
	text-decoration: none;
	font-weight: lighter;
	background: none;
	border:none;
	font-size: 120%;
	padding: 0;
} 
button.topper-link:focus{
	background: none;
}
button.topper-link:hover{
	color: #000;
}

a.button.colord{
	border:1px solid #fff;
	background:none;
	padding:1em;
	color:#fff;
	width:100%;
}
a.button.colord:hover{
	background:#232323;
	color:#fff;
	border:1px solid #232323;
}


a.footer-links.link{
	color:#444;
	font-family: Segoe UI;
	font-weight: 400;
	font-size: 95%;
}
a.footer-links:hover{
	color:#000;
	text-decoration: none;
}

a.button.side{
	background: none;
	border: none;
	font-weight: normal;
	border-radius:0;
	padding-left:1em;
}
a.button.side:hover{
	color:#1f3656;
	font-weight: 700;
	border-left:none;
	padding-left:1em;
}
a.button.side.active{
	font-weight: 700;
	color:#1f3656;
	border-left:2px solid #1f3656;

}

a.button.topper{
	padding:2em 1em;
	background: none;
	border:none;
	font-family: Segoe UI;font-weight: normal;
	border-radius:0;
	width: 100%;
}
a.button.topper:hover{
	color:#fff;
	background: #2c5236;
}

div.stretch-capacity{
	
}
div.stretch-capacity:hover{
	cursor: pointer;
}

div.stretch-color{
	
}
div.stretch-color:hover{
	cursor: pointer;
}

.navi{

}
#shading{
	margin-top:0em;
}
#shade{
	margin-top: 5em
}
#sub-menu-about{
	height: 3.9em;
}
.titles{
	padding-left:2.8em;
	margin-left:-0.3em
}
#bio-text{
	padding-left:3em;
}
@media only screen and (max-width: 1025px){
  .navi{
  	font-size: 70%;
  }
  #shade{
  	margin-top:5em;
  }
  #shading{
  	margin-top:8em;
  	font-size:80%;
  	padding:1em;
  }
  #sub-menu-about{
  	height: 8em;
  }
  .titles{
  	padding-left: 0.5em
  }
  #bio-text{
  	padding-left: 0.7em;
  }
}
@media only screen and (max-width: 1505px){
	.navi{
		font-size: 50%
	}
}
@media only screen and (min-width: 1025px){
  .navi{
  	font-size: 100%;
  }
  #shade{
  	margin-top:8em;
  }
  #shading{
  	margin-top:8em;
  }
}