/*Main orange #fdb912*/

body {
	background-color: #fff;
	color: #000;
	font: normal normal normal 75%/125% arial,sans-serif;
}

.sliderButtons {
	background: white;
	padding-left: 0.7em;
	padding-right: 0.7em;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
	font-weight: 400;
	font-size: 20px; 
	border-radius: 3px;
	margin-left: 0.2em;
	margin-right: 0.2em;
	font-weight: bold;
	
}

.blackTitlesLarge {
		font-weight: 800;
	font-size: 30px; 
	color: black;
}

.blackTextThin {
	font-weight: 300;
	font-size: 20px; 
	color: black;
}

.titlesLargeOrangeLine {
	font-weight: 600;
	font-size: 35px; 
	color: black;
	border-bottom: 3px solid #fdb912;
	display: inline-block;
	text-align: center;

}

.blackTitlesLarge {
		font-weight: 600;
	font-size: 20px; 
	color: black;
}