@charset "utf-8";

@import "font-awesome.min.css";


.full-wrapper {
    margin: 0 2%;
}
.container-fluid{
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 20px;
    
}

html{
	overflow-y: scroll;
    -ms-overflow-style: scrollbar;
}
html, body{
	height: 100%;
}
.page{
	overflow: hidden;
}




h1,h2,h3,h4,h5,h6{
    margin-bottom: 1.3em;
	line-height: 1.4;
	font-weight: 400;
}
h1{
	font-size: 32px;
}
h2{
	font-size: 28px;
}
h6{
    font-weight: 700;
}
p{
	margin: 0 0 2em 0;
}



.font-alt{
    font-family: Dosis, arial, sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-left: 100px;
}



.home-section{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
	background-repeat: no-repeat;
    background-attachment: fixed;
	background-position: center center;
}

.home-content{
	display: table;
	width: 100%;
	height: 100%;
	text-align: center;
}


.home-content{
	position: relative;
}
.home-text{
	display: table-cell;
	height: 100%;
	vertical-align: middle;
}


.hs-line-8{
    margin-top: 0;
    position: relative;
	font-size: 14px;
	font-weight: 400;
    letter-spacing: 0.3em;
    line-height: 1.2;
}




.page-section,
.small-section{
	width: 100%;
	display: block;	
	position: relative;
    overflow: hidden;
    background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
	padding: 100vh 0;
}


.highlight {
    background-color: #FFF;
    background-image: linear-gradient(to right, #FFF 100%, #FFF 100%);
}



