.section_header {
    width: 100%;
    display: block;
}
.section_header .module-header {
    padding: 10px 15px 10px 15px;
    margin: -10px -15px 10px -15px;
}
.section_header .pull-right {
    width: 100%;
    float: none;
    text-align: center;
}
.section_header .pull-right .icon {
    width: auto;
}

/*Hide nonexistent events pages*/
.entryEditPage-bundleTarget[data-bundle-id="7438464:Bundle:1590"],
.entryEditPage-bundleTarget[data-bundle-id="7438464:Bundle:1712"],
.entryEditPage-bundleTarget[data-bundle-id="7438464:Bundle:1715"],
.entryEditPage-bundleTarget[data-bundle-id="7438464:Bundle:1399"] {
  display: none!important;
}
/* End of Hide nonexistent events pages*/

.header-nav.navbar {
  position: relative;
  top: -30px;
}

/* Reduce website header logo size */
.header-logoImage img {
  width: 420px !important;
}

/* Reduce space above the footer without creating space below it */
.site-footer.container {
  padding-top: 0 !important;
  margin-top: -30px !important;
}