body {
	background-image: url(../img/const/fon_tkan.png); 
	background-color: #e0dace; 
	background-repeat: repeat;
	
}
h1, h2, h3, h4, h5, h6{
	font-family: EB Garamond;
	font-weight:600;
	color: #c3000c;
	text-align:center;
	letter-spacing: 0.02em;
}

.h-4em {
	font-size:4em !important;
	
}
.h-3em {
	font-size:3em !important;
	
}
.h-2em {
	font-size:2rem !important;
	
}

.h-15em {
	font-size:1.5rem !important;
	
}

.bold {
	
	font-weight:700;
}
.margin-bottom{
	
	margin-bottom:1rem;
}
.margin-top{
	
	margin-top:1rem;
}

.margin-left{
	
	margin-left:1rem;
}

.padding-left{
	
	padding-left:1rem;
}

.title {
margin: 40px 0 10px 0;	
	
}

.lid {
	text-align:left;
	color: #6a2502;
}

p{
	color: #6a2502;
	
	
}

ol, ul {
	color: #6a2502;
	
	}
	
  li {
    color: #c3000c;
   }
   li span {
    color:#6a2502;
   }
   
.big {
	
	font-size:1.4em;
}

.drop-caps:first-letter {
	font-family: EB Garamond;
	font-weight: 600;
	
	line-height:1.4em;
	color: #c3000c;
	
	
}

td {
	color: #6a2502;
	
}

.body-text {
	font-family: EB Garamond;
	color: #6a2502;
	}
	
.italic {
	font-family: EBGaramond;
	font-style:italic;
	
	}

.container {
	background-image: url(../img/const/trans.png);
	border: 2px solid #c3000c;
	border-radius: 10px;
	padding: 13px;
	box-shadow: 0 0 15px #4c1d05;
	margin-bottom:	10px;
}

.footer {
		background-color: rgba(76,29,5,0.8);
		margin-top: -20px;
}

.my-footer {
	background-image: none;
	border: none;
	border-radius: none;
	padding: 0;
	box-shadow: none;
	margin-bottom:	0;
}
.text-muted {
	color: rgb(240,233,233) !important;
	font-family: EB Garamond;
	margin-left: 8px;
	display:block;
}



.logo { 
	font-family:EB Garamond;
	font-size:3vw;
	color:#6a2502;
	text-align:center;
	letter-spacing: 0.1em;
	
}

a.logo:hover{
	 text-decoration: none;
	color:#4c1d05;
 }


/* иконки соцсетей*/

.social{
	
	width:28px;
	padding:0.1em;
	margin-bottom:0.1em;
			
}

/* ------------- */

.mashtab-2{
	
	font-size:2vw;
}

.mashtab-3{
	
	font-size:3vw;
}


#orn_1 {
	background-image: url(../img/const/orn_1.png); 
	background-repeat: repeat-x;
	width:100%;
	height: 60px;
	margin-bottom:10 px;

}

#orn_2 {
	background-image: url(../img/const/orn_2.png); 
	background-repeat: repeat-x;
	width:100%;
	height: 45px;
	margin-top:10 px;
	margin-bottom:-20px;

}

.color-brown {
	background-color: #4c1d05;
}

.font-brown {
	color: #6a2502 !important;
}
.color-red {
	background-color: #c3000c;
}

.carousel-caption {
	background-color: rgba(240,233,233,0.8);
	padding:0 20px;
}

.rubr {
	background-color:#4c1d05;
	color: rgb(240,233,233);
	padding: 2px;
	margin-top: 20px;
	
}

.card-title {
	color: #c3000c;
	font-family: EB Garamond;
	margin-bottom:0;
}

.card-text {
	color: #4c1d05;
}
.card {
	background-color: rgba(240,233,233,0.6);
	margin: 8px 0;
}

.card-img-top {
	margin-bottom:0;
}
.card-body {	
	padding:0.5rem;
}

.card-link {
	color: #c3000c;
}
.card-link:hover {
	color: #6a2502;
}
.btn-brown {
	background-color:#4c1d05;
	color: rgb(240,233,233);
}

.nav-link {
	border-radius: 4px;
	background-color:#4c1d05;
	color: rgb(240,233,233);
}

.nav-link:hover {
	background-color:rgb(240,233,233);
	color: #4c1d05 !important;
}

.search {
	background-color:#4c1d05;
	color: rgb(240,233,233);
	border-color: rgb(240,233,233);
}

.search:hover{
	background-color:rgb(240,233,233);
	color: #4c1d05;
	border-color: #4c1d05;
}

hr {
border-color: #6a2502;
}

/* Таблицы */

.table td{
	border-color:rgba(76,29,5,0.2);
	
}

.t-col-2 {
	width:2%;
}

.t-col-5 {
	width:5%;
}
.t-col-10 {
	width:10%;
}
.t-col-15 {
	width:15%;
}
.t-col-20 {
	width:20%;
}
.t-col-25 {
	width:25%;
}
.t-col-30 {
	width:30%;
}
.t-col-50 {
	width:50%;
}
.t-col-60 {
	width:60%;
}
.t-col-70 {
	width:70%;
}

img{
	margin-bottom: 1rem;
	width:100%;
	}

