.menu
{
	display: none;
}

#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;
	display: block !important;
	transform: translate(-635px, 0);
	width: 356px;
	left: 50%;                                             
	background-color: rgba(206, 23, 25, 1);
}

@media screen and (max-height: 680px)
{
	#left-menu{
		border-bottom-left-radius: 0px;
		padding-top: 0px;
		top: 0px;
		height: 680px;
	}

	header > a > img
	{
		visibility: hidden;
	}
}

@media screen and (min-height: 680px)
{
	#left-menu{
		border-bottom-left-radius: 50px;
		padding-top: 100px;
		top: 130px;
		height: 550px;
	}

	header > a > img
	{
		width: 375px;
		left: 0px;
		position: absolute;
		display: inline;
	}
}

header > div
{
	width: 925px;
	right: 0px;
	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: 1300px;
	height: 127px;
	overflow: hidden;
}

header > div > hr
{
	width: 900px;
}

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;
	position: relative;
	width: 905px;
	top: 130px;
	left: 50%;
	transform: translate(-275px, 0);
}

#engineer-division{
	transition: padding 1s, height 1s, margin 1s, width 1s;
	margin-top: 10px;
	margin-left: 10px;
	height: 300px;
	width: 905px;
	background-color: #f39b13;

}

#trade-division{
	width: 905px;
	transition: padding 1s, height 1s, margin 1s;
	margin-left: 10px;
	margin-top: 10px;
	height: 300px;
	background-color: #33b297;
}

#engineer-division:hover{
	transition: padding 1s, height 1s, margin 1s, width 1s;
	width: 905px;
	height: 318px;
	padding-top: 18px;
	padding-right: 18px;
	margin-top: 10px;
	margin-left: 1px;
}

#trade-division:hover{
	transition: padding 1s, height 1s, margin 1s;
	width: 905px;
	height: 318px;
	padding-top: 18px;
	padding-left: 18px;
	margin-top: 10px;
	margin-left: 1px;
}

td > h1
{
	margin: 0px;
	font-size: 3.5em;
	padding: 0px;
	width: 605px;
}

td > p
{
	font-size: 1.5em;
}

td, tr, table td > img{
	padding: 0px;
	text-align: center;
	margin: 0px;
}

#engineer-division img
{
	border: 3px solid #f39b13;
	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: 60%;
	height: 100%;
	position: relative;
	top: 0px;
	left: 20%;
	margin: 0px;
	padding: 0px;
}

footer{
	margin-top: 10px;
	border-bottom-right-radius: 50px;
	margin-left: 10px;
	width: 905px;
	height: 17px;
	padding-top: 3px;
	background-color: #57ae4a;
}