@import url('https://fonts.googleapis.com/css?family=Oswald:400,700|Roboto+Condensed:400,700');

/**

    font-family: 'Oswald', sans-serif;
    font-family: 'Roboto Condensed', sans-serif;

**/

body {
	font-size: 14px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2;
	color: #000;
}

h1, h2, h3, h4, h5, h6 {
	margin-bottom: 0.2em;
	font-family: 'Oswald', sans-serif;
	line-height: 1.1;
	color: #00aba2;
}

hr {
	width: 100px;
	border:2px solid rgb(0,171,162) !important;
}

p {
	color: #000;
	line-height: 1.8;
}

.banner_button .smue-btn:hover {
	padding: 1em 0 0 1em !important;
	color: rgb(0,171,162);
}

.mpce-cfa-form input[type="submit"] {
	background-color: transparent;
	color: rgb(0, 171, 162);
	border: 2px solid rgb(0, 171, 162);
	min-width: 50%;
}
