@font-face {
    font-family: 'Metamorphous';
    src: url('/static/fonts/Metamorphous.ttf');
}

@font-face {
    font-family: 'Rubik';
    src: url('/static/fonts/Rubik.ttf');
}

body {
    font-family: 'Rubik', "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
}

.preview-modal {
    object-fit: scale-down;
    width: 100%;
}

.preview-modal img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.base-content-block {
    margin: 5%;
}

.base-calendar-block {
    margin-left: 5%;
}

.story-paragraph {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify;
}

.article-paragraph {
    font-size: 1.2rem;
    line-height: 1.5;
    text-align: justify;
}

.article-header {
    text-align: center;
}

.control.button {
    font-size: 1.25em;
    padding: 0.5em;
}

form.for-story textarea {
    height: 20em;
    padding: 0.1em 0.5em;
    resize: vertical;
    overflow: hidden;
    overflow-y: scroll;
}

.important-service {
    font-weight: bold;
}

.site-top-header {
    margin-bottom: 0;
    border: 0px;
}

.site-top-header * {
    font-family: 'Metamorphous', sans-serif;
    color: #cc3333;
}

.site-top-header h1 {
    font-size: 2rem;
}

.site-top-header h2 {
    font-size: 1.75rem;
}

.site-top-header h3 {
    font-size: 1.5rem;
}

a.edit-link {
    font-weight: normal;
}

div.week-schedule-image img {
    max-width: 100%;
}

div.blog-post {
    padding-bottom: 1.5rem;
}

.side-block {
    margin-top: 2rem;
}

.side-block .day-block {
    margin-right: 1.25rem
}

.day-block {
    text-align: center;
}

.side-block > .radio-block {
    margin-left: 1.25rem;
}

.radio-block h5 {
    text-align: center;
}

.radio-block iframe {
    border: 0;
}

.radio-block > div {
    padding-top: 2rem;
}

.radio-play-container {
    padding-left: 0.6rem;
}

.radio-play-button {
    cursor: pointer;
    display: inline-block;

    height: 3.2rem;
    width: 3.2rem;
    line-height: 1.5;
    font-size: 1.5rem;
    align-content: center;
    font-weight: 600;

    color: white;
    background-color: #DC3823FF;
    background-position: center center;
    border-radius: 50%;
}

.radio-player div {
    align-content: center;
}

.day-dates-block {
    font-size: smaller;
    margin-top: 1.5rem;
}

.day-dates-block ul {
    list-style-type: none;
}

.day-dates-block ul li {
    padding-bottom: 0.5rem;
    color: #474747;
}

.day-block .by-gregorian-calendar {
    margin-bottom: 0.25rem;
}

.day-block .by-julian-calendar {
    font-style: italic;
    color: #474747;
}

.day-block .day-festivity {
    font-size: larger;
    margin-top: 1.75rem;
}

.calendar-description {
    margin-bottom: 1.5rem;
}

table.calendar {
    text-align: center;
}

table.calendar td {
    cursor: pointer;
}

.festive-day {
    color: #ce4840;
    font-weight: 450;
}

.fasting-day {
    color: #1560bd;
    font-weight: 450;
}

.current-day {
    font-size: larger;
    font-weight: 600;
}

.other-month-day {
    opacity: 0.5;
}

.selected-day {
    background-color: bisque;
    border-radius: 15%;
}
