/*
Theme: Circa.art
*/



@font-face {
    font-family: 'HelveticaNeue-CondensedBold';
	src: url('../fonts/HelveticaNeue-CondensedBold.eot');
	src: local('☺'), url('../fonts/HelveticaNeue-CondensedBold.woff') format('woff'), url('../fonts/HelveticaNeue-CondensedBold.ttf') format('truetype'), url('../images/HelveticaNeue-CondensedBold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}



html{
    overflow: auto;
}
body {
    font-family: helvetica;
    font-size: 8vw;
    line-height: 1.2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body, select, input, textarea {
    color: #000;
}

a {color: #000; text-decoration: none;}
a:hover {color: #000;}

/* Custom text-selection colors (remove any text shadows: http://twitter.com/miketaylr/status/12228805301) */
::-moz-selection{background: #000; color: #fff; text-shadow: none;}
::selection {background: #000; color: #fff; text-shadow: none;}

/*	j.mp/webkit-tap-highlight-color */
a:link {-webkit-tap-highlight-color: #000; color: #000;}

ins {background-color: #fff; color: #000; text-decoration: none;}
mark {background-color: #fff; color: #000; font-style: italic; font-weight: bold;}

/* Mozilla dosen't style place holders by default */
input:-moz-placeholder { color:#a9a9a9; }
textarea:-moz-placeholder { color:#a9a9a9; }

.clearafter:after{
    content: '';
    display: block;
    clear: both;
}








/*
-------------------------------------------------------------------------------*/


body {
    height: 100vh;
}


#selector {
    padding: 0 10px;
/*    position: fixed;*/
/*    top: calc(50vh - 1vw);*/
/*    top: 10px;*/
    margin-top: 10px;
    width: 100%;
    background: transparent;
    background-color: transparent;
}


#selector.opened {
    top: calc(50vh - 5vw);
}




select {
    width: 100%;
    outline: none;
    font-size: 6vw;
}


/* Removed empty ruleset */
#selector .main-selector {
    border: 1px solid #c2c2c2;
    border-radius: 1.2em;
    overflow: hidden;
    cursor: pointer;
        box-shadow: inset 0px 0px 20px 0px #0000006b;
    background-color: #fff;
}

#selector .main-selector .main-option {
    float: left;
    width: calc(100% - 1.2em);
    line-height: 1.2em;
    padding-left: 1.5vw;
}

#selector .main-selector .arrows {
    float: left;
    width: 1.2em;
/*    background-color: var(--color-blue);*/
    background: linear-gradient(0deg, rgba(11,88,191,1) 0%, rgba(137,199,255,1) 50%, rgba(11,88,191,1) 100%);
    border-radius: 1.2em;

}
#selector .main-selector .arrows img {
    height: 0.6em;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#selector .secondary-selector {
    color: #000;
    border-radius: 0.6em;
    margin-top: 10px;
    overflow: hidden;
    display: none;
    border: 1px solid #8f8f8f;
    box-shadow: inset 0px 0px 20px 0px #0000006b;
    background-color: #fff;
}
#selector .secondary-selector a {
    color: #000;
    display: block;
}
#selector .secondary-selector .option {
    line-height: 1.2em;
    cursor: pointer;
    padding-left: 1.5vw;
    border-radius: 1.2em;
}
#selector .secondary-selector .option:hover {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px) saturate(150%);
    -webkit-backdrop-filter: blur(20px) saturate(150%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 15px rgba(255, 255, 255, 0.3);
}



img.t-logo {
    height: 7vw;
}






/*
-------------------------------------------------------------------------------*/
.ball {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 50%;
  position: relative;
  background: radial-gradient(circle at 50% 120%, #81e8f6, #76deef 10%, #055194 80%, #062745 100%);
        box-shadow: 0px 0px 15px #000000bf;
}
.ball:before {
  content: "";
  position: absolute;
  top: 1%;
  left: 5%;
  width: 90%;
  height: 90%;
  border-radius: 50%;
  background: radial-gradient(circle at 50% 0px, #ffffff, rgba(255, 255, 255, 0) 58%);
  -webkit-filter: blur(5px);
  filter: blur(5px);
  z-index: 2;
}

.stage {
  width: 1.2em;
  height: 1.2em;
  display: inline-block;
  display: block;
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -ms-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
  -webkit-perspective-origin: 50% 50%;
  -moz-perspective-origin: 50% 50%;
  -ms-perspective-origin: 50% 50%;
  -o-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
}


/*
-------------------------------------------------------------------------------*/








@media screen and (max-width: 960px) {
    

    

    body {
        font-size: 12.5vw;
        overflow: hidden;
        height: inherit;
        padding-bottom: 80px; /* Add padding to accommodate footer */
    }
    
    #selector .secondary-selector .option {
        margin: 10px 0;
        line-height: 1.1em;
        border-radius: 5vw;
    }
    
    /* Fix footer positioning on mobile */
    .footer {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        text-align: center;
        padding: 10px 20px;
        z-index: 1000;
        background-color: transparent;
        backdrop-filter: none;
        -webkit-backdrop-filter: none;
    }
    
    /* Make PNG images bigger on mobile */
    img.t-logo,
    .twitch-status-img,
    img.captain-cypher-logo {
        height: 10vw !important;
        width: auto;
    }


        
} 


