/* Tweaks to template CSS                   */
/* BAbshier 20191007                        */
/********************************************/
/* Lab Brand background color: #003340      */
/* Solarized base 3 color    : #fdf6e3      */
/********************************************/
/* Shift + Refresh to reload css on Firefox */
/********************************************/

/* Entire page */
html, body {
    background-color: white;
    overflow-x: hidden;
}

/* Reducing Space between header and content */
.post-entry {
    margin: 0px;
    padding: 0px;
}
.entry-content {
    margin: 0px;
    padding: 0px;
}

/* Hide the border around the content */
article.page {
    border: none 0px black !important;
    background-color: black;
}

/*** Site content boxes ***/
/* Wrapper extends all the way to the edge of the screen */
#wrapper  {
    padding: 0px;
    background-color: white;
}
#primary {
    background-color: white;
}
/* In the article element */
.hentry {
    padding: 5px !important;
    margin: 0px !important;
    background-color: white !important;
}
/* Innermost box around content */
.entry-content {
    padding-top: 0px;
    background-color: white;
}

/* Remove automatic page title */
.entry-title {
    display: none;
}
