/*
    This file is part of Workout Manager

    Workout Manager is free software: you can redistribute it and/or modify
    it under the terms of the GNU Affero General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.

    Workout Manager is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU Affero General Public License for more details.

    You should have received a copy of the GNU Affero General Public License
    along with Workout Manager. If not, see <http://www.gnu.org/licenses/>.
*/

/**************************************************************
 *
 * This file contains custom classes and styles
 *
 **************************************************************/

/**************************************************************
 * Font definitions
 **************************************************************/

/* font-face kit by Fonts2u - http://www.fonts2u.com */
@font-face {
    font-family: "Open Sans Light";
    src: url("/static/fonts/OpenSans-Light.74b082c44a96.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans";
    src: url("/static/fonts/OpenSans-Regular.55b8ce1f9a32.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Open Sans Bold";
    src: url("/static/fonts/OpenSans-Bold.57988d1e313c.woff") format("woff");
    font-weight: normal;
    font-style: normal;
}


/* sticky footer */

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 5rem !important; /* Margin bottom by footer height */
}

footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 4rem; /* Set the fixed height of the footer here */
}


/*
 * Images in links are vertically aligned
 */
a img {
    vertical-align: middle;
}

/*
 * Make more space for the page title
 */
#page-title {
    margin-top: 0.5em;
}


/**************************************************************
 * extra-bold fonts
 **************************************************************/

.extra-bold {
    font-family: "Open Sans Bold", Arial, Helvetica, sans-serif;
    font-weight: 300;
}


/*
 * Spacing below the tables generated by DataTables
 */
.dt-container {
    margin-bottom: 1.5rem;
}
