@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700');

body {
    background-color: white;
    font-family: 'Lato', sans-serif;
}

body:before {
    width: 0;
}

h1,h2 {
    font-weight: 300;
}

.sidebar { 
    display: none;
}

.site-content {
    margin-left: 0%;
    width: 100%;
}

.hentry, .page-header, .page-content {
    box-shadow: none;
}

.site-main {
    padding: 0;
}

.entry-title {
    display: none;
}

.site-footer {
    display: none;
}