@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic');

* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
}
.navbar {
	margin-bottom: 0;
}
.navbar-right {
	padding-right: 15px;
}
.navbar-right a {
	font-size: 16px;
}

.overlay {
	background: url(../img/taxi-1.jpg) no-repeat bottom;
	-webkit-background-size: cover;
	background-size: cover;
}
.jumbotron {
	background-color: rgba(0,0,0,.55);
	color: #fff;
	padding: 50px 15px;
}
.jumbotron p {
	font-size: 16px;
	line-height: 1.2;
}
.jumbotron h1 {
	font-size: 40px;
}
.btn-primary {
	background-color: #FFDD00;
	color: #000;
	border: 0;
}
.btn-primary:hover {
	background-color: #000;
	color: #FFDD00;
}
.center {
	margin: 50px 0;
	text-align: center;
}
.taxi {
	text-align: center;
	margin-bottom: 20px;
}
.taxi img {
	width: 154px;
}


ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style-type: none;
	font-size: 16px;
	line-height: 1.7;
}
h3 {
	margin: 15px 0 15px;
	font-weight: bold;
}
p {
	font-size: 16px;
	line-height: 1.7;
}
#contacts {
	padding: 50px 0;
}
.pic img {
	width: 100%;
}
.contact {
	text-align: center;
	padding: 50px 0;
}
.contact ul li {
	font-size: 20px;
	line-height: 2;
}
.contact a {
	text-decoration: none;
	color: #333;
}