/* dynamic gyroscope logo */

/* id */

body {
    
}

/* logo-dev */

#logo {
    position: relative;
    height: 100%;
    /*mix-blend-mode: screen;*/
    /* opacity: 0.75; */
    cursor: pointer;
    z-index: 1000;
}
#logo > a
{
    display: block;
}

#logo-dev-chooser {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 18px;
    line-height: 30px;
}

#logo-dev-chooser a {
    display: block;
}

#logo-dev-chooser a:hover {
    color: #CCC;
}

#logo-dev-chooser a:active {
    color: #999;
}


/* standard logo */

#menu ~ #logo {
    position: fixed;
    right: 12px;
    bottom: 10px;
    height: auto;
    width: 100px;
    /*mix-blend-mode: screen;*/
    opacity: 0.75;
    z-index: 1000;
}

/* 75th anniversary logo */

#menu ~ #logo.anniversary {
    right: 18px;
    bottom: 15px;
    width: 120px;
    height: 60px;
    opacity: initial;
    background-image: url(../../media/png/ica_LOGO_BLUE.png);
    background-size: cover;
    background-repeat: no-repeat;
    
}

#menu ~ #logo.anniversary img
{
    opacity: 0;
}

body[ica-color-theme="dark"] #menu ~ #logo.anniversary
{
    background-image: url(../../media/png/ica_LOGO_WHITE.png);
}



/* #menu ~ #logo div {
    top: initial;
    left: initial;
    transform: initial;
    position: absolute;
    mix-blend-mode: screen;
    opacity: 1.0;
} */

#logo-r {
    display: none;
}

#logo-g {
    display: none;
}

#logo-b {
    display: none;
}

#logo-w {
}

#logo-x {
    display: none;
}

#logo-hamburger {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 60px;
    mix-blend-mode: initial;
}

#debug {
    position: fixed;
    left: 10px;
    bottom: 10px;
    padding-left: 2px;
    padding-right: 2px;
    background-color: #FF0;
    visibility: hidden;
}
body.color-reversed .color-theme.menu-icon
{
    opacity: 0.5;
    cursor: auto;
}


/* class */

.center-align {
    text-align: center;
}

.blur {
    filter: blur(10px);
}

/* mobile */

/* vertical iPad / horizontal iPhone */
@media screen and (max-width: 768px) {
    #dev-icon
    {
        left: 0;
    }
}

/* vertical iPhone */
@media screen and (max-width: 500px) {
    /* these r-g-b could go away */

    #logo-r {
        display: block;
    }

    #logo-g {
        display: block;
    }

    #logo-b {
        display: block;
    }

    #logo-w {
    }
}


/* animation */
