body { 
   background-color: white;
}

@font-face {
font-family: airbag;
src: url(../fonts/airbag-free-font/AirbagFree-Regular.otf);
}


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

#wrap {
  min-height: 100%;
}

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

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