body {
    background: #f0f2f5;
}

#banner {
    position: relative;
    height: 15%;
    width: 100%;
}

#banner img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
}

#profilePicture {
    margin-top: -42px;
}

#profilePicture img {
    display: inline-block;
    background: white;
}

#content {
    margin-top: 0px;
    padding-top: 5px;
}

#links {
    padding: 14px;
}

#links > .row > .column > .segment {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#links > .row > .column > .segment:hover {
    background: lightgrey;
    cursor: pointer;
}

#links > .row > .column > .segment .icon.header > img {
    margin-bottom: 7px;
}

#atom {

    bottom: 0px;
}

#atom img {
    height: 18px;
}

div.sidePadded {
    padding-left: 20% !important;
    padding-right: 20% !important;
}

.fblue.icon {
    color: #3b5998;
}

/* Semantic UI Overrides */

.center.aligned {
    text-align: center !important;
}

.ui.thin.header {
    font-weight: 100;
}

.ui.subtitle.header {
    margin-top: -6px;
}

.unpadded.segment {
    padding: none;
}

.fluid.segment {
    width: 100%;
}

p.big {
    font-size: 18px;
}

/* Custom Icons from FontAwesome */

i.icon.person-praying:before {
    content: "\f683";
    font-family: FontAwesome;
}
