ul.causes-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    margin-top: 20px;
}

div#home, div#menu1 {
    padding-top: 5%;
}

.causes-list li:nth-child(1){
    margin-right: 10%;
}

.causes-list li {
    /* border: 1px solid #ccc;
    border-radius: 7%;
    padding: 7px 10px;
    margin-bottom: 10px;
    width: 44%; */
    float: left;
    /* text-align: center;
    font-size: 18px;
    font-weight: 700; */
}
.nav-tabs > li > a {
    font-size: 22px;
    font-weight: 700;
}

.causes-list li a {
    width: 100%;
    float: left;
    font-size: 25px;
    font-weight: 700;
}

.causes-list li a {
    text-decoration: none;
    cursor: pointer;
}

.panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';
    /* essential for enabling glyphicon */
    content: "\e114";
    /* adjust as needed, taken from bootstrap.css */
    float: right;
    /* adjust as needed */
    color: grey;
    /* adjust as needed */
}

.panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080";
    /* adjust as needed, taken from bootstrap.css */
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    font-size: 20px;
    font-weight: 700;
}

.modal-header .close {
    margin-top: -30px;
    font-size: 30px;
}

.causes-list {
    margin-top: 20px;
}