/* Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.font-default {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
}

.font-alt {
	font-family: 'mixta-sharp', serif !important;
	font-weight: 400 !important;
}


/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
html {
	font-size: 112.5%;
}

body {
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-size: 1em;
	font-weight: 400;
	line-height: 1.6;
	color: rgb(88, 88, 91);
}


/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, .h1 {
	padding-top: 0.377em;
	margin-bottom: 0.2em;
	font-family: 'mixta-sharp', serif;
	font-size: 3.39em;
	font-weight: 400;
	line-height: 1.1em;
}

h2, .h2 {
	padding-top: 0.366em;
	margin-bottom: 0.341em;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-size: 2.28em;
	font-weight: 300;
	line-height: 1.2em;
}

h3, .h3,
.subhead {
	padding-top: 0.6em;
	margin-bottom: 0.6em;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-size: 1.4em;
	font-weight: 300;
	line-height: 1.3em;
}

h4, .h4,
h5, .h5,
h6, .h6 {
	padding-top: 0.444em;
	margin-bottom: 0.5em;
	font-family: 'Open Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
	font-weight: bold;
	line-height: 1.6em;
}

h4, .h4 {
	font-size: 1.1em;
}

h5, .h5,
h6, .h6 {
	font-size: 1em;
}

p {
	padding-top: 0.444em;
	margin-bottom: 1.17em;
	font-size: 1em;
	line-height: 1.6em;
}


/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
	color: #3bb3af;
	cursor: pointer;
}

a:hover {
	color: #6e60aa;
}


/* Utility Classes
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.txt-center {
	text-align: center;
}


/* Media queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */

/* 1280px */
@media (max-width: 80em) {

	h1, .h1 {
		font-size: 3em;
	}

	h2, .h2 {
		font-size: 2.0178em;
	}

}

/* 1024px */
@media (max-width: 64em) {

	html {
		font-size: 100%;
	}

	h1, .h1 {
		font-size: 2.5em;
	}

	h2, .h2 {
		font-size: 1.6815em;
	}

}

/* 720px */
@media (max-width: 45em) {

	.mobile-txt-center {
		text-align: center;
	}

}