/* Theming */
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap"); /* import font */

:root{
    --white: #f9f9f9;
    --black: #36383F;
    --gray: #85888C;
} /* variables*/

/* Reset */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a{
    text-decoration: none;
}
ul{
    list-style: none;
}

	/* Header */
.header{
    background-color: var(--white);
    box-shadow: 1px 1px 5px 0px var(--gray);
    position: sticky;
    top: 0;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
/* Logo */
.logo{
    display: inline-block;
    color: var(--black);
    font-size: 60px;
    margin-left: 10px;
}

/* Nav menu */
.nav{
    width: 85%;
    height: 100%;
    position: fixed;
    background-color: var(--white);
    overflow: hidden;

}
.menu a{
    display: block;
    padding: 30px;
    color: var(--black);
}
.menu a:hover{
    background-color: var(--gray);
}
.nav{
    max-height: 0;
    transition: max-height .5s ease-out;
}
/* Menu Icon */
.hamb{
    cursor: pointer;
    float: right;
    padding: 40px 20px;
}/* Style label tag */

.hamb-line {
    background: var(--black);
    display: block;
    height: 2px;
    position: relative;
    width: 24px;

} /* Style span tag */

.hamb-line::before,
.hamb-line::after{
    background: var(--black);
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: all .2s ease-out;
    width: 100%;
}
.hamb-line::before{
    top: 5px;
}
.hamb-line::after{
    top: -5px;
}

.side-menu {
    display: none;
} /* Hide checkbox */
/* Toggle menu icon */
.side-menu:checked ~ nav{
    max-height: 100%;
}
.side-menu:checked ~ .hamb .hamb-line {
    background: transparent;
}
.side-menu:checked ~ .hamb .hamb-line::before {
    transform: rotate(-45deg);
    top:0;
}
.side-menu:checked ~ .hamb .hamb-line::after {
    transform: rotate(45deg);
    top:0;
}

/* Responsiveness */
@media (min-width: 768px) {
    .nav{
        max-height: none;
        top: 0;
        position: relative;
        float: right;
        width: fit-content;
    }
    .menu li{
        float: right;
    }
    .menu a:hover{
        background-color: transparent;
        color: var(--gray);

    }

    .hamb{
        display: none;
    }
    }

    @media only screen and (max-width: 768px) {
img {
width: 80%;
}
}

body {
  font-size: 18px;
  font-family: Helvetica, Arial, sans-serif;
  color: #333;
  background: var(--white);
  quotes: "«" "»" "„" "“";
}

    img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  object-fit: cover;
  object-position: bottom;
    }
  table {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border='0'
  }

.DA {
    color: var(--black);
}
.DA:hover{
    color: var(--gray);
}
.news-item__picture img{width:25%;height:auto}

.holy_fathers {
    box-shadow: 1px 1px 5px 0px var(--gray);
    color: var(--black);
}
.category {
    font-size: 12px;
    font-family: 'Georgia';
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 10px;
}
.quotes {
    margin-left: 7px;
}
.author{
    font-size: 14px;
    font-family: 'Roboto';
    margin-top: 7px;
    margin-bottom: 7px;
    margin-left: 10px;
}
    q {
      color: var(--black);
      font-weight: bold;
      font-size: 14px;
      font-style: italic;
}
.copyright {
    width:80%;
    margin-right:auto;
    margin-left:auto;
    color: var(--gray);
    font-size: 14px;
    font-family: 'Roboto';
    text-align: center;
}
.basic  {
    width:80%;
    margin-right:auto;
    margin-left:auto;
}
.days_text  {
    width:80%;
    margin-right:auto;
    margin-left:auto;
    text-align: justify;
}
.feofan_text  {
    text-align: justify;
}
.video  {
    margin-right:auto;
    margin-left:auto;
    text-align: center;
}
h3 {
          text-align: center;
        }
h2 {
          text-align: center;
        }
iframe  {
    border: 0;
    margin-left: 7px;
}
.line   {
    width:100%;
    height:1px;
    margin-top:4px;
}
.day    {
    text-align: right;
    color:#084671;
    font-weight:normal;
}
button  {
    color:#084671;
}
