/**,:after,:before{box-sizing:border-box}
html{font-size:100%}
body{margin:0;padding:0px;}
.wrapper{margin:auto;max-width:75rem}
aside,footer,header,main,section{display:block;margin:0;padding:1.25rem;border:0px solid #000;color:#fff}
main{background:#000}
.header{background:#000}
.hero{background:#d22b1f}
@media screen and (max-width:640px){.flex-container{display:flex}}
.content{flex:1;background:#129a22}
.sidebar{flex:0 1 300px;background:#673ab7}
.footer,.sidebar{border:1px solid #000}
.footer{background:#616161}








body {
		background-color: #000000;
		width:100%;
		
}*/
#cursorcanvas {
	width:100% !important;
}

#backgroundText {
	display:inline-block;
	/*position:fixed;*/
	width: 100%; /* Full width (cover the whole page) */
	/* height: 100%; /* Full height (cover the whole page) */ 
	right: 0;
	top: 0%;
	text-align: center;
	padding-right:3%;
	font-size:20px;
	color:#434242; /*turned to white in javascipt*/
	z-index: -1;
	margin: auto;
}

#container {
	display:inline-block;
	background-color: #000000;
	/*position:fixed;*/
	width:100%;
	/* height:30%; */
	z-index: 1;
	margin-top:1%;
	padding-bottom:3%;
}


#yearCounter {
	/*display:inline-block;*/
	/*position: fixed;*/ /* Sit on top of the page content */
  width: 100%; /* Full width (cover the whole page) */
  height: 100%; /* Full height (cover the whole page) */
	margin: auto;
	text-align: center;
	font-size: 28px;
  /*top: 0;
  left: 48%;
  right: 0;
  bottom: 0;*/
	color: #ddd;
	padding-top: 20px;
	text-shadow: 0px 0px 3px #434242;
  background-color: #000000; /* Black background with opacity */
  z-index: -1; /* Specify a stack order in case you're using a different order for other elements */
}

.title {
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
	color:#ffffff;
	text-align:center;
	margin-bottom:50px;
	width="50%";
	 height="auto";
}

.playpause{
	/*display:inline-block;*/
	/*position: fixed;*/ /* Sit on top of the page content */
	/*top:5px;
	right:40%;*/
	width:60px;
	height:60px;
	border-radius:50%;
	background-color:#73349d;
	padding:20px 0 0 20px;
}

.playpause label {
	/*display: block;*/
	box-sizing: border-box;
	width: 0; height: 24px;
	border-color: transparent transparent transparent #ffffff;
	transition: 100ms all ease;
	cursor: pointer;
	border-style: double;
	border-width: 0px 0 0px 22px;}
.playpause input[type="checkbox"] {display: none;}
.playpause input[type="checkbox"]:checked + label {
	border-style: solid;
	border-width: 12px 0 12px 22px;
	height:0px; }


/* ###################TELESCOPE BUTTONS##########################*/

.imgbutton {
	/*float:left;*/
	width:120px;
	margin: 0 3% 0 3%;
	color: #b3b3b3;
font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align:center;
	line-height: 150px;
	border: none;
	height:60px;
	text-shadow: 0px 0px 3px #434242;
	display: inline-block;
	
}

.imgbutton:active {
  -webkit-transform:scale(0.9); /* Safari and Chrome */
}

.imgmanual:active {
  -webkit-transform:scale(0.9); /* Safari and Chrome */
}

#xray_button {
	background: url('./images/buttons/xrayButton.png') no-repeat;
	background-size:cover;
	background-position:center center;

}
#opt_button {
	background: url('./images/buttons/optButton.png') no-repeat;
	background-size: cover;
	background-position:center center;
}

#xrayOff_button {
	background: url('./images/buttons/xrayOff.png') no-repeat;
	background-size:cover;
	background-position:center center;
}
#optOff_button {
	background: url('./images/buttons/optOff.png') no-repeat;
	background-size: cover;
	background-position:center center;
}




.imgbutton:not(.hidden), .imgbutton:hover {
	/*border-radius: 50%;*/
	transition: box-shadow 0.3s ease;
}

/*#xray_button {
	box-shadow: 0 0 5px 5px MediumPurple;
}
#opt_button {
	box-shadow: 0 0 5px 5px LightSalmon;
}
*/

/* ##################### ROCKER ###########################*/

.rocker {
  display: inline-block;
  position: relative;
	/*margin-top: -20px;*/

  /*font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  color: #111;*/
  width: 100%;
  /*height: 120px;*/
 /* overflow: hidden;*/
 /* border-bottom: 15px solid transparent;*/
 
  float:left;

	/* height: 5%; */
	margin-right: 1.5%;
	color: #b3b3b3;
font-family: 'Roboto', sans-serif;
	font-size: 20px;
	line-height: 90px;
	border: none;

	text-shadow: 0px 0px 3px #434242;
}

