/* GENERAL */
html{
    font-size: 16px;
    line-height: 1.6rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: black;
}

body{
    background-color: #F4BA7F;
}

a{
    color: black;
}

/* NAVBAR */
#nav-upper{
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 100;
    width: 100%;
    background-color: #F4BA7F;
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
}

.nav-bar{
    height: 65px;
    width: 100%;
    max-width: 800px;
    display: flex;
    justify-content: space-between;
    padding: 10px 10px;
}

#what-is-icon, #logo-img, #hamburger-icon{
    display: flex;
    height: 100%;
}

#hamburger-icon span:hover{
    cursor: pointer;
}

#logo-img img{
	height: 45px;
	width: auto;
}

#what-is-icon img, #hamburger-icon img{
    margin: 0 0;
    height: 45px;
	width: auto;
}

#hamburger-icon a{
    cursor: pointer;
}

#slideout-menu{
    display: none;
    position: fixed;
    z-index:100;
    top: 65px;
    left:0;
    right: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: center;
    background-color: rgb(224,158,99);
    -webkit-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.5);
}

#slideout-menu ul{
    list-style: none;
    padding: 0.5rem;
}

#slideout-menu ul li{
    padding: 0.5rem;
}

#slideout-menu a:hover{
    text-decoration: underline;
}

#slideout-menu a{
    text-decoration: none;
    font-size: 2rem;
    text-transform: uppercase;
}

.active{
    color: white;
}

/* MAIN */

main{
    min-height: calc(100vh - 62px - 10.7rem);
    box-sizing: border-box;
    margin-top: -1rem;
    margin-bottom: 3.5rem;
}

.main-container{
    max-width: 900px;
    padding-left: 2rem;
    padding-right: 2rem;
}

.item-section-heading{
    margin-top: 3.5rem;
}

.section-heading h1{
    font-size: 1.7rem;
    line-height: 2.5rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 -0.5rem 0;
    padding: 0;
}

.breadcrumbs{
    margin-top: 4.5rem;
    margin-bottom: -1.5rem;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    line-height: 1.6rem;
    text-transform: lowercase;
    font-variant: small-caps;
}

#breadcrumbs{
    margin: 0;
}

#breadcrumbs a{
    text-decoration: none;
}

#breadcrumbs a:hover{
    text-decoration: underline;
}

.item-page-title{
    margin-top: 4.5rem;
}

.page-title h1{
    font-size: 3rem;
    line-height: 3.4rem;
    font-weight: 400;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.item-story-post{
    margin-top: 2rem;
}

.post-title h2{
    font-size: 2.5rem;
    line-height: 2.7rem;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
    padding: 0.5rem 0;
}

.post-title h2 a{
    text-decoration: none;
}

.post-title h2 a:hover{
    text-decoration: underline;
}

.post-description{
    margin-top: 0.25rem;
}

.post-info{
    font-family: 'Oswald', sans-serif;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5rem;
    text-transform: uppercase;
    padding-left: 25%;
}

.post-intro{
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.post-intro p{
    padding: 0;
    margin: 0;
}

.post-tags{
    font-style: italic;
}

.item-see-more{
    margin-top: 2rem;
}

.item-see-more a{
    text-decoration: none;
}

.item-see-more a:hover{
    text-decoration: underline;
}

.item-see-more a h5{
    font-size: 1rem;
    line-height: 1.5rem;
    display: inline;
    box-sizing: border-box;
    border: solid 2px black;
    padding: 0.5rem 1rem;
    margin: 0;
}

.item-pagination{
    text-align: center;
    margin-top: 2rem;
}

.item-pagination a{
    text-decoration: none;
}

.item-pagination a:hover{
    text-decoration: underline;
}

.row{
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}

/* FOOTER */

footer{
    width: 100%;
    padding: 2rem 0;
    background-color: #F4BA7F;
    -webkit-box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.5);
    box-shadow: inset 0px 4px 10px 0px rgba(0,0,0,0.5);
}

footer .container-fluid{
    display: flex;
    justify-content: center;
}

footer .row{
    max-width: 800px;
    width: 100%;
}

.foot-legal-notes{
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
}

.foot-social-links{
    text-align: center;
    font-size: 1rem;
    line-height: 1.6rem;
}

.foot-social-links img{
    width: 50px;
}

.upper-bar{
    border-top: solid 3px white;
}

.upper-bar a{
    display: block;
}

/* COMMENTS */

.comment-form{
    display: flex;
    flex-direction: column;
}

.comment-form p{
    margin: 0 0 1rem 0;
    padding: 0;
}

.comment-form textarea, .comment-form input{
    border: solid 2px white;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    line-height: 1.5rem;
    font-weight: 400;
}

#submit{
    border: solid 2px black;
    background-image:none;
    background-color:transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 10px;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    line-height: 1.6rem;
}

