/**
 * Theme Name:     BlankSlate ORA Child
 * Author:         Adnan
 * Template:       blankslate
 * Text Domain:	   blankslate-ora-child
 * Description:    Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I
 */
.post-template-default {
    background-color: #EEEFF1;
}
.single-post-container {
    display: flex;
}
.ora-single-title {
    font-family: "Luvee", Sans-serif;
    font-size: 48px;
    font-weight: 400;
    color: #27573C;
    text-align: center;
}
.ora-single-image .wp-post-image {
    max-width: 100%;
    height: 100%;
}
.ora-title-heading-wrapper {
    padding-top: 4%;
}
.navigation.post-navigation a {
    font-family: "Techno_Nue", Sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 26px;
    color: #000000;
}
.ora-single-image {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5% 0;
}
.single-post-container p {
    font-family: "Techno_Nue", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 30px;
    color: #000000;
}
.ora-single-post-navigation .nav-links {
    display: flex;
    justify-content: space-between;
    padding: 5% 0;
}
@media only screen and (max-width: 767px) {
    .ora-single-title {
        font-size: 36px;
    }
    .single-post-container p {
        font-size: 16px;
    }
}