body {
	background-color: darkblue;
	color: white;
	font-family: Verdana;
	font-weight: normal;
	background-image: url(mcon-logo-vertical-color.jpg);
	background-repeat: repeat-x;
	background-height: 100%;
	background-attachment: fixed;
}
.main {
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
}
.logo1 {
	position: absolute;
	left: 20%;
	width: 60%;
	animation: scroll-in 1s;
	animation-fill-mode: forwards;
}
.logo2 {
	position: absolute;
	left: 0%;
	width: 60%;
	margin-top: 50px;
	animation: scroll-left 0.5s; 
	animation-delay: 1s;
	animation-fill-mode: forwards;
}
@keyframes scroll-in {
	0% {
		transform: scale(1);
	}
	99% {
		position: absolute;
		left: 20%;
		margin-top: 50px;
		transform: scale(1.1);
	}
	100% {
		position: absolute;
		left: 20%;
		margin-top: 50px;
		transform: scale(1.2);
		visibility: hidden;
	}
}
@keyframes scroll-left {
	0% {
		visibility: visible;
		position: absolute;
		left: 20%;
		margin-top: 50px;
		transform: scale(1.2);
	}

	100% {
		visibility: visible;
		position: absolute;
		margin-top: 70px;
		transform: scale(0.84);
		left: 0%;
	}
}

.corner {
	position: absolute;
	left: 0px;
	top: 0px;
}
.solutions {
	position: absolute;
	font-size: 98px;
	left: 40%;
	margin-top: 30px;
	animation: slide-in-solutions 3.0s; 
	animation-delay: 1.5s;
}
@keyframes slide-in-solutions {
	0% {
		visibility: visible;
		opacity: 20%;
	}
	99% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}

}
.beyond {
	position: absolute;
	font-size: 98px;
	left: 40%;
	margin-top: 105px;
	animation: slide-in-beyond 2.8s; 
	animation-delay: 1.9s;
}
@keyframes slide-in-beyond {
	0% {
		visibility: visible;
		opacity: 20%;
	}
	99% {
		visibility: visible;
	}
	100% {
		visibility: hidden;
	}
}

.m3 {
	position: absolute;
	font-size: 98px;
	left: calc(40% + 450px);
	margin-top: 105px;
	animation: slide-in-m3 2.7s; 
	animation-delay: 2.3s;
}
@keyframes slide-in-m3 {
	0% {
		visibility: visible;
		opacity: 50%;
	}
	100% {
		visibility: visible;
	}
}

.solutions2 {
	position: absolute;
	font-size: 100px;
	left: 40%;
	margin-top: 30px;
	animation: slide-in-solutions2 3s; 
	animation-delay: 4.5s;
	z-index: 1;
}
@keyframes slide-in-solutions2 {

	0% {
		visibility: visible;
	}
	30% {
		visibility: visible;
		font-size: 150px;
		margin-top: 0px;
		left: 200px;
		top: 0px;
		z-index: 1;
		color: lightgray;
		font-weight: bold;
	}
	100% {
		visibility: visible;
		font-size: 150px;
		margin-top: 0px;
		left: 200px;
		top: 0px;
		color: gray;
		font-weight: bold;
		z-index: 1;
	}
}

.beyond2 {
	position: absolute;
	font-size: 100px;
	left: 40%;
	margin-top: 105px;
	animation: slide-in-beyond2 1.8s; 
	animation-delay: 5.0s;
	z-index: 2;
}
@keyframes slide-in-beyond2 {
	0% {
		visibility: visible;
	}
	30% {
		visibility: visible;
		font-size: 200px;
		margin-top: -50px;
		left: 250px;
		top: 0px;
		z-index: 4;
		color: gray;
		font-weight: bold;	
	}
	100% {
		visibility: visible;
		font-size: 200px;
		margin-top: -50px;
		left: 250px;
		top: 0px;
		z-index: 4;
		color: gray;
		font-weight: bold;
	}
}

