.sitemapbutton {
    display: block;      
    width: calc(100% - 40px); 
    margin: 0 20px;           
    text-align: center;  
}
/* Header menu */
.menu-wrapper > div{ display: flex;}
.menu-container{ margin:0 auto;}
.menu-container nav{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    float: none;
}
/* Blog */
.blog-container h2{ font-size: 24px !important; line-height: 30px;}
.blog-container p{ margin-bottom: 20px;}
.blog-content h2{ margin-top: 20px;}
/* Individual pages */
h4.box-header, h1.page-margin-top-section{ line-height: 1.1em;}
.box-header::after{
    width: 0%;
    height: 0px;
}
.top-paragraph{ font-size: 40px !important;}
ul li, ol li{ 
    line-height: 1.3em;
    font-size: 22px;
    color: #000;
    padding: 10px 0;
}