#submit:hover{
    cursor: pointer;
}

.comment-form input::placeholder, .comment-form textarea::placeholder {
    color: black;
    font-style: italic;
    opacity: 1; /* Firefox */
}

#comment-section h3{
    text-transform: uppercase;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 500;
}

#comment-section textarea{
    height: 7rem;
    margin: 0 0 1rem 0;
}

.all-comments{
    padding: 0;
    margin: 0;
}

.all-comments li{
    list-style: none;
    margin-top: 1rem;
}

.all-comments .says{
    display: none;
}

.comment-body p{
    margin: 0rem 0;
    font-family: 'Merriweather', serif;
    font-size: 0.95rem;
    line-height: 1.5rem;
    font-weight: 400;
}

.comment-meta{
    text-transform: uppercase;
    display: inline;
}

.comment-author{
    display: inline;
}

.fn{
    font-style: normal;
    font-weight: 500;
    text-transform: uppercase;
}

/* 404 NOT FOUND */

.not-found{
    text-align: center;
}

.not-found p{
    font-size:1.5rem;
    line-height: 2.3rem;
}

@media screen and (max-width: 1200px){
    .post-info{
        padding-left: 30%;
    }
}

@media screen and (max-width: 992px){
    .post-info{
        padding-left: 15%;
    }
}

@media screen and (min-width: 1200px){
    .font-fix{
        margin-top: -0.1rem;
    }
}

@media screen and (min-width: 992px) and (max-width: 1200px){
    .font-fix{
        margin-top: -0.2rem;
    }
}

@media screen and (max-width: 768px){
    .main-container{
        padding-left: 3rem;
        padding-right: 3rem;
    }

    .breadcrumbs{
        margin-top: 3.5rem;
        margin-bottom: -2rem;
        font-family: 'Oswald', sans-serif;
        font-weight: 400;
        font-size: 1.4rem;
        line-height: 1.6rem;
        text-transform: lowercase;
        font-variant: small-caps;
    }
    

    .item-page-title{
        margin-top: 3.5rem;
    }
    
    .page-title h1{
        font-size: 2.5rem;
        line-height: 2.9rem;
        font-weight: 400;
        text-transform: uppercase;
        margin: 0;
        padding: 0;
    }

    .post-title h2{
        font-size: 2rem;
        line-height: 2.3rem;
        font-weight: 400;
        text-transform: uppercase;
        padding: 0;
        margin: 0;
    }
    
    .upper-bar a{
        display: block;
        margin-top: 0.4rem;
    }

    .post-info{
        padding-left: 0;
        margin-top: 0.2rem;
    }

    .responsive-post-info{
        display: none;
    }

    .post-intro{
        margin-top: 0.25rem;
    }
}

@media screen and (max-width: 576px){
    .main-container{
        padding-left: 0;
        padding-right: 0;
    }

    #what-is-icon img, #hamburger-icon img{
        margin: 2px 0;
        height: 41px;
        width: auto;
    }
}