.image-section {
    width: 100%;
	height:650px;
    background-image: url("../img/s1.jpg");
	background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
}
.logo {
        text-align: center;
        margin: 20px;
    }
	
/* Навигация */
*,
*:after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
	font-family: 'Raleway', sans-serif;
}

nav a {
	position: relative;
	display: inline-block;
	margin: 5px 10px;
	outline: none;
	color: #0a0a0a;
	text-decoration: none;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	text-shadow: 2 2 2px rgba(255,255,255,0.1);
	font-size: 1em;
}

nav a:hover,
nav a:focus {
	outline: none;
}


.cl-effect-6 a {
	margin: 0 10px;
	padding: 10px 20px;
}

.cl-effect-6 a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0a0a0a;
	content: '';
	-webkit-transition: top 0.3s;
	-moz-transition: top 0.3s;
	transition: top 0.3s;
}

.cl-effect-6 a::after {
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 2px;
	background: #0a0a0a;
	content: '';
	-webkit-transition: height 0.3s;
	-moz-transition: height 0.3s;
	transition: height 0.3s;
}

.cl-effect-6 a:hover::before {
	top: 100%;
	opacity: 1;
}

.cl-effect-6 a:hover::after {
	height: 100%;
} 
.t-title {
	text-align: center;
    font-size: 1.2em;
	margin-top: 35px;
}
.t-descr {
	weight: 70%;
	text-align: center;
    margin: 20px;
	color: #403A37;
	text-decoration: none;
	/*text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;*/
	text-shadow: 2 2 2px rgba(255,255,255,0.1);
	font-size: 1em;
    font-family: 'TildaSans',Arial,sans-serif;
    /*font-weight: 200
	font-size: 20px;
	margin: 10px;
    color: #000000;*/
}

