body {
	padding-top: 50px;
	padding-bottom: 20px; 
	background-color: #f8f8f6;
	font-family: 'Open Sans', sans-serif;

}
.btn, .btn-warning {
	background-color: #98604b;
	border: 1px solid #9c4725;
}
.btn-warning:focus, .btn-warning:hover, .btn-warning:active {
    color: #e8dbb4;
    background-color: #c59c8d;
    border-color: #bf360a;
}
.navbar-inverse {background-color: #794f29;}
.navbar-header img  {
	margin-top: -25px;
	padding: 0; 
}
.navbar-fixed-top {
	top: 0;
}
.navbar-header {
	height: 75px;
	background-color: transparent;
	padding-top: 15px; 
}
.navbar-inverse {border-color:#8a1624;}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a {margin-top: 3px; color: #ddd4b3;}
.navbar-collapse {padding-top: 10px; text-transform: uppercase; }
.navbar-nav > li > .dropdown-menu { margin-top: 15px;}
.navbar-inverse .navbar-brand {
	color: #ece5c8;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: #a69fa0;
}
.navbar-inverse .navbar-toggle {
    border-color: #72242b;
}
h1 {
	font-family: 'Roboto', sans-serif;
	color: #6b4947;
	margin-top: 130px;
	margin-bottom: 30px;
	
	text-align: center;
}
h2 {
	font-family: 'Roboto', sans-serif;
	color: #76423f;
	margin-top: 30px;
	margin-bottom: 25px;
	line-height: 1.65;
	/*padding-left: 15px;
	padding-bottom: 10px;*/
}
h3 {font-family: 'Roboto', sans-serif;
	font-size: 29px;
	color: #76423f;
	margin-top: 34px;
	font-weight: 500;
	margin-bottom: 30px;
	text-align: center;
}
h4 {font-family: 'Roboto', sans-serif;
	font-size: 28px;
	color: #983816;
	margin-top: 34px;
	margin-bottom: 25px;
	text-align: center;
}
h5 {font-family: 'Roboto', sans-serif; font-weight: bold; padding-left: 7px; padding-right: 7px;  color: #343333;}
p{font-size: 17px;}
hr {
  margin:0 auto;
  padding-top: 10px;
  padding-bottom: 40px;
  max-width: 500px;
  border-color: #850e02;
  text-align: center;
}
a {font-size: 17px;
	color: #330000;
	text-decoration: none;
}
a:focus, a:hover {
    color: #b8410c;
    text-decoration: underline;
}
img  {
	margin: 7px auto;
  /* border:5px solid red;*/
}
.big-img {
  margin-top: 40px;

}
ul {
	list-style-image: url(../img/marker.png);
	padding: 0; /* Убираем поля square list-style-type:   list-style-image: url(images/star.png); */
    margin-left: 25px; /* Отступ слева */
}
li {
 margin-bottom: 15px;
 /*   color: red; /* Цвет маркеров */
}
li span {
  /* margin-left: 10px; /* Отступ слева */
	font-size:20px; 
    color: #272626; /* Цвет текста */
    line-height: 2.15;
}
#about {padding: 75px 0 35px; border-bottom: 1px solid #983817;}
#contacts {padding: 45px 0 25px;}
#contacts h5 {
	font-size: 18px;
    text-align: center;
}
#up {
	margin: 0 auto;
	text-align: center;
	padding-bottom: 75px;
}
.big-home-block {
	/*height: 620px;*/
	/*margin-top: 100px;*/
	background: url(../img/intro.jpg) no-repeat center center;
    background-size: cover;
    color: inherit; 
 /* background-color: #f3efe6; /*#e9ecec;*/
}
.big-home-block p {
	margin-bottom: 5px;
	font-size: 16px;
	font-weight: 200;
	line-height:1.6;
}
footer {
	height: 100px;
	background-color: #e6e8e8;
	text-align: center;
	padding-top: 38px;
	border: 1px solid #a27d75;
}
footer p{
font-size: 16px;
color: #52371e;
}
footer a {
	color: #330000;
	text-decoration: none;
}
footer a:focus, a:hover {
    color: #794f2f;
    text-decoration: underline;
}
@media screen and (max-width: 768px){
.navbar-inverse .navbar-toggle {
    background-color: #a09488;
    border-color: #d6ceb1;
}
}
