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

/***font-family: 'Roboto', sans-serif;
font-family: 'Roboto Condensed', sans-serif;***/


body {
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
	color: #373a3c;
}

h1 {
	font-size: 42px;
}

h2 {
	font-size: 36px;
}

h3 {
    font-size: 28px;
}

h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.1;
    color: inherit;
}





.menu-header-menu-container{display:inline-flex !important;}



.contact_form input[type="submit"]{
	padding: .75rem 1.25rem;
	font-size: 1.25rem;
	line-height: 1.333333;
	border-radius: .3rem;
	color: #fff;
	background-color: #2a166f;
	border-color: #2a166f;
}

.contact_form input[type="submit"]:hover{
	color: #fff;
    background-color: #2a3696;
    border-color: #2a3696;
}

