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

/**

    font-family: 'Gothic A1', sans-serif;
	font-family: 'Oswald', sans-serif;

**/

body {
	font-size: 16px;
	font-family: 'Gothic A1', sans-serif;
	line-height: 1.2;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin-top: 20px;
	font-family: 'Oswald', sans-serif;
    margin-bottom: 10px;
}

h3 {
	color: #4c7d33
	;
    font-size: 16px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 6px;
    text-transform: uppercase;
}

p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.2px;
}

.to_top .smue-ce-icon-obj {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1;
	cursor: pointer;
}
