/* http://mcg.mbitson.com/#!?palette=%23e51a51 */
/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Helvetica:wght@400;700&display=swap');

:root {
    --theme-text-2: #222;
    --theme-text-1: #222;
    --theme-font-family: "Helvetica", sans-serif;
    /*// http://mcg.mbitson.com/#!?tundora=%23414141*/
    /*NAVBAR COLORS*/
    --ob-nav-text-color: #222;
    --ob-nav-bg-color: #fff;
    /*color-theme*/
    --theme-primary-50: #FDE5EF;
    --theme-primary-100: #F9BDD6;
    --theme-primary-200: #F592BB;
    --theme-primary-300: #F166A0;
    --theme-primary-400: #EE458B;
    --theme-primary-500: #EB2477;
    --theme-primary-600: #E9206F;
    --theme-primary-700: #E51B64;
    --theme-primary-800: #E2165A;
    --theme-primary-900: #DD0D47;
    --theme-primary-A100: #FFFFFF;
    --theme-primary-A200: #FFD5DF;
    --theme-primary-A400: #FFA2B8;
    --theme-primary-A700: #FF89A5;
    /*color-contrast*/
    --theme-primary-contrast-50: #010101;
    --theme-primary-contrast-100: #010101;
    --theme-primary-contrast-200: #010101;
    --theme-primary-contrast-300: #010101;
    --theme-primary-contrast-400: #010101;
    --theme-primary-contrast-500: #010101;
    --theme-primary-contrast-600: #FFFFFF;
    --theme-primary-contrast-700: #FFFFFF;
    --theme-primary-contrast-800: #FFFFFF;
    --theme-primary-contrast-900: #ffffff;
    --theme-primary-contrast-A100: #010101;
    --theme-primary-contrast-A200: #010101;
    --theme-primary-contrast-A400: #010101;
    --theme-primary-contrast-A700: #010101;
}

.top-bar-section .dropdown li:not(.has-form):not(.active)>a:not(.button) {
    border-bottom: 1px solid #000;
}

div.main-logo a img {
    width: 280px;
    margin: 1rem 0;
}