/* Main */
html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-family: sans-serif;
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none;
}

h1 {
    margin: 0;
    padding: 5px;
}

.webgl
{
    position: fixed;
    top: 0;
    left: 0;
    outline: none;
}

.ScanPrompt {
    transition: opacity 1s;
    opacity: 0;
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 40%;
    transform: translateY(-50%);
    width: 250px;
    height: 250px;
    margin-left: auto; 
    margin-right: auto;
    text-align: center;
    color: white;
    padding: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
#prompt-image {
    height: 250px;
    width: 250px;
    background-image: url("Images/QR.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 150px, 150px;
}

#look-around-container {
    position: absolute;
    transition: opacity 1s;
    opacity: 0;
    display: flex;
    left: 0; 
    right: 0; 
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
}
#look-around {
    flex-grow: 1;
    height: 250px;
    width: 250px;
    background-image: url("Images/look_around.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 250px, 250px;
}

/* Release Buttons */

#release-container {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    color: white;
    text-align: center;
    display: flex; flex-direction: column; width:100%; color:#fff; text-align:center; align-items: center;
    font-weight: bold;
    font-size: small;
    text-transform: uppercase;
}
#release-top {width: 100%; height: 40px; display: none;
    background-image: url("Images/top-button.svg");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 180px, auto;
}
#release-button-container {
    display: none;
    margin-top: 2px;
    border: 1px solid #d49b66;
    border-radius: 60px;
}
.release-button {
    padding: 15px;
    width: 250px;
    margin: 5px;
    border: 1px solid #d49b66;
    border-radius: 60px;
    background-color: black;
}
#releasePink {display: none;}
#releaseBlue {display: none;}
#releaseRed {display: none;}
#releaseOrange {display: none;}
#releaseRainbow {display: none;}

/* Record Controls */

.Controls {
    display: none;
    position: absolute; 
    left: 0; 
    right: 0; 
    margin-left: auto; 
    margin-right: auto;
    width: 150px;
    bottom: 0;
    padding: 15px;
    text-align: center;
    color: white;
    text-transform: uppercase;
    justify-content: center;
}

#startRec {
  height: 50px;
  width: 50px;
  background-color: red;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
#stopRec {
    display: none;
    height: 50px;
    width: 50px;
    background-color: red;
    cursor: pointer;
}

/* Sidebar */

#ButterflyChecksContainer {
    transition: left 0.5s;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: -70px;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 70px;
    height: 325px;
    background-color: #327CC5;
    align-items: center;
    border-top: 20px solid #0A63BB;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
#container-arrow {
    transition: left 0.5s;
    position: absolute;
    display: flex;
    flex-direction: column;
    left: 0;
    bottom: 0;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    width: 20px;
    height: 70px;
    background-image: url("Images/sidebar.png"); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px, 70px;
}
.butterfly-image {width: 70px; height: 50px; color:#fff; 
    background-image: url("Images/butterfly.svg"); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50px, 50px;
}
.bar-image {width: 70px; height: 10px; color:#fff;
    background-image: url("Images/bar.png"); 
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
#pinkCheck { flex: 1;}
#blueCheck { flex: 1;}
#redCheck { flex: 1;}
#orangeCheck { flex: 1;}
#rainbowCheck { flex: 1;}

#intro-overlay {margin: 0; padding: 0; width: 100%; height: 100%; background-color: black; 
-webkit-box-shadow:
    inset black 0 0 0 11px,
    inset #d49b66 0 0 0 12px;
-moz-box-shadow:
    inset black 0 0 0 11px,
    inset #d49b66 0 0 0 12px;
box-shadow:
    inset black 0 0 0 11px,
    inset #d49b66 0 0 0 12px;
}

/* Intro Screen */

.overlay {position:absolute; z-index:10; text-transform: uppercase; margin: 3px;}

#overlay-container {display: flex; flex-direction: column; top:50%; width:100%; transform: translateY(-50%); height:auto; color:#fff; text-align:center; align-items: center;}

#top-left {top:0px; left:0px; width:200px; height:200px; color:#fff; 
    background-image: url("Images/top-left.svg"); 
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 150px, 150px;}

#top-right {top: 0px; right:-4px; width:200px; height:200px; color:#fff;
    background-image: url("Images/top-right.svg"); 
    background-position: right top;
    background-repeat: no-repeat;
    background-size: 125px, 125px;}

#bottom-left {bottom:0px; left:-4px; width:200px; height:200px; color:#fff;
    background-image: url("Images/bottom-left.svg"); 
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: 125px, 125px;}

#bottom-right {bottom:0px; right:0px; width:200px; height:200px; color:#fff;
    background-image: url("Images/bottom-right.svg"); 
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 150px, 150px;}

#logo {width: 100%; height: 200px;
    background-image: url("Images/logo.svg"); 
    background-position: center;
    background-repeat: no-repeat;
    background-size: 270px, auto;}
#text-area {width: 80%; text-transform: uppercase; font-size: small; font-weight: bold;}

#opt-top {background-image: url("Images/top-button.svg"); width: 100%; height: 40px;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 180px, auto;}
#opt-button {padding: 5px; margin: 10px; margin-top: 2px; background-color: black; color: white; border-radius: 50px; border: 1px solid #d49b66; font-size: small;}
#opt-in {display: inline-block; width: 80px; cursor: pointer; background-color: #008341; padding: 15px; border-top-left-radius: 60px; border-bottom-left-radius: 60px; border: 1px solid #d49b66;}
#opt-out {display: inline-block; width: 80px; cursor: pointer; background-color: black; padding: 15px; border-top-right-radius: 60px; border-bottom-right-radius: 60px; border: 1px solid #d49b66;}

#continue-button {width: 150px; cursor: pointer; padding: 15px; color: white; font-weight: bold; font-size: small;}