:root {
	--font-logo: Arial,sans-serif;
	--font-base: 'Open Sans', sans-serif;

	--color-white: #FFF;
	--color-grey: #7B7470;
	--color-grey-light: #D5CBC6;
	--color-black: #1F110B;

	--color-blue-dark: #1E2D47;
	--color-blue: #839CCA;
	--color-blue-light: #EFF2F8;
	--color-blue-lightest: #F8FAFC;

	--color-red: #600;

	--color-primary: var(--color-blue-dark);
	--text-color: var(--color-primary);

	--overlay-transparency: 0.4;

	--header-offset: -80px;

	--content-w: 90%;
	--content-maxw: 80rem;

	--body-fontsize: 1.25rem;
	--body-lineheight: 1.4;
	--body-fontweight: 300;

	--header-height: 100px;
}
@media screen and (min-width: 500px){
	:root {
		--header-height: 80px;
	}
}
