@charset "UTF-8";
/* CSS Document */

body {
	background: var(--main-header-color);
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
    margin: 0 0 50px; /* bottom = footer height */
}
html {
	position: relative;
	min-height: 100%;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, a {
	font-family: 'Montserrat', sans-serif; font-weight:700;
	text-transform: uppercase;
	letter-spacing: 2px
}



p {
	font-size: 16px;
    color: white;
	font-family: 'Open Sans', sans-serif; font-weight:300;
	letter-spacing: 1px;
}