body, html, section {
	font-family: 'Lato', sans-serif;
	height: 100%;
	margin: 0;
}

.s1 {
	color: #fff!important;
	position: relative;
	background-image: url("bg.jpg");
    height: 100%;
    background-position: center;
    background-size: cover;
}

.s1content {
	position: absolute;
	top: 35%;
	left: 50%;
	transform: translate(-50%,-50%);
}

.logo {
	font-size:64px!important;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	text-align: center;
	margin-bottom: -10px;
}

.small {
	font-size: 18px!important;
	text-align: center!important;
	letter-spacing: 1px;
	font-family: 'Raleway', sans-serif;
	font-weight: 200;
}

.down {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-bottom: 36px;
}

.s2 {
	color: #777!important;
	position: relative;
	background-color: #232323;
    min-height: 100%;
    background-position: center;
    background-size: cover;
}

.s2content{
	max-width:980px;
	margin:auto;
	padding-top:32px!important;
	padding-bottom:32px!important;
	font-size:15px;
	color: #777;
    line-height: 1.8;
	font-family: "Lato", sans-serif;
}

.contact {
	padding-top: 16px;
	max-width:980px;
	padding-bottom:16px!important;
}

.footer {
	width: 100%;
	font-size: 12px!important;
	color: #777!important;
	text-align: center;
	position: absolute;
	bottom: 0;
	padding-bottom: 12px;
}

a:link, a:visited {
    color: #fff;
    text-decoration: none;
    display: inline-block;
	opacity: 0.4;
}

a:hover, a:active {
    color: #fff!important;
	opacity: .8;
}

hr {
    display: block;
    margin: auto;
	height: 1px;
    border-top: 1px solid #c0c0c0!important;
	border-bottom: 0px;
	border-left: 0px;
	border-right: 0px;
    width: 45%;
}

h2 {font-family: "Lato", sans-serif;
	height: 100%;
    color: #a80027!important;
    line-height: 1.8;
	font-size:24px;
	font-weight:400;
	margin:10px 0;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
	border-radius: 0px;
}
	