/*
* Globals
*/

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/* Links */
a,
a:focus,
a:hover {
    color: #fff;
}

/*
* Base structure
*/

@font-face {
    font-family: "PTFont";
    src: url("BungeeInline-Regular.ttf") format("truetype");
}

html,
body {
    background-color: #333;
    font-family: "PTFont", Verdana, Tahoma;
    height: 100%;
    width: 100%;
	
    position: fixed;
    overflow: hidden;	
}

html {
    font-size: 62.5%;
}

body {
    display: -ms-flexbox;
    display: flex;
    color: #fff;
    text-shadow: 0 .08rem .16rem rgba(0, 0, 0, .5);	
}

/*****************
HELPERS STYLES
*****************/

.sc_flex {
    align-items: center;
    display: flex;
    justify-content: center;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
	color: #333;
	text-shadow: none; /* Prevent inheritance from `body` */
	background-color: #fff;
	border: .05rem solid #fff;
	border-image-width:10px;
    border-image-outset: 9px;
    font-size: 1.8rem;
}

/*****************
LOGIN STYLES
*****************/

#oculus-signin-url {
    display: inline-block;
    font-size: 3rem;
    text-align: center;
}

/* LOGIN MOBILE STYLES */

@media (max-width: 734px) {
    #oculus-signin-url {
        font-size: calc(2rem / 1.3);
    }
}

@media (max-width: 480px) {
    #oculus-signin-url {
        font-size: calc(2rem / 1.6);
    }
}


/*****************
LAYOUT STYLES
*****************/

.pageMain {
    background-color: #37b3bb;	
    background: url(bg_left_b.png) 0 0 no-repeat,url(bg_right_b.png) 100% 0 no-repeat,url(bg_noise.jpg) 0 0 repeat;
    background-size: auto 100%,auto 100%,auto auto;
    color: #fff;
    display: flex;
	justify-content: center;
}

.sc_page-main {
    width: 90%;
    height: 100vh;
    -webkit-overflow-scrolling: touch;
}

.sc_page-header {
    margin: 0;
}

.sc_page-header-masthead-cont {
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
}

.sc_page-header-masthead {
    align-items: center;
    display: flex;
    height: 3.6rem;
    padding: 0 2rem;
    justify-content: flex-end;
}

.sc_page-cover {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    padding: 2.4rem 2rem;
}

/* .sc_page-cover.is-paused {
    padding: 6rem 2rem 2rem 2rem;
} */

#oculus-signin {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#oculus-signin-url {
    margin: 2rem 0;
}

.sc_page-cover .sc_main-title,
.sc_BitInstructionDiv  {
    margin: 0;
    text-align: center;
    width: 100%;
}

.sc_BitInstructionDiv li {
    text-align: left;
    /* list-style-position: inside;
    padding: 0; */
}

.sc_main-title {
    font-size: 3.8rem;
    display: none;
    left: 0;
    position: fixed;
    top: 2.4rem;
}

.sc_main-title.show {
    display: block;
    min-height: 45px;
    padding: 0 1rem;
}

.sc_page-main .imageContainer {
    max-width: 116rem;
    padding: 0 0 1rem 0;
    position: relative;
    opacity: 0;
    transition: opacity 0.24s ease;
    width: 100%;
}

.imageContainer-image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100vh;
    margin: 0 auto;
    max-width: 96rem;
    max-height: 63rem;
    transition: all 0.04s linear;
    transform-origin: center; 
    width: 100%;
}

.sc_BitInstructionDiv h2 {
    font-size: 3rem;
    margin: 0 auto;
    max-width: 96rem;
    width: 100%;
}

.card-trick .sc_BitInstructionDiv h2 {
    font-size: 2.6rem;
}

.sc_BitProgressDiv {
    align-items: center;
    background: url(bg_progress.png) no-repeat center;
    background-size: contain; 
    display: none;
    justify-content: center;
    
    position:fixed;
    left:0px;
    bottom:0px;
    height:0;
    width:100%;
}

.sc_BitProgressDiv.show {
    height:60px;
}

.sc_BitProgressDiv h1 {
    display: inline-block;
    font-size: 3.6rem;
    margin: 0;
}

.sc_BitProgressPiP
{
    max-height: 40px;	
}


.sc_bit-active { 
    font-size: 1.8rem;
}

.sc_bit-active .sc_inner-text { 
    font-size: 6rem;
    line-height: 1.2;
    margin: 0 auto;
    text-align: center;
    text-shadow: 0 .1rem .18rem rgba(0, 0, 0, .6);
}

.sc_inner-text.scare-timer {
    font-size: 8rem;
}

