html, body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

section, header, footer, nav, div, span, ul, li, a {
    box-sizing: border-box;
}


h2{
	/*font-family: 'Montserrat', sans-serif;
    font-size: 50px;
    color: #ffffff;
    font-weight: 600;
    padding: 0px;
    margin: 0px;
    line-height: 1.6;*/
    font-size: 2.5 rem;
    color: #ffffff;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: .5rem;
	font-family: 'Montserrat', sans-serif;
}

h4
{
    line-height: 1.6;
    letter-spacing: 0.2px
   
}

p{
	font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: white;
    padding: 0px;
    margin: 0px;
    line-height: 1.2;
    letter-spacing: 0.2px

}

header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    background-color: #f2f2f2;
}

header nav {
}

header ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

header ul li {
    display: inline-block;
    padding: 0 20px;
}

header ul a {
    font-weight: 700;
    text-decoration: none;
    color: #4d4d4d;
    height: 50px;
    display: block;
    position: relative;
}

header ul a span {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.logo
{
	position: fixed;
    z-index: 1000;
    width: 220px;
    margin-top: 40px;
    margin-left: 40px;
}

section {
    float: left;
    display: block;
    height: 100%;
    padding: 75px 0 0 0;
    margin: 0;
}


.horizon-prev, .horizon-next {
    position: fixed;
    top: 50%;
    margin-top: -24px;
    z-index: 9999;
}

.horizon-prev {
    left: 20px;
}

.horizon-next {
    right: 20px;
}

#scrollbar {
    position: fixed;
	bottom: 0;
    left: 0;
    /*overflow: hidden;*/
    width: 0%;
    height: 15px;
    z-index: 9999;
    background-color: black;
}

#scrollbar-bg {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #86ba8b;
}

.el-hide
{
	display: none;
}

.el-show
{
	display: block;
}





@media only screen and (max-width: 800px) {
	.logo
	{
	    width: 150px;
	    margin-top: 40px;
	    margin-left: 10px;

	}
	
	
}
