body {
    background-color: #fff;
   
    font-family: Helvetica, Arial, sans-serif;
    margin: 0;
    color: #585858;
}



a, a:visited {
    color: #9EB4CA;;
    text-decoration: none;
}

h1, h2, h3, footer, .gallery {
    text-align: center;
    
}



header, footer {
 color: #ddd;
    display: block;
    padding: .2em 0;
    background-color: #2c2c2c;
    box-shadow: 0 0 8px #222;
}

header{
 display: flex;
 background-color:#b20000;
}

header h1 {
 text-decoration: underline;
 
}

header h1
{
 margin-left: 30px;
 margin-right: 30px;
}

header h2 {
 margin-left: 30px;
 margin-right: 30px;
 font-style: italic;
}


footer {
 margin-top: 1.5em;
}

.content {
    max-width: 1160px;
    margin: 0 auto;
    min-height: 800px;
    padding-left: 10px;
    padding-right: 10px;
}


.gallery
{
 margin-top: 80px;
 margin-bottom: 80px;
}

.gallery:after {
    content: '';
    display: block;
    height: 2px;
    margin: .5em 0 1.4em;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
}

.gallery img {
    height: 100%;
}


.gallery a {
    width: 180px;
    height: 240px;
    display: inline-block;
    overflow: hidden;
    margin: 4px 6px;
    box-shadow: 0 0 4px -1px #000;
}

.l  {  
    
    border: 0;
    
    width: 140px;
    height: auto;
    
    
}

.l_left {

 margin-left: 2%;

}


.l_right {

 margin-right: 1%;
}


@media (max-width: 1200px) {
    .l_right {
        display: none;
    }
  header h1, header h2   {
   text-align: inherit;
  }
    
}


@media (max-width: 480px) {
  .l_left {
        display: none;
    }
  
  header h1, header _h2   {
   _text-align: center;
  }
    
}

p.param
{
 text-align: left;
 }

p.descr
{
 font-style: italic;
 text-align: left;
}

.descr h2
{
 text-align: left;
}


/* Highlight.js Tomorrow Night style */
.hljs-comment,.hljs-quote{color:#969896}.hljs-deletion,.hljs-name,.hljs-regexp,.hljs-selector-class,.hljs-selector-id,.hljs-tag,.hljs-template-variable,.hljs-variable{color:#c66}.hljs-tag {color: #f8f8f2}.hljs-built_in,.hljs-builtin-name,.hljs-link,.hljs-literal,.hljs-meta,.hljs-number,.hljs-params,.hljs-type{color:#de935f}.hljs-attr{color:#f0c674}.hljs-addition,.hljs-bullet,.hljs-string,.hljs-symbol{color:#b5bd68}.hljs-section,.hljs-title{color:#81a2be}.hljs-keyword,.hljs-selector-tag{color:#b294bb}.hljs{display:block;overflow-x:auto;background:#1d1f21;color:#c5c8c6;padding:.8em}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:700}