.rocker::before {
  content: "";
  position: absolute;
  top: 30px;
  left: 15px;
  right: 15px;
  bottom: 0;
  /*background-color: #222; *//*#666*/
  /*border: 15px solid transparent;
  border-bottom: 0;*/
}

.rocker input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch-left,
.switch-right {
 /* cursor: pointer;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 75px;
  width: 90px;
  transition: 0.2s;*/
  
  float:left;
	width:120px;
	/* height: 5%; */
	margin: 0 3% 0 3%;
	color: #b3b3b3;
font-family: 'Roboto', sans-serif;
	font-size: 20px;
	text-align:center;
	line-height: 150px;
	border: none;
	height:60px;
	text-shadow: 0px 0px 3px #434242;
}

.switch-left {
 /*height: 72px;
  width: 82.5px;
  left: 25.5px;
  bottom: 12px;
  background-color: #666;
  transform: rotate(15deg) skewX(15deg);*/
  background: url('./images/buttons/optOff.png') no-repeat;
	background-size: cover;
	background-position:center center;
	color: #b3b3b3;
  }

.switch-right {
  /*right: 15px;
  bottom: 0;
  background-color: #ddd;
  color: #111; */
  background: url('./images/buttons/xrayButton.png') no-repeat;
	background-size:cover;
	background-position:center center;/*text*/
	color: #b3b3b3;
  
}

.switch-left::before,
.switch-right::before {
  /*content: "";
  position: absolute;
  width: 12px;
  height: 73.5px;
  bottom: -13.5px;
  background-color: #111;
  transform: skewY(-65deg);*/
  float:left;
	width:120px;
	/* height: 5%; */
	margin-right: 1.5%;
	color: #b3b3b3;
font-family: 'Roboto', sans-serif;
	font-size: 20px;

	line-height: 150px;
	border: none;
	height:60px;
	text-shadow: 0px 0px 3px #434242;
}

/*.switch-left::before {
  left: -12px;
}

.switch-right::before {
  right: -11.25px;
  background-color: transparent;
  transform: skewY(65deg);
}*/

input:checked + .switch-left {
 /* background-color: #ddd;
  color: #111;
  bottom: 0px;
  left: 15px;
  height: 75px;
  width: 90px;
  transform: rotate(0deg) skewX(0deg);*/
  background: url('./images/buttons/optButton.png') no-repeat;
	background-size: cover;
	background-position:center center;
	color: #b3b3b3;
}

input:checked + .switch-left::before {
  background-color: transparent;
  width: 92.499px;
  color: #b3b3b3;
}

input:checked + .switch-left + .switch-right {
  /*background-color: #666;
  color: #111;
  bottom: 12px;
  right: 24px;
  height: 72px;
  width: 82.5px;
  transform: rotate(-15deg) skewX(-15deg);*/
   background: url('./images/buttons/optOff.png') no-repeat;
	background-size: cover;
	background-position:center center;
	color: #b3b3b3;
}

/*input:checked + .switch-left + .switch-right::before {
  background-color: #111;
}*/

/* Keyboard Users */
input:focus + .switch-left {
color: #b3b3b3;
}

input:checked:focus + .switch-left {
color: #b3b3b3;
}

input:focus + .switch-left + .switch-right {
color: #b3b3b3;
}

input:checked:focus + .switch-left + .switch-right {
color: #b3b3b3;
}
/* ####################ARROW ##############*/
.arrow {
  cursor: pointer;
  height: 65px;
  left: 25px;
	display: inline-block;
  position: relative;
  top: 0%;
  transform: translateX(-50%) translateY(-50%);
  transition: transform .1s;
  width: 30px;
}

  /* $transition-time: .15s; */
.arrow-top, .arrow-bottom {
    background-color: #ddd;
    height: 4px;
    left: -5px;
    position: absolute;
    top: 50%;
    width: 100%;
	}

.arrow-top.R {
    transform: rotate(45deg) translateY(30%);
    transform-origin: bottom right;
  }
.arrow-top.L {
	    transform: rotate(-45deg) translateY(30%);
	    transform-origin: bottom left;
	  }
.arrow-bottom.R {
    transform: rotate(-45deg);
    transform-origin: top right;
}

.arrow-bottom.L {
    transform: rotate(45deg);
    transform-origin: top left;
}
.arrow:active {
    transform: translateX(-50%) translateY(-50%) scale(0.9);
  }

/* ############################################################ */

.hidden {
		display: none;
	}
