html {
    background-color: black !important;
}
.body {
    font-family: helvetica, arial, sans-serif;
    
}
.navbar-nav
{
    font-size: larger;
}
.contact-link {
    text-decoration: none;
}

.pos {
    
    overflow: hidden;
}

.pos:hover {
    opacity: 0.6;
    overflow: hidden;
}

a {
    color: #C22;
    text-decoration: none;
}

a:hover {
    color: #A44;
    text-decoration: none;
}

.side-fluid {
    max-height:100% !important;
    width: auto !important;
}

.navbar-toggler {
    border-color: #777 !important;
}


@media (min-width: 600px) {
    .blog {
        max-width: 600px;
    }
  }

.post-link {
    color: white;
    text-decoration: none;
}

.post-link:hover {
    color: #C22;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

.blog p {
    text-align:justify !important;
}

.wp-block-image {
    max-width: 700px;
}



a.more-link {
    color: rgb(158, 150, 137);
}

a.more-link:hover {
    color: rgba(232, 230, 227, 0.75)
}