body {
	background-size: 66%;
}

#header {
	text-align: left;
        width: 100%;
        height: 30%;
        position: relative;
        top: 0;
        left: 0;
	background-color: rgba(255,255,255,0.85);
}

#logo {
	width: 22%;
	min-width: 150px;
	float: left;
}

#menu {
	float: right;
	height: 100%;
	padding: 3%;
	padding-left: 0;
	border-top-left-radius: 25px;
	border-top-right-radius:0;
	border-bottom-left-radius: 25px;
	border-bottom-right-radius: 0;
}

#magicswitch {
	position: absolute;
	top: 5px;
	right: 22%;
}

#switch {
	width: 50px;
}

#content {
	position: static;
	float: left;
        padding-left: 13%;
        padding-right: 10%;
        padding-top: 0;
	padding-bottom: 5%;
	width: 77%;
}

#footer {
	text-align: right;
}

#quote {
	box-sizing: border-box;
	position: relative;
	float: left;
	padding-left: 13%;
	padding-right: 20%;
	padding-top: 5%;
        padding-bottom: 10%;
        width: 92%;
	left: 8%;
	border-radius: 0;
	background-position: center;
}

#quote:hover {
	background-position: center;
}

#contact {
	margin: 0;
	display: block;
	float: right;
	padding: 5%;
	border-radius: 0;
	width: 100%;
	box-shadow: 0;
        text-align: center;
        padding: 1%;
        box-shadow: none;
}

#copyright {
	display: none;
}
