﻿#homepage-body {
    background: url(/img/homebg.jpg) no-repeat #000;
    background-size: cover;
}

#homepage #flex {
    margin-top: 7%;
}

#homepage #flex #flex-board {
    background-color: #e5e5e5;
    padding: 50px;
    text-align: center;
}

#homepage #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 !important;
}