.page-header {
    background-color: #D33334;
    color: #fff;
}

h3:after, .subSection-title:after {
    border-bottom-color: #D33334;
}

.siteFooter {
    border-top-color: #D33334;
}

@media (min-width: 300px) {
h2, .mainSection-title {
    background-color: #f5f5f5;
    padding: 14px 10px 10px;
    border-top: 2px solid #D33334;
    border-bottom: 1px solid #e9e9e9;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
.siteHeader.navbar {
    border-radius: 0;
    border-bottom: 1px solid #D33334;
}
}
@media (min-width: 1100px) {

.siteHeader.navbar {
    border-radius: 0;
    border-bottom: 1px solid #D33334;
}

h2, .mainSection-title {
    border-top: 0;
    text-align: center;
    width: 100%;
    margin: 0 auto 20px auto;
    background-color: white;
    border-bottom: 1px solid #D33334;
    border-top-color: white;
    font-weight: bold;
    font-size: 24px;
}
.ramen-margin {
margin-bottom: 32px;
}
}