.buzz_head1{
	color:white;
	text-align: center;
	padding-top: 200px;
	font-size: 70px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.buzz_head2{
	color:white;
	text-align: center;
	padding-top: 10px;
	font-size: 70px;
	padding-bottom: 230px;
	text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
	/*text-shadow: 4px 3px 0px #fff, 9px 8px 0px rgba(0,0,0,0.15);*/
}
.home_banner{
	background-image: url(../img/home_background.jpg);
	/*background-image: url(home2.jpg);*/
}

.home_banner:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0.9);
    height: 100%;
}
