#cimcorp-logo {
	width: 60%;
	top: 17%;
	left: 50%;
	transform: translateX(-50%);
}

#cimcorp-start, #cimcorp-start-white {
	width: 35%;
	bottom: 17%;
	left: 50%;
	transform: translateX(-50%);
}

#cimcorp-menu, #cimcorp-menu-white {
	width: 10%;
	top: 4%;
	right: 4%;
}

#cimcorp-reset, #cimcorp-reset-white {
	width: 10%;
	top: 4%;
	left: 4%;
}

#cimcorp-hover {
	display: none;
}

#cimcorp-introduction {
	width: 70%;
	top: 4%;
	left: 50%;
	transform: translateX(-50%);
	max-height: 50%;
}

#cimcorp-introduction p:last-child {
	margin-bottom: 100px;
}

#cimcorp-start-buttons {
	width: 70%;
	bottom: 4%;
	left: 50%;
	transform: translateX(-50%);
}

#cimcorp-end-buttons {
	width: 60%;
	bottom: 7%;
	left: 50%;
	transform: translateX(-50%);
}

#cimcorp-helper {
	background: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	pointer-events: none;
	padding: 0;
}

#cimcorp-victory {
	background: none;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 0;
}

#cimcorp-theend {
	top: 7%;
	left: 7%;
	right: 7%;
}

#cimcorp-howto-container {
	padding: 0 15%;
}

#cimcorp-victory h1 {
	text-align: center;
	padding: 0.75em;
	width: 86%;
	display: block;
	margin: 4% auto 0 auto;
	background-color: #fedb00;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#cimcorp-theend {
	text-align: center;
}

#cimcorp-helper h1, #cimcorp-helper h2 {
	text-align: center;
	background-color: #000000;
	width: 86%;
	display: block;
}

#cimcorp-helper h3 {
	display: none;
}

#cimcorp-helper h1 {
	margin: 0 auto;
	padding: 0 0 1em 0;
	font-size: 1.5em;
	text-transform: uppercase;
	display: block;
	box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#cimcorp-helper h2 {
	margin: 4% auto 0 auto;
	padding: 1em 0 0 0;
}

#cimcorp-helper p {
	margin: 0;
	padding: 2em;
	background-color: #000000;
	display: block;
    left: 7%;
    right: 7%;
    bottom: 4% !important;
}

.cimcorp-footer {
	position: absolute;
	bottom: 4%;
	background-color: #fedb00;
	width: 86%;
	display: block;
	left: 50%;
	transform: translateX(-50%);
	padding: 2em 0 2em 0;
    text-align: center;
}

#cimcorp-victory p {
	margin: 0.75em 2em 0em 2em;
}

#cimcorp-continue-button {
	width: 86%;
	display: inline-block;
}