

#footer{
    display: none;
}

#header{
	background: transparent;
	border: 0px solid;
}

#splash-banner{
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    /* border: 2px solid green; */
    /* background: #00003a; */
	text-align: center;
    background: linear-gradient( 90deg, black, #00043d);
}

#splash-auth{
    position: relative;
    display: inline-block;
    top: 25%;
	text-align: center;
	z-index: 9;
	width: 490px;
	max-width: 100%;
}
#bottom-auth{
	text-align: center;
}
#bottom-auth .call-to-action{
	display: inline-block;
	max-width: 420px;
}

#splash-auth .auth-button{
	padding: 0px;
	border-radius: 3px;
	padding-top: 4px;
	/* border: 1px solid green; */
}

#splash-auth a,
#splash-auth .auth-button a{
    color: lightgrey;
	padding: 7px 10px 3px 10px;
	display: inline-block;
	border-radius: 3px;
}


#logo{
/* 	margin-top: -10px; */
/* 	border: 1px solid; */
/* 	margin-top: -20px; */
}
#logo a,
#logo a:visited{
	text-decoration: none;
/* 	color: black; */
    color: #ffffff;
}
#logo .logo-row>div{
	display: inline-block;
	vertical-align: middle;
}
#logo .logo-row{
/* 	border: 1px solid; */
}
#logo-left{
	font-size: 3.8rem;
}
#logo-right{
	font-size: 1.7rem;
	animation: pulse 5s linear infinite;
}
#logo-left,
#logo-right{
	display: inline-block;
	vertical-align: middle;
}
#logo .logo-row:nth-of-type(1){
    line-height: 3rem;
}
#logo .logo-row:nth-of-type(2){
    margin-top: 5px;
    margin-left: 2px;
    color: #ffffff;
    font-size: .9rem;
    text-transform: uppercase;
    letter-spacing: 5px;
    padding-bottom: 8px;
/*     border: 1px solid; */
}


.logo-row{
    text-align: center;
}
.logo-row.bottom{
    text-transform: uppercase;
    text-decoration: none;
	letter-spacing: 4px;
	padding-left: 5px;
}
#splash-auth a{
    text-decoration: none;
}

#mobile-toggle{
	position: absolute;
}



#sponsor-area{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 50%;
	height: 100px;
	overflow: hidden;
	/* border: 2px solid red; */
}
.logo-sponsor-row{
	position: absolute;
	padding-left: 20px;
	/* border: 2px solid green; */
	transition: .5s;
	top: 0;
	left: 0;
	/* text-align: center; */
	width: 100%;
	opacity: 0;
}
#sponsor-area .logo-img{
	display: inline-block;
	width: 100%;
	max-width: 18%;
	margin: 0 0px;
	vertical-align: middle;
	text-align: center;
}
.logo-img a{
	cursor: initial;
}
.logo-img.active a{
	cursor: pointer;
}
.logo-img.active:hover{
	transform: scale(1.08);
}
.logo-sponsor-row.chosen{
	/* border: 2px solid; */
	opacity: 1;
	z-index: 99;
}

#user-auth{
	margin-top: 10px;
	/* border: 1px solid; */
}

.auth-button{
	border: 1px solid grey;
	display: inline-block;
	padding: 5px 10px;
}
.auth-button a{
	/* border: 1px solid green; */
}

#bottom-auth{
	margin-top: 20px;
}
.call-to-action{
	display: inline-block;
	padding: 0px 10px;
	font-size: 1.2rem;
	color: lightgrey;
	border-radius: 3px;
	box-shadow: 0px 0px 10px black;
	width: auto;
	background: transparent;
}
.button.create-button{
	background: var(--renew-green);
	font-size: .9rem;
}
#temp-popup{
	position: fixed;
	top: 110px;
	left: 20px;
	padding: 20px;
	width: 400px;
	z-index: 99;
	border: 1px solid #898888;
	background: rgb(10, 10, 10);
	transition: .5s;
	max-height: 120px;
	overflow:hidden;
}
#temp-popup .popup-content{
	height: 100%;
	max-height: 00px;
	opacity: 0;
}
#temp-popup .content{
	position: relative;
}
#temp-popup.toggled{
	max-height: 350px !important;
	overflow-y: auto;
}
#temp-popup.toggled .popup-content{
	display: inline-block;
	/* border: 2px solid red; */
	max-width: 100%;
	max-height: 100%;
	opacity: 1;
}
#temp-popup.toggled .popup-content a{
	word-break: break-all;
}

#temp-popup h2{
	margin: 0;
}

#temp-popup p{
	/* max-width: 100% !important; */
}
#temp-popup *{
	color: #474545;
	color: lightgrey;
	font-weight: 100;
	font-family: gill-sans-medium
}


#sky-canvas{
	/* border: 2px solid red; */
	left: 40%;
	z-index: 0;
	background: 0;
	transition: 1s;
	pointer-events: none;
}

#temp-popup .button{
	position: absolute;
	top: 0;
	right: 0;
	background: transparent;
	font-size: 1rem;
	text-transform: none;
}

#temp-popup::-webkit-scrollbar {
/* For Webkit browsers (including Chrome) */
	width: 13px; /* Set the width of the scroll bar */
}

/* Track */
#temp-popup::-webkit-scrollbar-track {
	background: #100d4a; /* Set the color of the scroll bar handle */
	background: transparent;
	/* background: #b9b7b7; */
}

/* Handle */
#temp-popup::-webkit-scrollbar-thumb {
	background: #292929; /* Set the background color of the track */
	/* border: 1px solid #797979; */
	/* border-radius: 0 10px 10px 0; */
}

/* Handle on hover */
#temp-popup::-webkit-scrollbar-thumb:hover {
  /* background: #21155d; /* Set the color of the scroll bar handle when hovered */ */
}

.button.admin{
	position: fixed;
	bottom: 200px;
	left: 10px;
	background: var(--coil-admin);
}

#dev-links{
	position: fixed;
	bottom: 200px;
	left: 100px;
	background: var(--coil-admin);
}
#dev-links a{
	margin: 5px;
	padding: 10px;
}

#bottom-header-button{
	position: fixed;
	bottom: 120px;
	left: 0%;
	z-index: 999;
	width: 100%;
	pointer-events: none;
	/* text-align: center; */
}
#bottom-header-button .header-item{
	width: 352px;
	/* max-width: 100%; */
	padding: 0;
	padding-left: 20px;
	padding-right: 20px;
	height: 30px;
	margin-left: 20px;
	line-height: 0px;
	/* border: 2px solid yellow; */
}
#bottom-header-button a{
	pointer-events: initial;
	padding: 17px 0px 10px 0px;
	width: 100%;
	display: inline-block;
	text-align: center;
	/* border: 2px solid; */
}

a.transition-button.button{
	background: var(--coil-blue) !important;
	color: white !important;
	padding: 10px !important;
}

.modal.create-prompt .modal-content{
	padding-bottom: 50px;
}

.modal.create-prompt .modal-content li{
	list-style: arabic-indic;
	list-style: decimal;
}



@media screen and (max-width: 800px){
	#temp-popup{
		display: none;
	}
	#sponsor-area{
		width: 100%;
	}
	#alert-contain .info.alert-msg{
		max-width: 90vw;
		width: 100%;
		left: 5vw;
	}
}