@charset "utf-8";
/* CSS Document */

	#header {
		padding:25px;
		height: auto;
		text-align: center;
	}
	#mainLogo {
		width: auto;
		height: 150px;
    	margin: auto;
	}
	#paths {
		width: 90%;
		margin: auto;
		text-align: center;	
	}
	#paths a {
		display: block;
		margin-bottom:5%;
	}
	.logo {
		width:auto;
		padding-top:5%;
	}
	#EL > :first-child {
		display:block;
		transform:translate(125%);
	}
	#EWD > :nth-child(2) {
		background-image:url(images/webdesignBackground.jpg);
		background-size:cover;	
	}