p {
    text-align: justify;
}
#sidebar-toggler {
    color: #fff;
    background-color: transparent;
    display: none;
}
#topbar-toggler {
    visibility: visible;
}
#logo {
    margin-top: 2.9em;
}
.content-wrapper {
    margin: 3em auto;
}
.grid-wrapper {
    margin: 3em;
}
.header-wrapper {
    margin: 1em 2em;
}
.ui.segments {
    border: none;
}
.ui.segments {
    border: none;
    box-shadow: none;
}
.floated.image.warp {
    margin-bottom: 0;
}
.remove-bottom-margin{
    margin-bottom: 0;
}
.ui.segment.grid {
    padding: auto 0;
}
#edit-del {
    border: none;
}
#footer {
    justify-content: center;
    margin-bottom:0;
}
#footer-left{
    text-align: right;
}
.footer.column{
    color: #fff;
}
#copyright {
    text-align: center;
    background-color: #1b1c1d;
    color: #fff;
    margin-top:1em;
    padding-bottom: 1em;
}
@media (max-width:768px) {
    #sidebar-toggler {
        display: unset;
    }
    #topbar-toggler {
        visibility: hidden;
    }
}