﻿body, html {
    height: 100%;
    margin: 0;
    font: 400 15px "Source Serif Pro", sans-serif;
    color: #fff;
    background-color: transparent;
}

/* journal issue styles */
.Issue_1_Civics {
    background-color: #f3bbba;
    color:#000;
}

.Issue_2_Perception {
    background-color: #faf8ee;
    color: #439ac9;
}

.Issue_3_Recreation {
    background-color: #c3ffdb;
    color: #138626;
}

.Issue_4_Exchange {
    background-color: #dbb658;
    color: #ad1c13;
}

.Issue_5_Pedagogy {
    background-color: #cce3f5;
    color: #000;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, legend {
    font-weight: 500;
    line-height: 1.4;
    font-family: Montserrat;
    margin: 0 auto;
    margin-bottom: 15px;
    text-align: center;
}

h2 {
    font-size: 30px;
    line-height: 35px;
    margin: 30px auto;
    font-weight:bold;
}

h3 {
    font-size: 36px;
    line-height: 45px;
}

h4 {
    font-size: 18px;
    margin: 6px 0;
    line-height: 20px;
    font-weight:bold;
}

a, a:visited {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: underline;
}

p {
}

p.pad-top {
    padding-top:30px;
}

.left {
    text-align: left;
    margin-bottom: 30px;
}

.clear {
    display:block;
    clear:both;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.hide-link:hover {
    text-decoration:none;
}

section {
    padding-top: 20px;
    padding-bottom: 20px;
}

/* Header */
.logohead {
    line-height:30px;
    font-size:80px;
    text-align:center;
    margin-top:100px;
}

.logohead .sub-title {
    font-size:14px;
}

.sofa-logo {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    margin: 100px auto 60px auto;
    width: 340px;
    height: 125px;
    background-image: url("../img/sofa-outlines.png");
}

.sofa-logo:hover {
    background-image: url("../img/sofa.png");
    cursor: pointer;
}

.about-logo {
    max-width: 250px;
    margin-top: 33px;
    width: 100%;
}

section.top {
    padding-top:0px;
    height:100%;
}

section.top h2 {
    padding-top: 0px;
    margin-bottom:100px;
}

/* Issues Sections */
.feature {
    padding-bottom:30px;
    text-align:center;
}

span.author {
    display: block;
    font-size: 15px;
}

/* Projects Section */
section.projects {
    background-color: #fff;
    color: #000;
    padding-bottom:100px;
}

section.projects a, section.projects a:visited, section.projects a:hover {
    color: #000;
}

section.projects img {
    max-width: 230px;
}

.grid-item {
    padding:15px;
    max-width:260px;
}
.description {
    margin-top: 14px;
    padding: 0 13px;
}

.description span {
    display: block;
    text-align: center;
}

.description span.title {
    font-size: 18px;
    margin: 6px 0;
    line-height: 17px;
}

/* About Section */
section.about {
    background-color: #fff;
    color:#000;
}

section.about a, section.about a:visited {
    text-decoration: underline;
    color: #000;
}

section.about a:hover {
    text-decoration: none;
    color: #000;
}

body.article section.about a, body.article section.about a:visited {
    text-decoration: underline;
    color: #000;
}

body.article section.about a:hover {
    text-decoration: none;
    color: #000;
}

/* Article Section */
section.article {
    margin: 100px 0;
    font-size: 16px;
    color: #000;
}

section.article img {
    width:100%;
    height:auto;
    padding: 25px 0;
    max-width:850px;
}

section.article img.article-logo {
    max-width: 200px;
    padding:0;
    width: 100%;
}

section.article figure {
    padding: 0 10%;
}

    section.article figure.is-resized img {
        width: auto !important;
    }


body.article, html.article {
    background-color: #fff;
    color:#000;
}

body.article a, body.article a:visited {
    color: #000;
}

body.article a:hover {
    color: #000;
    text-decoration: underline;
}

section.article .logohead {
    font-size: 50px;
    margin-top: 0px;
    text-align:left;
}

section.article a, section.article a:visited, section.article a:hover {
    color: #000;
    text-decoration:underline;
}

section.article .feature {
    color:#000;
    text-align:left;
}

section.article h3 {
    text-align: left;
    font-size:30px;
}

section.article h4 {
    text-align:left;
    font-size:18px;
}

h1.post-title {
    font-size: 36px;
    letter-spacing: -1px;
    text-align: center;
    margin: 0;
    margin-bottom: 50px;
    font-weight: normal;
}

h2.post-date {
    font-size: 18px;
    margin: 0px;
    line-height: 18px;
    font-weight: normal;
}

h2.post-author {
    font-size: 18px;
    margin:10px 0 40px 0;
    line-height: 18px;
    font-weight: normal;
}

section.article p {
    margin: 0 auto;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 10%;
}

.aligncenter {
    text-align: center;
    display: block;
    margin: 0 auto;
}

.wp-caption-text {
    padding: 0 25px !important;
    font-size: 13.5px !important;
    margin: 10px 0 50px 0 !important;
    line-height: 14px !important;
    display: block !important;
}

.wp-block-pullquote p {
    line-height: 1.2 !important;
}

/* Footer */
.footer {
    padding: 100px 0 50px 0;
    font-size: 13px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 780px) {
    body {
        line-height: 1.4;
    }

    h3 {
        font-size: 25px;
        line-height: 1.3;
    }

    h4 {
        font-size: 21px;
        line-height: 1.3;
    }

    .mobile-hide {
        display: none;
    }

    section.top {
        height:auto;
    }
}
