﻿#homepage-body {
    background: url(/AdminTemplate/images/swp-banner.jpg) no-repeat center center fixed #156445;
    background-size: cover;
}

#homepage #flex {
    margin-top: 7%;
}

    #homepage #flex #flex-board {
        background-color: #d8f6e8;
        padding: 50px;
        text-align: center;
    }

#homepage #footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 0 !important;
}

#copyRight {
    background: rgba(0, 0, 0, 0.7);
    padding: 25px 0;
}

    #copyRight .copyright-text {
        text-align: center;
    }

        #copyRight .copyright-text p {
            margin: 0px;
            padding: 0px;
            font-size: 14px;
            color: #fff;
            white-space: unset !important;
        }