@charset "utf-8";
/* CSS Document */

:root{


/*  -----------------------------------------------------------------------  VARIABLES  ---  */
/*  -----------------------------------------------------------------------  COLORS  ---  */

    --ga-turquoise: #00BBD1;

}


/*  -----------------------------------------------------------------------  MOBILE NAVIGATION  ---  */
#topnavi-mobile{
    display: none !important;
}




/*  -----------------------------------------------------------------------  SUBNAVIGATION BUTTONS  ---  */

.button-testchair:focus,
.button-testchair:active{
    background-color: #faa435;
}

.social-top {

    color: red;

    a{
        svg path{
            fill: currentColor;
        }
    }

    a:link,
    a:visited{
        color: var(--ga-turquoise);
    }
    a:hover,
    a:focus,
    a:active{
        color: red;
        background-color: var(--ga-turquoise);
    }
}