 @import url('https://fonts.googleapis.com/css?family=Roboto');

body {
    font-family: 'Roboto', sans-serif;
    
}

h1, h4.history-title, h4.st-heading2
{
    font-family: 'Cuprum', sans-serif;
}

h1.home_desc {
    font-size: 36px;
}

.iconbox-content p {
	
	font-size:15px;
	
}

.iconbox-left .iconbox-content h4.history-title  {
	
	font-size:23px;
}


.st-heading2 {
    font-size: 24px;
}


input[type="submit"].btn-green {
	background-color:#474747;
}
input[type="submit"].btn-green:hover {
	background-color:#868686;
}


.scroll_form {
    background: #474747;
	
}












