/* @import url('https://fonts.googleapis.com/css?family=PT+Serif:400,400i,700,700i&subset=cyrillic'); */

@import url('https://fonts.googleapis.com/css?family=Vollkorn:400,400i,700,700i&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Pattaya&subset=cyrillic');

/* @import url('https://fonts.googleapis.com/css?family=Marck+Script&subset=cyrillic'); */
/* @import url('https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i&subset=cyrillic'); */

BODY {
    background-color: #e4e5e7;
    margin: 0;
}

.mainDiv {
    background-color: #f1f2f6;
    box-shadow: 1px 2px 10px #000;
    margin: 0 auto;
    padding: 24px;
    width: 80%;
    min-width: 800px;
    max-width: 1200px;
}

/* ---------------------------------------------------------------------------------------------------- */

h3 {
    color: #292929;
    cursor: default;
    font-family: 'Vollkorn', serif;
    margin: auto;
    padding: 0px;
}

p {
    color: #292929;
    cursor: default;
    font-family: 'Vollkorn', serif;
    font-size: 1em;
    margin: auto;
    padding: 0px;
    text-align: justify;
}

p.poem {
    padding-left: 80px;
}

i.dateglobal {
    color: #292929;
    cursor: default;
    font-style: italic;
}

/* ---------------------------------------------------------------------------------------------------- */

#header {
    background-color: #2b2b2d;
    height: 60px;
    background-size: cover;
    margin-top: 0px;
    margin: 0px;
}

#footer {
    background-color: #2b2b2d;
    left: absolute;
    right: absolute;
    margin: 0px;
    background-size: cover;
    height: 140px;
}

#photoHeader {
    background: url(img/undercover.jpg) no-repeat;
    margin: auto;
    height: 128px;
    background-size: cover;
}

.usualPortr {
    border: 1px solid #482e1a;
    box-shadow: 1px 2px 10px #000;
}

.galleryPhoto {
    border: 1px solid #482e1a;
    box-shadow: 1px 2px 10px #000;
    width: 640px;
}

/* изображение-заголовок для статей */
.coverArticle {
    /*background: url(img/photo1.jpg) no-repeat;*/
    background-size: cover;
    box-shadow: 1px 2px 20px #000;
    height: 327px;
    margin: 0 auto;
    width: 100%;
}

/* ---------------------------------------------------------------------------------------------------- */
    
/* HEADER */
#navi_header {
    background-color: #2b2b2d;
    background-size: cover;
    height: 54px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
}
.menuLink {
    color: #dadada;
    display: inline-block;
    font-family: 'Pattaya', sans-serif;
    font-size: 1.1em;
    height: 32px;
    margin: 0 auto;
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
    text-align: center;
    text-decoration: none;
}
.menuLink:hover {
    color: #fff;
}
.menuLink:active {
    color: #81ecec;
}
.menuActual {
    color: #ffeaa7;
}
.menuToggled {
    color: #ffeaa7;
    cursor: default;
    display: inline-block;
    font-family: 'Pattaya', sans-serif;
    font-size: 1.1em;
    height: 32px;
    margin: 0 auto;
    padding-top: 14px;
    padding-right: 12px;
    padding-bottom: 0;
    padding-left: 12px;
    text-align: center;
    text-decoration: none;
}


/* ссылки, размещенные в footer */
a.footerlink {
    color: #dadada;
    font-family: 'Pattaya', sans-serif;
    font-size: 1em;
    padding-top: 18px;
    padding-right: 14px;
    padding-bottom: 0px;
    padding-left: 14px;
    text-align: center;
    text-decoration: none;
}
a.footerlink:hover {
    color: #fff;
}
a.footerlink:active {
    color: #81ecec;
}
a.footerlink:visited {
    text-decoration: none;
}

/* стили для страниц с большими текстами (статьями) */
.artTitle {
    font-size: 2em;
    padding-top: 36px;
    padding-bottom: 24px;
    text-align: center;
    text-shadow: 1px 1px #000;
}
.artAbz {
    margin-bottom: 16px;
    padding-left: 36px;
    padding-right: 36px;
}
.artAbzTitle {
    font-weight: bold;
    padding-top: 14px;
    margin-bottom: 8px;
    padding-left: 36px;
    padding-right: 36px;
}


/* другое */

/* кнопка "наверх" */
#toTop {
    background: #e4e5e7;
    border: solid 2px #7c7c7c;
    border-radius: 4px;
    bottom: 10px;
    color: #7c7c7c;
    cursor: pointer;
    display: none;
    font-size: 28px;
    height: 40px;
    padding-top: 0px;
    position: fixed;
    right: 10px;
    text-align: center;
    user-select: none;
    width: 40px;
}
#toTop:hover {
    background: #7c7c7c;
    border: solid 2px #7c7c7c;
    color: #e4e5e7;
}

