#button-menu {
    background-color: white;
    padding: 5px;
    margin: 0 auto;
    outline: none !important;
}
#button-menu .stamp {
    padding: 5px;
}
#button-menu .stamp .image {
    width: 100%;
    padding-bottom: 60%;
    margin-bottom: 0;
}
#button-menu .stamp .content {
    padding: 0;
}
#button-menu .stamp .menu-label {
    margin-bottom: 0;
    position: absolute;
    bottom: 5px;
    left: 5px;
    right: 5px;
    padding: 5px;
    text-align: center;
}
#button-menu .stamp .menu-label:before {
    content: "";
    position: absolute;
    top: 0; bottom: 0; left: 0; right: 0;
    background-color: #27348b;
    opacity: 0.5;
}
#button-menu .stamp .subheading,
#button-menu .stamp .link-block {
    display: none;
}
#button-menu .stamp .heading {
    position: relative;
    padding: 0;
    font-weight: 700;
    color: white;
    text-shadow: 0 0 10px #27348b;
}
#button-menu.focus .stamp.selected .heading {
    color: #e2b600;
}
.section > h2.section-header {
    text-align: center;
}
.summary-panel h4 {
    margin: 4px 10px 6px;
}
.summary-panel h6 {
    margin: 14px 10px 0;
}
.alumni-story p, .recent-event p, .give-now p {
    margin: 4px 10px;
}

@media only screen and (min-width: 40.063em) {
    #menu-background {
        height: 215px;
    }
    .row.extra-space-fix {
        padding: 0 5px !important;
    }
    .row.extra-space-fix > .column {
        padding: 0 !important;
    }
    #button-menu .stamp .image {
        padding-bottom: 70%;
    }
}

@media only screen and (min-width: 64.063em) {
    #top-menu {
        margin: 0;
        height: 0;
        visibility: hidden;
    }
    #main {
        padding-top: 70px;
    }
    #header-background {
        height: 1000px;
    }
    #header .main-nav {
        background-color: transparent;
    }
}
