/**
* Tundra Fonder Custom Style
* (Proprietor 54)
*
*/

/* csslint ignore:start */

/* CSS custom properties used for the theming of Tundra Fonder */
:root {
    /*Theme Hex: #1d7c9b*/
    --theme-hue: 195;
    --theme-saturation: 68%;
    --theme-lightness: 36%;
    --theme-alpha: 1;
    /*Accent Hex: #3499b8*/
    --accent-hue: 194;
    --accent-saturation: 56%;
    --accent-lightness: 46%;
    --accent-alpha: 1;
    --footer-legal-background-color: #000;
}

#FM-navbar .logo {
    max-width: 110px;
}

#FM-login-hero, #FM-register-hero {
    background-position-y: bottom;
}

/* csslint ignore:end */
