/* dynamic gyroscope logo */

/* id */

body {
    
}

/* logo-dev */

.ica-logo {
    position: fixed;
    bottom: 18px;
    right: 18px;
    width: 120px;
    height: 60px;
    z-index: 1500;
    background-image: url(../../media/png/ica_LOGO_BLUE.png);
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    animation-name: blur;
    animation-duration: 2.5s;
}

.ica-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 */


/* 75th anniversary logo */

.ica-logo img
{
    opacity: 0;
}
body[ica-color-theme="dark"] .ica-logo
{
    background-image: url(../../media/png/ica_LOGO_WHITE.png);
}
body[ica-color-theme="dark"] .pseudo-icons-container .ica-logo {
    background-image: url(../../media/png/ica_LOGO_K.png);
}

.pseudo-icons-container .ica-logo {
    z-index: 1550;
}
.menu-icon.menu-text-icon {
    font-family: 'icadiatype', Helvetica, sans-serif;
    font-weight: normal;
    
}
/* .ica-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;
    }

    .ica-logo {
        /* top: auto; */
        bottom: 12px;
        width: 100px;
        height: 48px;
    }
}


/* animation */
