html {
    height: 100%;
}

#header {
	width: 30%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	text-align: right;
}

#logo {
	width: 85%;
	min-width: 150px;
	float: right;
}

#menu {
	padding-right: 30px;
	padding-top: 20px;
	float: right;
}

#magicswitch {
	position: absolute;
	bottom: 10px;
	left: 10px;
}

#copyright {
        position: absolute;
        left: calc(100% - 15em);
        bottom: 10px;
	width: 15em;
}

#content {
	width: 40%;
	position: absolute;
	left: 30%;
	top: 30%;
	padding: 3%;
	padding-top: 0;
	border-radius: 25px;
}

#footer {
	display: table-cell;
	width: 30%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
}

#quote {
	position: absolute;
	top: 5%;
	right: 5%;
	padding: 5%;
	padding-bottom: 7%;
	width: 65%;
}

#contact {
	margin-right: 2%;
	margin-bottom: 2%;
	position: fixed;
	bottom: 0;
	right: 0;
}
