@charset "utf-8";
/* CSS Document */
body {
	background-color: #FFFFFF;
}
img {
	max-width: 100%;
	display: block;
}

header {
	width: 25%;
	float: right;
}

nav {
	width: 70%;
	float: right;
	margin: 5em 3em 0 0;
}

main {
	clear: left;
}
/* Style rules for moblie view port*/

/* Style rules for moblie view port*/
header {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	background-color: #FFFFFF;
	height: 190px;
}