body { 
   background-color: #F5F6FA;
}


.ui.menu .item:before {
    width: 0px;
}

#wrap {
  min-height: 100%;
}

#footer {
    position: relative;
    margin-top: -200px;
    /* negative value of footer height */
    height: 255px;
    clear: both;
    background: #0e3959;
}

#main {
    overflow: hidden;
    padding-bottom: 300px;
    /* must be same height as the footer */
}