@import url('https://fonts.googleapis.com/css?family=Lato:400,400i,700,700i|Righteous');

/**

    font-family: 'Lato', sans-serif;
    font-family: 'Righteous', cursive;

**/

body {
	background: #ffffff;
    font-family: 'Lato', sans-serif;
    font-style: normal;
	font-weight: 300;
    overflow-x: hidden;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'Righteous', cursive;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.5px;
	color:#333;
}

.to_top a div:hover {
	background-color: #48887b !important;
}
