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

/**

    font-family: 'Raleway', sans-serif;
    font-family: 'Oswald', sans-serif;

**/

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

h1,h2,h3,h4,h5,h6 {
	font-family:'Raleway', sans-serif;
	font-style: normal;
	font-weight: bold;
	letter-spacing: 0.5px;
	color:#564d46;
}

li {line-height: 24px;}

.to_top a div:hover {
	background-color: #9fe0b6 !important;
}

.btn_default:hover{
	background: #bfba55;
	border-color: transparent;
	color: #9fe0b6 !important;
}
