/*
    Import League Gothic <3
*/
@font-face {
    font-family: 'League Gothic';
    src: url('leaguegothic-regular-webfont.eot');
    src: url('leaguegothic-regular-webfont.eot?#iefix') format('embedded-opentype'),
    url('leaguegothic-regular-webfont.woff') format('woff'),
    url('leaguegothic-regular-webfont.ttf') format('truetype'),
    url('leaguegothic-regular-webfont.svg#league_gothicregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* The Modal (background) */
#image-viewer {
    display: none;
    position: fixed;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}
.modal-content {
    position: absolute;
    margin: auto;
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0;  

    display: block;
    width: 80%;
    height : auto;
    max-width: 100%;
    object-fit: contain;
    cursor: default;
}
.modal-content { 
    animation-name: zoom;
    animation-duration: 0.6s;
}
@keyframes zoom {
    from {transform:scale(0)} 
    to {transform:scale(1)}
}

#image-viewer .close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}
#image-viewer .close:hover,
#image-viewer .close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

.main-container {
    max-width: 900px;
    margin: 0 auto;
    padding-left: 2%;
    padding-right: 2%;
}

.container {
    text-align: center;
}

.content blockquote{
    background-color: #d1d1d1;
    border-color: black;
}

iframe {
    border: 0;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    margin: 0 auto;
  }

/* for mobile screens otherwise it messes up the nav*/
#searchFieldNav {
    width: 65%;
}

h1.title > span {
    font-family: "League Gothic", "Arial Narrow", Arial, sans-serif;
    margin-bottom: 1.75rem;
    font-size: 1.5em;
}

.subtitle {
    font-size: 0.80em;
    margin-top: -1.0rem;
}

.post {
    margin-bottom: 1em;
}

.nice-title {
    font-size: larger;
    font-weight: 400;
    font-family: Roboto, sans-serif;
}

.nice-text {
    font-family: "Open Sans", sans-serif;
    text-align: left;
}

.nice-image {
    width: 100%;
    height: auto;
}

.card-content {
    padding: 0 0 1em;
}

.fa-heart:hover {
    color: red;
}

.footer {
    padding: 3rem 1.5rem 3rem;
}

.post-title {
    font-size: x-large;
    font-family: Roboto, sans-serif;
}

.post-meta {
    font-family: "Open Sans", sans-serif;
    font-size: small;
}

.post-text {
    font-family: "Open Sans", sans-serif;
    text-align: justify;
}

.post-text > p {
    margin-bottom: 1em;
}

.comic-viewer{
    align-items: center;
}

.post-references{
    text-align: left;
}

/* sorry God. Just once */
.sidebar {
    padding: 0 0.75rem 0.75rem 0.75rem !important;
}

.box {
    padding: 0.75rem;
    margin-bottom: 0.75rem;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

a {
    color: #57A3E8;
}
/* Hotfix for lists being misaligned */
.tile.is-parent ol, ul {
  padding: 2% 5%;
}
/* Hotfix for Bulma striping headings of styling */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

h1{
    font-size: larger;
}

h2{
    font-size:large;
}

h3{
    font-size: medium;
}

@media screen and (max-width: 768px) {
  .pagination {
    flex-wrap: nowrap;
  }
  .pagination-list {
    font-size: 0%;
  }
}
/* ~ jpasholk */