.sc_bit-active .sc_inner-text.sham {
    font-size: 4rem;
}

.sc_bit-active select option {
    font-size: 1.2rem;
}

.sc_bit-label {
    font-size: 2.4rem;
    line-height: 1.2;
    text-align: center;
}

.centered {
    font-family: "PTFont", Verdana, Tahoma;
    height: auto;;
    left: 50%;
    position: absolute !important; 
    text-align-last:center;
    top: 52%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.sc_page-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 2rem;
	font-size: 1.8rem;
}

/*****************
BIRTHDAY STYLES
*****************/

.ptform-control {
    display: block;
    width: 100%;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.sc_form-container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 24rem;
    margin: 0 auto;
    width: 100%;
}

.sc_form-container .ptform-control {
    flex-basis: 100%;
    margin: 0 1rem 1rem 1rem;
    width: 100%;
    max-width: 24rem;
}

/*****************
TELEKINESIS STYLES
*****************/

.sc_telekinesis {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: relative;	
}

.sc_bit-active.telekinesis {
    height: 100%;
}

.tk-card-input {
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    display: inline-block;
    height: 22rem;
    margin: 1rem;
    transition: all 0.24s ease-in-out;
    width: 16rem;
	border-radius: 10px;
	background-color: white;


	
}

.tk-card-input:hover
{
	color: #008080;
	/*outline: 2px solid black; */
	transform: scale(1.02);	


}

.tk-card-input.tk-card-x {
    background-image: url('../assets/telepathy_xcard.png');
}

.tk-card-input.tk-card-square {
    background-image: url('../assets/telepathy_squarecard.png');
}

.tk-card-input.tk-card-circle {
    background-image: url('../assets/telepathy_circlecard.png');
}

.tk-card-input.tk-card-triangle {
    background-image: url('../assets/telepathy_trianglecard.png');
}

.tk-card-input:active
{
	color: #FF8080;
	/*outline: 3px solid black; */
}

.tk-card-input.selected
{
	color: #FFFF80;
	transform: scale(1.15);
	box-shadow: 0px 0px 40px 10px #0ff;
}

