

/* Color schemes */

.demo-1 {
	--color-text: #86eae7;
	--color-link: #fff;
	--color-link-hover: #86eae7;
	--color-title: #fff;
}

.demo-2 {
	--color-text: #fff;
	--color-link: #ff56ff;
	--color-link-hover: #fff;
	--color-title: #fff;
}

.demo-4 {
	--color-text: #fff;
	--color-bg: #101010;
	--color-link: #fe0e55;
	--color-link-hover: #fff;
	--color-info: #333;
	--color-title: #fff;
	--color-subtitle: #fff;
	--color-subtitle-bg: #fe0e55;
	background: #101010 url(../img/X.svg) no-repeat 50% 50%;
	background-size: 50%;
}


@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}


.frame {
	padding: 3rem 5vw;
	text-align: center;
	position: relative;
	z-index: 1000;
}

.frame__title {
	font-size: 1rem;
	margin: 0 0 0rem;
	font-weight: normal;
}


.content {
	display: flex;
	flex-direction: column;
	width: 100%; 
	height: 100vh !important; /* FIXED: Now stretches 100% of the screen height */
	position: relative;
	justify-content: flex-start;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}

/* FIXED: Removes the default grid padding that was pushing the universe canvas down */
.portal_intro .container-fluid {
    padding-top: 0 !important;
    margin-top: 0 !important;
}

.content__subtitle {
	position: absolute;
	top: 56%;
	left: -12.8vw;  /* position of title */
	width: 100%;
	text-align: center;
	margin: 0vw 0 0 0;
	z-index: 100;
	font-size:1.5vw;
	color: #b7a77e;
	line-height: 1;
}

.content__title {
	position: absolute;
	top: 58%;
	left: -15vw;  /* position of title */
	width: 100%;
	text-align: center;
	margin: 0vw 0 0 0;
	z-index: 100;
	font-size: 4.3vw;
	color: #b7a77e;
	line-height: 1;
}

.content__title2 {
	position: absolute;
	top: 80%;
	width: 96%;
	text-align: center;
	margin: 0 0 0 50%;
	z-index: 100;
	font-size: 3vw;
	line-height: 1;
    letter-spacing: -1px;
    text-decoration-color: #FF3337;
}


/*@media screen and (max-width: 800px) {
	.content__title {
	top: 55%;
	left: -9vw;   (position of title)
}
	.content__title2 {
	top: 20%;
	left: -17vw;  (position of title)
	font-size: 4.5vw;
}	
	.content__subtitle {
	top: 60.55%;
	left: -6vw; 
	font-size: 1vw;
}*/

@media screen and (max-width: 800px) {
    .content {
	display: flex;
	flex-direction: column;
	width: 100%; 
	height: 100vh !important; /* FIXED: Now stretches 100% of the screen height */
	position: relative;
	justify-content: flex-start;
	align-items: center;
	margin: 0 !important;
	padding: 0 !important;
}

/* FIXED: Removes the default grid padding that was pushing the universe canvas down */
.portal_intro .container-fluid {
    padding-top: 0 !important;
    margin-top: 0 !important;
}
    
	.content__title {
	top: 60%;
	left: -11vw;      /* position of title */
	font-size: 10vw;
}
	.content__title2 {
	top: 20%;
	left: -17vw;  /* position of title */
	font-size: 4.5vw;
}	
	.content__subtitle {
	top: 58.55%;
	left: -7.15vw; 
	font-size: 3.7vw;
}

}

/*@media screen and (min-width: 1024px) and (max-width: 1440px) {
	.content__title {
	top: 80%;
	left: -1.05vw;  / position of title /
}
	.content__title2 {
	top: 28%;
	left: -20vw;  / position of title /
	font-size: 3.75vw;
}	
	.content__subtitle {
	top: 5%;
	left: -11vw; 
}

}*/
/* @media screen and (min-width: 60em)  {
	.message {
		display: none;
	}
	.frame {
		position: fixed;
		text-align: left;
		z-index: 15000;
		top: 0;
		left: 0;
		display: grid;
		align-content: space-between;
		width: 75%;
		max-width: none;
		height: 120vh;
		padding: 2rem 2.25rem;
		pointer-events: none;
		grid-template-columns: 25% 50% 25%;
		grid-template-rows: auto auto auto;
		grid-template-areas: 'title title ... '
							'... ... ...'
							'github demos links';
	}
	.frame__title-wrap {
		grid-area: title;
		display: flex;
	}
	.frame__title {
		margin: 0;
	}
	.frame__github {
		grid-area: github;
		justify-self: start;
		margin: 0;
	}
	.frame__demos {
		margin: 0;
		grid-area: demos;
		justify-self: center;
	}
	.frame__links {
		grid-area: links;
		padding: 0;
		justify-self: end;
	}
	.frame a {
		pointer-events: auto;
	}
	.content {
		height: 100vh;
		justify-content: center;
	}
	.content__title {
	top: 54%;
	left: -11vw; 
	
}
	.content__subtitle {
	top: 52.5%;
	left: -19.5vw; 
	font-size: 1.6vw;
}
    .content__title2 {
	top: 22%;
	left: -18vw; 
	font-size: 2.3vw;
}
	
}	*/