html { overflow-x: hidden; }
body.site {
    padding: 5;
    background-color: #840e4a;
    background-image: url(../images/orn.svg);
    /*background-image: url(../images/chess1.png);*/
    background-repeat: repeat;
    background-attachment:fixed;
    /* background-position: 50% 50%;*/
    /*background-size: cover;*/
    /*background-attachment: fixed;*/
    /*width: 100%;*/
    /*border-top: none;*/
    /*padding-top: 40px;*/
}
.container {
    max-width: 1088px;
}
.body .container {
    background-color: rgba(255,255,255,0.90);
    border-radius: 16px;
    padding: 20px 50px;
    border: 3px solid rgba(128,0,0,0.25);
}

/*@media (min-width: 1200px)*/
.container, .navbar-static-top .container, .navbar-fixed-top .container, .navbar-fixed-bottom .container {
    width: 1024px;
}
 /*element.style {
    color: rgba(95,8,57,0,92);
}*/
body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #333;
	background-color: #84174f;
}
.brand {
	color: #000080;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}
.brand:hover {
    color:#f00 !important; 
    background: #00FFFF;
}
.site-title {
    font-size: 23px;
    font-family:"Times New Roman";
    color: #22b86d;
    line-height: 24px;
    font-weight: bold;
}
.nav {
    margin-left: 5px;
}
.nav > li > a {
    display: block;
    font-size: 21px;
    color: #00f;
    font-weight: bold;
    font-family: Constantia;
    /*padding: 5px 30px;*/
    background: #5d9a39;
    border-radius: 16px;
    margin: 1px;
    border: groove #C4C8DB 2px;
}
.navigation .nav-child a {
    display: block;
    padding: 7px 20px;
    clear: both;
    font-size: 18px;
    font-weight: normal;
    line-height: 18px;
    /*color: rgba(95,8,57,0,92);*/
    background: #E0FFFF;
    white-space: nowrap;
}
.navigation .nav-pills {
    margin-bottom: 3px;
}
#content .item-page p {
line-height: 1.7em;
}
p {
    line-height: 1.00em;
   /* background-color: #A0522D;*/
    color: #191970;
    font-size: 14px;
    text-align: justify;
    margin-left:  5px;
    margin-right: 5px;
}
.wrapper {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}
.content {
    flex: 1;
}

.leftfoto{
float:left;
margin: 4px 10px 2px 0px;
border:2px solid #CCC;
padding:6px;
}

.footer {
    background-color: #4c0828;
    color: white;
    display: block;
    height: 400px;
    left: 0;
    position: absolute;
    width: 100%;
    height: 1px; /* lipkiy "footter" */
}
