::-moz-selection {
	background: #1f1f20;
	color: #fff;
	text-shadow: none;
}

::selection {
	background: #1f1f20;
	color: #fff;
	text-shadow: none;
}

strong { font-weight:900 }

ul.bullets li{
	list-style-type: disc !important;
	margin: 10px 0 10px 15px;
	font-size: 12px;
	line-height: 24px;
}
	
h1 { 
	font-size:30px;
	color:#1f1f20;
	font-weight:900;
	margin-bottom:20px;
}
 
h2 { 
	font-size:26px;
	color:#fff;
	font-weight:400;
	margin-bottom:10px;	
}

h3{
	font-size:20px;
	color:#1f1f20;
	font-weight:900;
	margin-bottom:10px;	
	text-transform:uppercase
}

h4{
	font-size:20px;
	color:#989898;
	font-weight:500;
	margin-bottom:10px;	
}
h4 a{color:#f0b310!important}

h5{
	font-size:20px;
	color:#fabf2b;
	font-weight:900;
	margin-bottom:10px;	
}
/* PARAGRAGHS */

p {font-size: 15px; line-height: 24px; color:#1f1f20;}

/* LINKS */

a{
	color:#1f1f20;
	text-decoration:none;
	transition: all .2s ease-in-out; 
	-moz-transition: all .2s ease-in-out; 
	-webkit-transition: all .2s ease-in-out;
}

a:hover{color: #f0b310;}

.lg-font {font-size:20px; line-height:26px;}