body, html {
    margin: 0;
    padding: 0;
    background-image: url("Space background placeholder.png");
    background-repeat: no-repeat;
     background-attachment: fixed;
    background-size: cover;
    background-position: center;
    position: static;
    font-family: "Inter";
    font-weight: 400;
	color: white;
}

h1 {
    font-size: 2rem;
	font-weight: 400;
	text-align: center;
	font-family: K2D;
}

.text-center {
	text-align: center;
}

.grid-col-3 {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}

.gap-2rem {
	gap: 2rem;
}

@media (min-width: 1000px) {
  .mobileBanner {
  display: none;
}
}


.mobileBanner {
	padding: 8px 0 8px 0;
	text-align: center;
	background-color: black;
	color: white;
}

.wrapper{
	width:100%;
    position:fixed;
    z-index:10;
	margin-bot:500px;
	
}
.header {
    /* background-color: red;*/
    padding-bottom: 8px;
    text-align: center;
	font-family: "K2D";
	color: white;
	background-color: rgba(0, 0, 0, 0.7);

}

.header nav {
    display: flex;
    width: 100%;
    justify-content: center;
}

.navbar-fixed-top.scrolled {
	background-color: rgba(0, 0, 0, 0.7);
	transition: background-color 300ms linear;
  }

.header nav a {
    margin: 0 15px;
    color: white;
    text-decoration: none;
    font-weight: bold;
	position:sticky;
	width: 60px;
}

#liveRectangle{
    background-color: #FF0000;
    font-size: 16px;
    text-align: center;
    display: inline-block;
    margin: 10px auto 8px auto;
    padding: 2px 8px 2px 8px;
    font-weight: 600;
    border-radius: 4px;
}

.container {
    display: grid;
	grid-template-columns: 2fr 1fr 2fr;
	margin: 0 auto;
	max-width:1800px;
	padding-top:60px;
	/*overflow: hidden;*/
    /*height: calc(100% - 50px);*/
}

.leftPanel {
    /*background-color: blue;*/
    box-sizing: border-box;
    align-items: flex-end;
    flex-direction: column;
}

th, td{
	padding-right: 60px;
}

table {
	border-color: transparent;
	border-spacing: 0px;
}

#bikeIcon{
	z-index: 2;
	text-align: center;
	
}
.middlePanel {
	margin-left: auto;
    margin-right: auto;
    min-width: 320px;
	margin-bottom: 137px; /* To line up the progress bars with the last mission which gives information on when the next week's days are released*/
}

.navScrollText {
	font-family: "K2D";
	font-size: 15;
	
	
}

.uptimeBar {
	width: 14px;
	height: 0px;
	background-color: #00b6ff;
	border-radius: 5px 5px 0 0;
	z-index: 2;
	position: absolute;
	display: flex;
    align-items: flex-end;
}

.uptimeBar {
    background: 
    linear-gradient(to bottom, #00b6ff 45%, #00eaff 50%, #00b6ff 55%);
  background-size: 200% 400%;
  animation:placeholderShimmer 10s infinite ease;
}

@keyframes placeholderShimmer {
	0% {
	  background-position:100% 100%; /*OR bottom right*/
	}
  
	100% {
	  background-position:0 0; /*OR top left*/
	}
  }

.uptimeClock {
    font-family: 'K2D';
    font-size: 1.1em;
	/*margin-top: 4px;*/
	color:white;
}

.uptimeClockContainer {
	
	font-family: "K2D";
	font-weight: 700;
	position: relative;
    left: 32px;
	font-size: 1.2em;
    color: #00b6ff;
}

.timeleftBar {
	width: 14px;
	height: 0px;
	background-color: #626262;
	border-radius: 5px;
	z-index: 1;
	position: absolute;
}
.progressBarBorder {
	margin-left: auto;
	margin-right: auto;
	margin-top:28px;
	width: 14px;
	height: 100%;
	border-radius: 6px;
	border: thin solid #20c0ff;
    background: repeating-linear-gradient(
	to bottom,
	transparent,
	transparent 370px,
	#20c0ff 371px,
	#20c0ff 372px
  );
}


.rightPanel {
	display: flex;
	padding-top: 127px;
}
.planets {
	padding-right: 30px;
	margin-top:-27px;
}
.missionContainer{
	margin-top:-10px;
	
}
.mission {
	width: 450px; /*450*/
	height: 340px; /*280*/
	margin-bottom: 10px;
	border: 1px solid #00b6ff;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	border-radius: 0 6px 6px 6px;
	position: relative;
}
.lastMission2 {
	width: 450px;
	margin-bottom: 10px;
	border: 1px solid #00b6ff;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	border-radius: 0 6px 6px 6px;
	position: relative;
}
#lastMission{
	width: 450px;
	margin-bottom: 10px;
	border: 1px solid #00b6ff;
	background: rgba(0, 0, 0, 0.7);
	padding: 10px;
	border-radius: 0 6px 6px 6px;
	
}


.twitchPlayer {
	margin-top: 75px;
}
.subgoals {
	    font-size: 18px;
	font-weight: 300;
	text-align: left;
	margin-top: -25px;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
	display: inline-block;
	  text-align: left;
	
}


descriptionleftpanel {
    font-size: 15px;
	font-weight: 300;
    line-height: 14.52px;
	text-align: center;
	filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 1));
}


.img {
    width: 75px;
    height: auto;
	padding-bottom:186px;
}
.img_saturn {
    width: 155px;
    height: auto;
	padding-bottom:136px;
	margin-left:-30px;
	margin-top:-30px;
	
}
.planetFiller {
    width: 75px;
    height: 312px;
	/*background-color:red;*/
}
.planetFillerBeforePlanet {
    width: 75px;
	height: 285px;
	/*background-color:blue;*/
}
locationtitle {
	text-transform: uppercase;
	font-family: "K2D";
    font-weight: bold;
    font-size: 2em;
	color: #FFFFFF;
	z-index: 2;
}
number {
	font-family: "K2D";
	color: #00b6ff;
	font-size: 18px;
	position: absolute; top: 40px; left:10px;
	padding-bottom: 20px;
}
questionmark {
	font-family: "K2D";
	color: #00b6ff;
	font-size: 18px;
	position: absolute; top: 40px; left:10px;
	padding-bottom: 20px;
}
continued {
	font-family: "K2D";
	color: #00b6ff;
	font-size: 18px;
	position: absolute; top: 40px; left:10px;
	padding-bottom: 20px;
}

name {
	font-family: "K2D";
    color: #FFFFFF; /* Example color */
	font-size: 25px;
	position: absolute; top: 10px; left:10px;
}
welcome {
	font-family: "K2D";
    color: #FFFFFF; /* Example color */
	font-size: 20px;
}


status {
    font-family: 'K2D';
    color: #FFFFFF; /* Example color */
	font-size: 12px;
	position: absolute; top: 28px; width:32px; left:380px;
	text-transform:uppercase;
}

camera {
	position: absolute;
	top: 20px;
	right:97px;
}
camera img {
	width: 32px;
}
missionDescription {
    font-size: 18px;
	font-weight: 300;
    line-height: 14.52px;
}
missionImage {
  display: block;
  width: 100%;
  margin: 0 auto;
}
missionImage img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px; /* Optional */
  padding-bottom: 5px;
}

done {
	color:#72ff72;
}

a:link {color: white; text-decoration: none; }
a:active {color: white; text-decoration: none; }
a:visited {color: white; text-decoration: none; }
a:hover {color: white; text-decoration: none; }