.tk-controller-parent {
    display: flex;
    height: 70%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.tk-controller-input {
	height: 100%;
	cursor: pointer;
}


.tk-controller-left {
	width: 50%;
}

.tk-controller-right {
    width: 50%;
}

.tk-controller-freeze {
    cursor: pointer;
	height: 5.4rem;
	background: url("tk_presstolock.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
    width: 38rem;
    position: absolute;
    top: 75%;
}

.tk-controller-freeze:hover {
	background: url("tk_presstolock_hover.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
}

.tk-controller-freeze.selected
{
	background: url("tk_presstolock_locked.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
}


.tk-controller-freeze2 {
    cursor: pointer;
	height: 5.4rem;
	background: url("tk_presstolock.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
    width: 38rem;
    position: absolute;
    top: 75%;
}

.tk-controller-freeze2:hover {
	background: url("tk_presstolock_hover.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
}

.tk-controller-freeze2.selected
{
	background: url("tk_presstolock_locked.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
}

.tk-presswhentricked {
	cursor: pointer;
	height:60px;
	background: url("tk_presswhentricked.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
    width: 360px;
}

.tk-presswhentricked:hover {
	background: url("tk_presswhentricked_hover.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
}

.tk-pressplayerpickup
{
	/*width: 564px;*/
	cursor: pointer;
	height: 84px;
	background: url("tk_pressplayerpickup.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
    width: 60%;

	
}

.tk-pressplayerpickup:hover
{
	background: url("tk_pressplayerpickup_hover.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
    width: 60%;	
}

.tk-pressoperatorpickup
{
	cursor: pointer;
	height: 84px;
	background: url("tk_presswhenoppickup.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
    width: 60%;

	
}

.tk-pressoperatorpickup:hover
{
	background: url("tk_presswhenoppickup_hover.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
    width: 60%;	
}

.phobia-toggle
{
	cursor: pointer;
	height: 50vh;
}
	

/*****************
SHAM ROBO STYLES
*****************/

.sc_shamrobo.text-bottom .sc_inner-text {
    margin-top: 30%;
}


/*****************
*****************/

.btn_submit {
	cursor: pointer;
	/* height: 84px; */
	height: 50px;
	background: url("btn_submit.png") no-repeat;
	display: inline-block;	
	background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
    margin: 0 auto;
    /* width: 15%;	 */
    width: 150px;	
}

.btn_submit:hover{
    background: url("btn_submit_hover.png") no-repeat;
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

.btn_submit.selected {
    background: url("btn_submit_done.png") no-repeat;
    background-position: center;
    background-repeat: no-repeat;
	background-size: contain;
}

/*****************
*****************/


.title_logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 88%;
    max-height: 100%;
	/*max-width: 70%;*/
}

.nav-masthead .nav-link {
    padding: .25rem 0;
    font-weight: 700;
    color: rgba(255, 255, 255, .5);
    background-color: transparent;
    border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
    border-bottom-color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
    margin-left: 1rem;
}

.nav-masthead .active {
    color: #fff;
    border-bottom-color: #fff;
}

.mastfoot {
    color: rgba(255, 255, 255, .5);
}

#inactive {
    display: none;
}

.hidden {
    display: none;
}

.modal {
    color: #333;
    text-shadow: none;
}


/*****************
MOBILE STYLES
*****************/

/* LAYOUT MOBILE STYLES */

@media (max-width: 1366px) {
    .sc_bit-active .sc_inner-text { 
        font-size: calc(6rem / 1.1);
    }
    .sc_inner-text.scare-timer {
        font-size: calc(8rem / 1.1);
    }
    .sc_bit-active .sc_inner-text.sham {
        font-size: calc(4rem / 1.1);
    }
}

@media (max-width: 992px) {
    .sc_page-main {
        width: 90%;
    }

    .sc_main-title {
        font-size: calc(3.6rem / 1.3);
    }

    .sc_main-title.show {
        min-height: 32px;
    }

    .sc_BitInstructionDiv h2 {
        font-size: calc(3rem / 1.3);
    }

    .card-trick .sc_BitInstructionDiv h2 {
        font-size: calc(2.6rem / 1.2);
    }

    .sc_BitProgressDiv h1 {
        font-size: calc(3.6rem / 1.3);
    }

    .sc_BitProgressDiv.show {
        height: 40px;
    }
	
	.sc_BitProgressPiP {
		max-height: 30px;		
    }
    
    .sc_bit-active .sc_inner-text { 
        font-size: calc(6rem / 1.3);
    }
    .sc_inner-text.scare-timer {
        font-size: calc(8rem / 1.3);
    }
    .sc_bit-active .sc_inner-text.sham {
        font-size: calc(4rem / 1.3);
    }
	
}

@media (max-width: 734px) { 

    .sc_page-cover {
        padding: 1.4rem 1rem;
    }

    .sc_main-title {
        font-size: calc(3.6rem / 1.6);
    }

    .sc_main-title.show {
        min-height: 28px;
    }

    .sc_bit-label { 
        font-size: 1.8rem;
    }

    .sc_BitInstructionDiv li {
        font-size: 1.8rem;
    }

    .sc_BitInstructionDiv h2 {
        font-size: calc(3rem / 1.6);
    }

    .card-trick .sc_BitInstructionDiv h2 {
        font-size: calc(2.6rem / 1.4);
    }

    .sc_form-container .ptform-control {
        height: 34px;
        font-size: 1.3rem;
        line-height: 1;
        margin: 0 .4rem .4rem .4rem;
    }
    
    .btn-secondary {
        font-size: 1.4rem;
    }
    
    .btn_submit {
        height: 32px;
        margin-top: 1rem;
        width: 110px;
    }

    .tk-controller-freeze {
        height: calc(5.4rem / 1.3);
        width: calc(38rem / 1.3);
        top: 74%;
    }
	
    .tk-controller-freeze2 {
        height: calc(5.4rem / 1.3);
        width: calc(38rem / 1.3);
        top: 74%;
    }
	
    .tk-presswhentricked {
        height: calc(6rem / 1.3);
        width: calc(36rem / 1.3);
    }

    .sc_bit-active .sc_inner-text { 
        font-size: calc(6rem / 1.5);
    }
    .sc_inner-text.scare-timer {
        font-size: calc(8rem / 1.5);
    }
    .sc_bit-active .sc_inner-text.sham {
        font-size: calc(4rem / 2.5);
    }
    #oculus-signin-url {
        font-size: calc(3rem / 1.3);
    }
	
	.sc_page-footer {
        height: 1.6rem;
        font-size: 1.4rem;
    }
}
}

@media (max-width: 480px) {

    .sc_page-header-masthead {
        justify-content: flex-start;
        padding-left: 1rem;
    }
    
    #oculus-signin-url {
        margin: .8rem 0;
        font-size: calc(3rem / 1.8);
    }

    .sc_bit-active { 
        font-size: 1.4rem;
    }
    
    .sc_bit-active select option {
        font-size: 1rem;
    }

    .sc_form-container {
        max-width: 16rem;
    }

    .sc_form-container .ptform-control {
        font-size: 1.2rem;
        max-width: 16rem;
        height: 28px;
        margin: 0 .2rem .2rem .2rem;
    }

    .btn_submit {
        height: 24px;
        width: 76px;
    }

    .sc_BitProgressPiP {
		max-height: 24px;		
    }	

    .sc_bit-label { 
        font-size: 1.6rem;
    }

    .sc_BitInstructionDiv li {
        font-size: 1.6rem;
    }
    
    .sc_BitInstructionDiv h2 {
        font-size: calc(3rem / 1.8);
    }

    .card-trick .sc_BitInstructionDiv h2 {
        font-size: calc(2.6rem / 1.6);
    }

    .tk-controller-freeze {
        height: calc(5.4rem / 1.8);
        width: calc(38rem / 1.8);
        top: 72%;
    }
	
    .tk-controller-freeze2 {
        height: calc(5.4rem / 1.8);
        width: calc(38rem / 1.8);
        top: 72%;
    }
	
    .tk-presswhentricked {
        height: calc(6rem / 1.8);
        width: calc(36rem / 1.8);
    }

    .sc_bit-active .sc_inner-text { 
        font-size: calc(6rem / 2.5);
    }
    .sc_inner-text.scare-timer {
        font-size: calc(8rem / 2.3);
    }
    .sc_bit-active .sc_inner-text.sham {
        font-size: calc(4rem / 2.5);
    }

}

@media (max-width: 360px) {

    .sc_BitInstructionDiv h2 {
        font-size: calc(3rem / 2);
    }

    #oculus-signin-url {
        font-size: calc(3rem / 2.2);
    }
}


/*************/
/* LANDSCAPE */
/*************/

@media (max-height: 420px) and (orientation:landscape) { 
    .tk-card-input {
        height: 10rem;
        width: 7.2rem;
        margin: .4rem;
    }
    .tk-controller-freeze {
        height: calc(5.4rem / 3);
        width: calc(38rem / 3);
        top: 75%;
    }
	
	.tk-controller-freeze2 {
        height: calc(5.4rem / 3);
        width: calc(38rem / 3);
        top: 75%;
    }
    .tk-presswhentricked {
        height: calc(6rem / 1.8);
        width: calc(36rem / 1.8);
    }
    .sc_bit-active .sc_inner-text { 
        font-size: calc(6rem / 3);
    }
    .sc_inner-text.scare-timer {
        font-size: calc(8rem / 2.1);
    }
    .sc_bit-active .sc_inner-text.sham {
        font-size: calc(4rem / 2);
    }
    .sc_form-container {
        max-width: 20rem;
    }
    .sc_form-container .ptform-control {
        height: 34px;
        font-size: 1.3rem;
        line-height: 1;
        margin: 0 .4rem .4rem .4rem;
    }
    .btn_submit {
        height: 32px;
        margin-top: 1rem;
        width: 110px;
    }
    .sc_shamrobo.text-bottom .sc_inner-text {
        margin-top: 18%;
    }
    #oculus-signin-url {
        font-size: calc(3rem / 1.4);
    }
    .phobia-toggle.sc_inner-text {
        max-width: 200px !important;
    }
	

	
    .card-trick .sc_BitInstructionDiv h2 {
        font-size: calc(2.6rem / 2);
    }
}

@media (max-height: 375px) and (orientation:landscape) { 
    .tk-card-input {
        height: 8.3rem;
        width: 6rem;
    }
    .sc_shamrobo.text-bottom .sc_inner-text {
        margin-top: 18%;
    }
    .card-trick .sc_BitInstructionDiv h2 {
        font-size: calc(2.6rem / 2.4);
    }
}

/*************/
/* PORTRAIT */
/*************/

@media (max-width: 992px) and (orientation:portrait) { 
    .imageContainer-image {
        height: 50vh;
    }
    
}

@media (max-width: 768px) and (orientation:portrait) { 
    .tk-card-input {
        height: 17rem;
        width: 12rem;
        margin: .4rem;
    }

    .imageContainer-image {
        height: 40vh;
    }
    
}

@media (max-width: 640px) and (orientation:portrait) { 
    .tk-card-input {
        height: 12rem;
        width: 9rem;
        margin: .4rem;
    }

    .tk-card-input:hover {
        transform: scale(1.06);
    }
}

@media (max-width: 520px) and (orientation:portrait) { 
    .tk-card-input {
        height: 10rem;
        width: 7.2rem;
    }

    .imageContainer-image {
        height: 30vh;
    }
}

@media (max-width: 380px) and (orientation:portrait) { 
    .tk-card-input {
        height: 8rem;
        width: 5.8rem;
    }
    #oculus-signin-url {
        font-size: calc(3rem / 2.1);
    }
}

/*--------*/