.m32 {
	position: absolute;
	font-size: 100px;
	left: calc(40% + 350px);
	margin-top: 105px;
	animation: slide-in-m32 1.5s; 
	animation-delay: 5.2s;
	z-index: 5;
}
@keyframes slide-in-m32 {
	0% {
		visibility: visible;
		z-index: 5;
	}
	35% {
		visibility: visible;
		font-size: 300px;
		margin-top: -200px;
		left: 250px;
		top: 0px;
		font-weight: bold;	
		z-index: 5;
	}
	100% {
		visibility: visible;
		font-size: 500px;
		margin-top: -400px;
		left: 200px;
		top: 0px;
		font-weight: bold;	
		z-index: 5;
	}
}
.solutions3 {
	position: absolute;
	left: 8.5%;
	top: 320px;
	font-size: 2.6rem;
	font-style: italic;
	font-weight: 100;
	animation: get-visible 1s; 
	animation-delay: 6s;
	animation-fill-mode: forwards;
	color: red;
}
.portfolio {
	position: absolute;
	left: 63%;
	top: 160px;
	font-size: 1.4rem;
	animation: portfolio-visible 6s;
	animation-delay: 7s;
	animation-fill-mode: forwards;
	animation-timing: ease-in;
}
@keyframes portfolio-visible {
	0% {
		visibility: visible;
		opacity: 0%
	}
	100% {
		visibility: visible;
		opacity: 100%
	}
}

.coming-soon-1 {
	position: absolute;
	left: 23%;
	top: 370px;
	font-size: 1.4rem;
	animation: get-visible 3s; 
	animation-delay: 7s;
	color: white;
	animation-fill-mode: forwards;
}
.coming-soon-2 {
	position: absolute;
	left: 19%;
	top: 390px;
	font-size: 1.4rem;
	animation: get-visible 6s; 
	animation-delay: 8.5s;
	color: white;
}
.coming-soon-3 {
	position: absolute;
	left: 7%;
	top: 410px;
	font-size: 1.4rem;
	animation: get-visible 4.5s; 
	animation-delay: 10s;
	color: white;
}
.coming-soon-4 {
	position: absolute;
	left: 18%;
	top: 430px;
	font-size: 1.4rem;
	animation: get-visible 3s; 
	animation-delay: 11.5s;
	color: white;
}
@keyframes get-visible {
	0% {
		visibility: visible;
	}
	100% {
		visibility: visible;
	}
}
#nav-container {
	position: absolute;
	left: 6%;
	top: 450px;
	font-size: 1.4rem;
	animation: show-nav 8s; 
	animation-delay: 8s;
	color: white;
	animation-fill-mode: forwards;
}
ul {
	list-style-type: none;
}
#nav a, #nav a:visited, #nav a:hover, #nav a:focus {
	display: block;
	color: white;
}
/* navigation on sub-pages */
.container {
	width: calc(100% - 40px);
}
.page-left {
	float: left;
	width: 30%;
	margin: 0 auto;
}
.page-center {
	display: inline-block;
	width: 33.33%;
	text-align: center;
}
.page-right{
	display: inline-block;
	width: 32%;
	font-size: 1.4rem;
	color: white;
	float: right;
	text-align: right;
} 
.logo-small {
	width: 200px;
	height: auto;
}
.page-right  a, .page-right  a:visited, .page-right  a:hover, .page-right  a:focus {
	color: white;
}
.footer {
	font-size: 1.1rem;
	color: red;
	animation: footer-visible 10s;
	width: calc(50%);
}
@media screen and (min-width: 1600px) {
	.footer {
		width: calc(100%);
	}
}
	
@keyframes footer-visible {
	0% {
		visibility: visible;
		opacity: 0%
	}
	100% {
		visibility: visible;
		opacity: 100%
	}
}
#scroll {
	overflow-y: auto;
	overflow-x: hidden;
	width: calc(100% - 40px);
}