@media screen and (max-width: 975px)
{
	header > div > a > img
	{
		display: none;
		float: right;
		margin-right: 20px;
		width: 24px;
	}

}

.menu
{
	width: 25px;
	height: 20px;
}

#languages
{
	background-color: #12EAA3; 
	position: absolute;
	overflow: hidden;
	right: 10px;
	top: 53px;
	display: none;
	overflow: visible;
	padding: 6px;
	border-radius: 10px;

}

#languages::after
{
	content: '';
	width: 0px;
	height: 0px;
	border-bottom: 10px #12EAA3 solid;
	border-left: 10px transparent solid;
	border-top: 10px transparent solid;
	border-right: 10px transparent solid;
	position: absolute;
	right: 15px;
	top: -20px;
}

#left-menu{
	position: fixed;
	width: 356px;
	display: none;
	left: 0px;
	z-index: 500;
	background-color: rgba(206, 23, 25, 1);
	top: 127px;
	height: 100%;
}

header > a > img
{
	width: 225px;
	left: 25px;
	top: 45px;
	position: absolute;
	display: inline;
}


header > div
{
	transform:translate(375px);
	width: 100%;
	left: -375px;
	padding-top: 9px;
	height: 127px;
	position: absolute;
	display: inline;
	background-color: rgba(50, 57, 109, 1);
}

body
{
	margin: 0px;
	font-family: Times News Roman;
}

header{
	z-index: 1;
	position: fixed;
	top: 0px;
	left: 50%;
	transform: translate(-50%, 0);
	width: 100%;
	height: 127px;
	overflow: hidden;
}

header > div > hr
{
	width: 98%;
}

header > div > a
{
	padding-left: 30px;
	font-weight: normal;
	font-size: 1.25em;
	color: #FFF;
}

header > div > a > img
{
	float: right;
	margin-right: 20px;
	width: 24px;
}

#lang
{
	float: right;
	margin-top: 2px;
	margin-right: 20px;
	height: 20px;
	width: 30px;
}

header > div > img
{
	float: left;
	margin-left: 25px;
	height: 75px;
}

#left-menu > button{
	background-color: #ed695d;
	width: 270px;
	display: block;
	margin-top: 30px;
	transition: background-color 0.5s;
	margin-left: 43px;
	border: 2px solid #ed695d;
	font-size: 2.5em;
	font-family: Times News Roman;

}

#left-menu > button:hover{
	background-color: #f39b13;
	width: 270px;
	display: block;
	margin-top: 30px;
	margin-left: 43px;
	border: 2px solid #c54135;
	font-size: 2.5em;
	transition: background-color 0.25s;
	font-family: Times News Roman;

}

#left-menu > button:active{
	background-color: #f39b13;
	width: 270px;
	display: block;
	margin-top: 30px;
	margin-left: 43px;
	border: 2px solid #2f396e;
	font-size: 2.5em;
	font-family: Times News Roman;

}


#left-menu :not(button){
	display: none;
}

body > div:not(#left-menu):not(#myadv)
{
	z-index: 0;
	width: 100%;
	position: relative;
	top: 130px;
}

#engineer-division{
	margin-top: 10px;
	height: 300px;
	transition: width 0.75s, margin-left 0.75s;
	width: 98%;
	margin-left: 1%;
	background-color: #f39b13;

}

.td-wider{
	width: 300px;
}

#trade-division{
	width: 98%;
	transition: width 0.75s, margin 0.75s;
	margin-top: 10px;
	margin-left: 1%;
	background-color: #33b297;
}

#engineer-division:hover{
	transition: margin-left 0.75s, width 0.75s;
	margin-left: 0%;
	width: 100%;
}

#trade-division:hover{
	transition: width 1s, height 0.75s, margin 0.75s;
	width: 100%;
	margin-left: 0px;
}

td > h1
{
	margin: 0px;
	font-size: 3.5em;
	padding: 0px;
}

td > p
{
	font-size: 1.5em;
}

table{
	width: 100%;
}

td, tr, table td > img{
	padding: 0px;
	text-align: center;
	margin: 0px;
}

#engineer-division img
{
	border: 3px solid #f39b13;
	float: right;
	width: 294px;
}

#trade-division img
{
	border: 3px solid #33b297;
	width: 294px;
}

#myadv{
	background-color: rgba(40, 40, 40, 1); 
	color: white; 
	width: 100%; 
	z-index: 9999; 
	position: absolute; 
	top: 0px; 
	left: 0px; 
	transform: translate(0px, 0px);
}

#myadv img{
	width: 80%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 10%;
	margin: 0px;
	padding: 0px;
}

footer{
	margin-top: 10px;
	width: 100%;
	height: 17px;
	padding-top: 3px;
	background-color: #57ae4a;
}