/* Main nav */
@media screen and (min-width: 740px) and (max-width: 979px) {
    #nice-menu-1>li>a {
        padding: 0 14px !important;
    }
}

@media screen and (min-width: 980px) {
    #nice-menu-1>li>a {
        padding: 0 27px !important;
    }
}

/* Paragraph styling */
p {
    margin-bottom: 1.5%;
    margin-top: 1.5%;
    }
    
/* Sidebar second fixes */
#block-menu-block-2 .menu-block-wrapper .menu li.last {
    border-bottom: none !important;
}

#block-menu-block-2 li a {
    color: #EFE8D8 !important;
}

#region-user-second .menu li.last {
  border-left: 1px solid #C9AB80 !important;
}

.container-12 .grid-4 {
    box-sizing: border-box;
}

/* Donate button */
#donate-btn a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background-color: #ac0809;
    padding: 6px 14px;
    text-align: center;
    margin-bottom: 15px;
}