/**
 * Fondmarknaden Custom Style
 * (Proprietor 1)
 *
 */

/* csslint ignore:start */

/* CSS custom properties used for the theming of Fondmarknaden */
:root {
    --theme-hue: 160;
    --theme-saturation: 46%;
    --theme-lightness: 44%;
    --theme-alpha: 1;
    --accent-hue: 45;
    --accent-saturation: 80%;
    --accent-lightness: 55%;
    --accent-alpha: 1;
}

.primary-color {
    color:#619081;
}

.primary-border {
    border: 2pt solid #619081;
}

.primary-background {
    background-color: #619081;
}

/*#FM-navbar .FM-navbar-menu-container .FM-navbar-logo img {
    width: 140px !important;
    height: 45px !important;
    max-height:45px !important;
}*/

.FM-navbar-tagline {
    display: none !important;
}

#ctl00_propMenu_lnkLogo {
    width:177px !important;
    height:60px;
    padding-top:5px;
}

/* csslint ignore:end */
