/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */

/* General Custom CSS */
body
{
font-family: 'PT Sans', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
}
.avia-button
{
  border-radius: 0px !important;
}



.wpcf7-submit
{
  font-size: 20px;
	color: #ffffff !important;
	text-transform: uppercase;
	background-color: #ffc800 !important;
	font-family: "Open Sans" !important;
}

.avia_iconbox_title
{
  font-size: 17px;
  font-weight: bold;
  line-height: 110%;
}

.kleinegrijzebloktekst
{
	font-size: 24px;
	color: #747e84;
	text-transform: uppercase;
  font-weight: bold;
  min-height: 75px;
}

.groenesubtekst
{
	font-size: 24px;
	color: #ffc800;
	text-transform: uppercase; 
}

.grijzepaginatiteltekst
{
	font-size: 40px;	
	color: #747e84;
	text-transform: uppercase;
  font-weight: bold;

}

.wittehoofdtekst
{
	font-size: 50px;	
	color: #ffffff;
	text-transform: uppercase;
  font-weight: bold;
}

.hoofdtekst
{
	font-size: 50px;
  font-weight: bold;	
	text-transform: uppercase;
}

.medewerkernaam
{
	line-height: 60px;
	font-size: 70px;
	font-weight: bold;
	color: #ffffff;
}

.medewerkerfunctie
{
  /* font-weight: bold; */
	line-height: 50px;
	font-size: 60px;
	color: #ffffff;
}


/*
Desktop Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the desktop view of your site */

@media only screen and (min-width: 768px) {
  /* Add your Desktop Styles here */
	.mainmenuforeverdesktop
	{
		display: block;
	}
	#avia-menu .menu-item
	{
		display: none;
	}
}



/*
Mobile Styles
================================================== */
/* Note: Add new css to the media query below that you want to only effect the Mobile and Tablet Portrait view */

@media only screen and (max-width: 767px) {
  /* Add your Mobile Styles here */
	.mainmenuforeverdesktop
	{
		display: none;
	}
}

strong
{
	color: #747e84 !important;
}
