.menu_drop li {
	padding: 4px 0px !important;
}
.poppins-50-white {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	line-height: 26px;
	color: #FFF;
	font-weight: 400;
	text-decoration: none;
}

.poppins-40-dark {
	font-family: 'Poppins', sans-serif;
	font-size: 40px;
	line-height: 56px;
	color: #FF8C1B;
	font-weight: 400;
	text-decoration: none;
}

.poppins-20-dark {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 35px;
	color: #FF8C1B;
	font-weight: 400;
	text-decoration: none;
}

.poppins-13-dark {
	font-family: 'Poppins', sans-serif;
	font-size: 13px;
	line-height: 35px;
	color: #737373;
	font-weight: 700;
	text-decoration: none;
}

.poppins-20-white {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 26px;
	color: #FFF;
	font-weight: 200;
	text-decoration: none;
}

.poppins-12-white {
	font-family: 'Poppins', sans-serif;
	font-size: 12px;
	line-height: 26px;
	color: #FFF;
	font-weight: 200;
	text-decoration: none;
}

.poppins-16-grey {
	font-family: 'Poppins', sans-serif;
	font-size: 20px;
	line-height: 39px;
	color: #737373;
	font-weight: 200;
	text-decoration: none;
}

.home-orange-button {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	padding: 18px 22px 18px 24px;
	background-color: orange;
	letter-spacing: 2px;
	border-radius: 200px;
	color: #FFFFFF;
	transition: all 0.2s ease;
	text-decoration: none;

}
.home-orange-button:hover {
	color: #FFFFFF;
	text-decoration: none;
	transition: all 0.2s ease;
}
.home-orange-button:hover::after {
	padding-left: 20px !important;
	transition: all 0.2s ease;
}
.home-orange-button::after {
	content:'\E315';
	font-family: 'Material Icons';
	vertical-align: -1px;
	padding-left: 6px;
	font-weight: 700;
	transition: all 0.2s ease;
}


.parallax {
	background-attachment: fixed;
}
