

* {
    margin: 0;
    font-family: 'Lora', sans-serif; !important;
}

.ui.header, .list a, .item,.item b, .ui.link.item span, .menu a.item, .site-footer .ui.segment.inverted .container{
    font-family: 'Source Sans Pro', sans-serif; !important;
}



html, body {
    height: 100%;
}
.pusher {
    padding-top:5em;
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -57px;
}
.pusher:after {
    content: "";
    display: block;
}
.site-footer, .pusher:after {
    height: 57px;
    padding-top: 15px;
}
.site-footer .ui.segment.inverted{
    border-radius: 0 !important;
}

.ui.styled.accordion .title{
    font-family: 'Source Sans Pro', sans-serif; !important;
}

.ui.fluid.styled.accordion .content{
    padding-left:3em;
}

.ui.divided.link.list.green a{
    color:green;
}

.ui.divided.link.list.orange a{
    color:orangered;
}

.ui.divided.list a:hover{
    text-decoration: underline;
    color:black;
}