/*
Theme Name: elujoba
Theme URI: http://example.com/my-custom-theme
Author: Yinka Elujoba
Author URI: http://example.com
Description: An elujoba theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, theme, development
Text Domain: my-custom-theme
*/

body {
    color: #535353;
    font-family: "IBM Plex Sans", serif;
    font-weight: 400;
    font-style: normal;
}

  div, section, p, nav, input, textarea, header {
    box-sizing: border-box;
}
  
  .italic {
    font-family: "IBM Plex Sans", serif;
    font-weight: 400;
    font-style: italic;
  }
  header {
    padding-top: 20px;
    position: fixed;
    width: 100%;
    }

    .headlink {
        color: #535353;
        text-decoration: none !important;
    }
  
.container {
    width: 75%;
    margin: auto;
}
.flexHead {
    display: flex;
    justify-content: space-between;
}

.wrap {
    clear: both;
    padding-bottom: 100px;
}
.master-holder {
    padding-top: 100px;
}
.cover-image {
    width: 100%;
}
.home-content-area {
    max-width: 420px;
    margin: auto;
}
.blogFlow {
    clear: both;
}
.blog-content{
    padding-top: 20px;
    font-size: 15px;
    line-height: 28px;
    padding-bottom: 50px;
}
.blog-content img {
    width: 100%;
}

.blog-content-home {
    padding-top: 20px;
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 50px;
}
.blog-content-home img {
    width: 100%;
}

.image-caption {
    padding-top: 5px;
    font-size: 11px;
    color: #676767;
}
main a {
    color: #686868;
    font-style: italic;
}
main a:hover {
    color: #000000;
}
.page-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.page-title-link {
    font-size: 24px !important;
    margin-bottom: 10px;
    text-decoration: none !important;
    font-style: normal !important;
}
.blog-content figure {
    margin: 0 0 0 0 !important;
}
.blog-content-home figure {
    margin: 0 0 0 0 !important;
}
.blog-content {
    margin-bottom: 80px;
}
div, section, p, nav, input, textarea, header {
    box-sizing: border-box;
}
#openerButton {
    cursor: pointer;
}
#closerButton {
    cursor: pointer;
    color: #676767;
    font-size: 20px;
    margin: auto;
    text-align: center;
    padding-top: 10px;
}

#menuHolder {
    width: 400px;
    background: #ffffff;
    height: 100%;
    position: fixed;
    display: none;
    right: 0px;
    top: 0px;
    z-index: 99999999990;
}
.menu-list {
    list-style: none;
    text-align: right;
    padding-right: 50px;
    padding-top: 50px;
}
.menu-list li {
    margin-bottom: 10px;
}
.menu-list li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #747474;
    text-align: center;
    font-size: 15px;
}
.menu-list li a:hover {
    text-decoration: underline;
}
