
body, html {
	overflow-x: hidden !important;
}

body {
	font-family: 'geomanistlight';
	color:#fff;
	font-size:2em;
}

.bold-font {
	font-family: 'geomanist-bold';
	font-size:26px;
}

.slider-wrap h1 {
	color:#fff;
	font-size:35px;
	font-family: 'geomanist-bold';
	float:left; 
	width:100%;
}


.slider-wrap p {
	color:#fff;
	font-family:'geomanistlight';
	line-height:30px;
 }

@font-face {
    font-family: 'geomanist-bold';
    src: url('../fonts/geomanistbold/geomanist-bold-webfont.eot');
    src: url('../fonts/geomanistbold/geomanist-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanistbold/geomanist-bold-webfont.woff2') format('woff2'),
         url('../fonts/geomanistbold/geomanist-bold-webfont.woff') format('woff'),
         url('../fonts/geomanistbold/geomanist-bold-webfont.ttf') format('truetype'),
         url('../fonts/geomanistbold/geomanist-bold-webfont.svg#geomanistbold') format('svg');
    font-weight: bold;
    font-style: bold;

}

@font-face {
    font-family: 'geomanistmedium';
    src: url('../fonts/geomanistmedium/geomanist-medium-webfont.eot');
    src: url('../fonts/geomanistmedium/geomanist-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanistmedium/geomanist-medium-webfont.woff2') format('woff2'),
         url('../fonts/geomanistmedium/geomanist-medium-webfont.woff') format('woff'),
         url('../fonts/geomanistmedium/geomanist-medium-webfont.ttf') format('truetype'),
         url('../fonts/geomanistmedium/geomanist-medium-webfont.svg#geomanistmedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geomanistlight';
    src: url('../fonts/geomanistlight/geomanist-light-webfont.eot');
    src: url('../fonts/geomanistlight/geomanist-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/geomanistlight/geomanist-light-webfont.woff2') format('woff2'),
         url('../fonts/geomanistlight/geomanist-light-webfont.woff') format('woff'),
         url('../fonts/geomanistlight/geomanist-light-webfont.ttf') format('truetype'),
         url('../fonts/geomanistlight/geomanist-light-webfont.svg#geomanistlight') format('svg');
    font-weight: lighter;
 
}