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

body {
	font-size: 16px;
	font-family: 'Roboto Condensed', sans-serif;
	line-height: 1.2;
}  
h3 {
	color: #ed1c24;
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

h1 {
	color: #3d3d3f;
   font-family: 'Roboto Condensed', sans-serif;
    font-size: 40px;
    line-height: normal;
}

h2 {
  color: #575757;
  font-size: 35px;
  line-height: normal;
}

h4 {
  color: #797979;
  font-size: 20px;
  font-weight: 400;
line-height: 0.1 !important;
}

p {padding:6px 0 !important;
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}

li {
    color: #878787;
    font-size: 16px;
    font-weight: 300;
    line-height: 25px;
    letter-spacing: 0.2px;
}





/*REMOVE PURPLE LINE ON RESPONSIVE MENU*/

@media screen and (max-width: 767px) {
		.main-navigation li:hover,
	.main-navigation .current-menu-item {
		border-color: #fff;
	}
}

/*Remove other menu borders*/

.main-navigation li {
	border-top: 1px solid #ffffff00;
	position: relative;
}
.main-navigation .primary-menu {
    border-bottom: 1px solid #ffffff00;
}

/*center the menu*/

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

/*fullwidth contact */

.site-content .mpce-cfa-form .mpce-cfa-form-text, .site-content .mpce-cfa-form .mpce-cfa-form-email {
    width: 100% !important;
    display: inline-block !important;
}		

/* Menu wrapping thing*/
@media screen and (min-width: 768px) {
	.main-navigation {
		margin: 0 -2.875em;
	}
}

.main-navigation a {
	font-family: 'Roboto Condensed', sans-serif;	
        font-weight: 400;
}



.to_top .smue-ce-icon-obj {
	position: fixed !important;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}

