@import url("/templates/global.css");
@import url('https://fonts.googleapis.com/css?family=Raleway');

body {
	background-color: #e4e4e4;
}

.t-primary-bgcolor {
	background-color: #404040;
}

a {
	color: #283147;
}

.header {
	width: 100%;
	font-family: 'Raleway', sans-serif;
	background-color: #e4e4e4;
}

.header .row {
	padding: 0 15px;
}

.header__title {
	line-height: normal;
}

.header__title .title {
	color: #252525;
	font-size: 28px;
	margin: 0;
}

.header__title .subtitle {
	color: #222;
    font-size: 14px;
    font-weight: bold;
}

.header__nav {

}

.header__nav a {
	display: inline-block;
	font-family: 'Raleway', sans-serif;
    color: #272727;
    font-weight: normal;
    text-transform: uppercase;
    padding: 0 25px;
    font-size: 16px;
    line-height: 70px;
}

.header__nav a:hover {
	text-decoration: none;
	background-color: #222;
    color: #fff;
}

.header__contact {
	display: none;
}

.header__image {
	background-image: url(slider-2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center 30%;
	height: 300px;
}

.main {
	box-shadow: 0 5px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
	margin-top: -150px;
}
