h1,h2,h3,h4{
  color:rgba(237,34,34,.90);
}

.vc_custom_heading{
	text-transform:uppercase;
  	Color:#444;
  	font-size:3em!important;
  	margin-bottom:35px;
  	line-height:1em;
}

p{
  font-family: 'IBM Plex Serif', serif;
  font-size:20px;
  line-height:30px
}

/*Header and menu*/
.header_title_wrap h1{
	font-size:2.5em;

}
	/*navigation*/
.menu{
	padding-left:0;
  	
}

.top_nav a{
	color:black;
  	padding:5px;
}

.top_nav a:hover{
	color:#eee;
  	text-decoration:none;
  	transition:.5s;
  	background-color:#000;
  	
}


.top_nav li{
	display:inline;
  	font-weight:600;
  	text-transform:uppercase;
}
	

	/*--End navigation*--/
/*--End Header--*/