#wrapper {
	padding-right: 0px !important;
	font-size: 29px;
	line-height: 1.31;
	font-family: InterstateLight,InterstateRegular;
	letter-spacing: 1px
}

@media screen and (max-width:537px) {
	#wrapper {
		font-size: calc(5.4vw)
	}
}



/* Menu */
nav div {
	opacity: 0;
	transition-property: opacity;
	transition-duration: 5s !important;
}

:root {
	--msf-blue: #3281c0;
}

nav a {
	color: var(--msf-blue);
}

	nav a:hover {
		color: #63778f
	}

	nav a:after {
		content: ' >'
	}

nav a, nav span {
	text-wrap: none;
	white-space: nowrap
}

div#msf a {
	color: var(--msf-blue);
}

div#cv {
	color: #b3bfdd
}


div#quote {
	color: #b3bfdd;
	max-width: 650px;
	margin-right: 37px;
	margin-top: 30px
}

	div#quote::before {
		content: '"'
	}

	div#quote::after {
		content: '"'
	}



/* Quote font sizes */
div#quote {
	font-size: 19px;
}

@media screen and (max-width:537px) {
	div#quote {
		font-size: calc(3.54vw)
	}
}


div#quote {
	display: none
}


@media screen and (max-width:750px)
{
	#wrapper {background-position-y:calc((750px - 100vw)*1.1);
			background-size:calc(1535px - (calc(750px * 1.90)) + 190vw) auto;
	}
}

@media screen and (max-width:509px)
{
	#wrapper {
		background-position-y: 52.0825vw;
		background-size: 211.611vw auto;
	}
}