
/*
Project Name: HTML Template
Client: Your Client
Author: Your Name
Developer: @poopsplat in Chicago
*/

/******************************************
/* SETUP
/*******************************************/
/* Box Model Hack: http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
*, *:before, *:after {
  box-sizing: inherit;
}
html {
  box-sizing: border-box;
}
/* Micro clearfix hack: http://nicolasgallagher.com/micro-clearfix-hack/ */
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
  clear: both;
}
/******************************************
/* BASE STYLES
/*******************************************/
body {
  color: black;
  font-size: 16px;
  background: #293154;
  font-family: 'Carrois Gothic SC', sans-serif;
}

.doors {
	height: 140px;
	width: 80px;
	border: 1px solid black;
	float: left;
	margin: 0px 10px;
	padding: 10px;
	border-radius: 5px;
	background: -webkit-linear-gradient(135deg, rgba(218,224,229, 1) 0%,rgba(36,45,43, 1) 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient(135deg, rgba(218,224,229, 1) 0%,rgba(36,45,43, 1) 150%);
	background: linear-gradient(135deg, rgba(218,224,229, 1) 0%,rgba(36,45,43, 1) 150%);
	transition:all ease-in-out;
}

.rightDoor {
	height: 140px;
	width: 80px;
	border: 1px solid black;
	float: left;
	margin: 0px 10px;
	padding: 10px;
	border-radius: 5px;
	background: green; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition:all ease-in-out;
}

.wrongDoor {
  height: 140px;
	width: 80px;
	border: 1px solid black;
	float: left;
	margin: 0px 10px;
	padding: 10px;
	border-radius: 5px;
	background: red; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	transition:all ease-in-out;

}

.lastDoor {
  height: 140px;
  	width: 80px;
  	border: 1px solid black;
  	float: left;
  	margin: 0px 10px;
  	padding: 10px;
  	border-radius: 5px;
  	background: blue; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  	transition:all ease-in-out;
}

.doorknob {
  border-radius: 50%;
  border: 1px solid black;
  width: 15px;
  height: 15px;
  position: relative;
  top: 20px;
  left: 50px;
  background: -webkit-linear-gradient(135deg, rgba(213,150,0, 1) 0%,rgba(36,45,43, 1) 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient(135deg, rgba(213,150,0, 1) 0%,rgba(36,45,43, 1) 150%);
	background: linear-gradient(135deg, rgba(213,150,0, 1) 0%,rgba(36,45,43, 1) 150%);
}




.skillBox {
	height: 120px;
	width: 220px;
	border: 1px solid black;
	float: left;
	margin: 0px 10px;
	padding: 10px;
	border-radius: 5px;
	background: -webkit-linear-gradient(135deg, rgba(218,224,229, 1) 0%,rgba(36,45,43, 1) 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient(135deg, rgba(218,224,229, 1) 0%,rgba(36,45,43, 1) 150%);
	background: linear-gradient(135deg, rgba(218,224,229, 1) 0%,rgba(36,45,43, 1) 150%);

}

.scienceBox {
	background: -webkit-linear-gradient(135deg, rgba(50,50,229, 1) 0%,rgba(36,45,43, 1) 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient(135deg, rgba(50,50,229, 1) 0%,rgba(36,45,43, 1) 150%);
	background: linear-gradient(135deg, rgba(50,50,229, 1) 0%,rgba(36,45,43, 1) 150%);
}

.rogueryBox {
	background: -webkit-linear-gradient(135deg, rgba(50,229,50, 1) 0%,rgba(36,45,43, 1) 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient(135deg, rgba(50,229,50, 1) 0%,rgba(36,45,43, 1) 150%);
	background: linear-gradient(135deg, rgba(50,229,50, 1) 0%,rgba(36,45,43, 1) 150%);
}

.urban-combatBox {
  background: -webkit-linear-gradient(135deg, rgba(229,50,50, 1) 0%,rgba(36,45,43, 1) 150%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  background: -moz-linear-gradient(135deg, rgba(229,50,50, 1) 0%,rgba(36,45,43, 1) 150%);
  background: linear-gradient(135deg, rgba(229,50,50, 1) 0%,rgba(36,45,43, 1) 150%);
}

.skillBox:hover{
	transform: rotate(0deg) scale(1.8) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.8) translate(0px);
	-moz-transform: rotate(0deg) scale(1.8) translate(0px);
	-o-transform: rotate(0deg) scale(1.8) translate(0px);
	-ms-transform: rotate(0deg) scale(1.8) translate(0px);
	-moz-box-shadow: 0px 0px 75px #000000;
	-webkit-box-shadow: 0px 0px 75px #000000;
	box-shadow: 0px 0px 50px #000000;
	transition: all .5s ease-in-out;
  	background-color: white;
  	border: 2px dashed white;
}

.statBox {
  border: 1px solid black;
  height: 200px;
  width: 840px;
  padding: 10px 0;
  margin: 60px auto;
  background: #8093ab;
  border-radius: 20%;
  text-align: center;
}

/*#intellect {
  background-color: blue;

}

#cunning {
  background-color: green;
}

#acumen {
  background-color: red;
}*/

.aside {
  width: 400px;
  margin-left: auto;
  margin-right: auto;
}

label {
  color: white;
}

ul {
  list-style: none;
}
/*.doors {
transition:All 1s ease;
-webkit-transition:All 1s ease;
-moz-transition:All 1s ease;
-o-transition:All 1s ease;
transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-webkit-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-moz-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-o-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
-ms-transform: rotate(4deg) scale(1) skew(1deg) translate(10px);
}
*/

.doors:hover{
	transform: rotate(0deg) scale(1.8) translate(0px);
	-webkit-transform: rotate(0deg) scale(1.8) translate(0px);
	-moz-transform: rotate(0deg) scale(1.8) translate(0px);
	-o-transform: rotate(0deg) scale(1.8) translate(0px);
	-ms-transform: rotate(0deg) scale(1.8) translate(0px);
	-moz-box-shadow: 0px 0px 75px #000000;
	-webkit-box-shadow: 0px 0px 75px #000000;
	box-shadow: 0px 0px 50px #000000;
	transition: all .5s ease-in-out;
  	background-color: white;
  	border-color: white;
}

.doors a {
	color: black;
	font-size: 8px;
	text-align: center;
	margin-top: 20px;
}

.centerheadstone a {
	color: black;
	font-size: 30px;
	text-align: center;
	margin-top: 20px;
}

.centerheadstone div {
	font-size: 30px;
	text-align: center;
	margin-top: 30px;
	transition: all;
	margin-top: 80px;
}

a:hover {
	color: red;
}

.blurall {
	-webkit-filter: blur(9px); filter: blur(9px);
	/*transition: all .5s ease-in-out;
	*/
}

.rightDoor:hover {
  background-color: green;
}
/******************************************
/* LAYOUT
/*******************************************/
.firstrow {
	width: 720px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}

.secondrow {
	width: 720px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;
}

.thirdrow {
	width: 720px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: auto;
    margin-right: auto;

}

.skillrow {
  width: 720px;
	margin-top: 20px;
	margin-bottom: 400px;
	margin-left: auto;
    margin-right: auto;
}
.gotCaught {
font-family: 'Helvetica', Arial, sans-serif;
position: fixed;
top:calc(50%/2); /* height divided by 2*/
left:calc(50%/2); /* width divided by 2*/
font-size: 90px;
color: white;

}

.preposterous {
transform: rotate(11775deg) scale(.01) translate(0px);
-webkit-transform: rotate(11775deg) scale(.01) translate(0px);
-moz-transform: rotate(1725deg) scale(1.8) translate(0px);
-o-transform: rotate(1725deg) scale(1.8) translate(0px);
-ms-transform: rotate(1725deg) scale(1.8) translate(0px);
-moz-box-shadow: 0px 0px 75px #000000;
-webkit-box-shadow: 0px 0px 75px #000000;
box-shadow: 0px 0px 50px #000000;
transition: all 15s ease-in-out;
background-color: green;
font-size: 99px;
color: red;
border: 20px solid blue;
-webkit-filter: blur(20px);
filter: blur(20px);
}

footer {
  position: fixed;
	border: 1px solid black;
	height: 200px;
  width: 100%;
	padding: 10px 0;
	margin-top: 120px;
  margin-left: auto;
  margin-right: auto
	background: #8093ab;
  text-align: center;
}
/*.centerheadstone:hover{
	transition: none;
}
/******************************************
/* PAGES
/*******************************************/

/******************************************
/* SECTIONS
/*******************************************/



header {
	border: 1px solid black;
	padding: 20px;
	background-color: #CFD7E2;
}

nav {
	font-size: 40px;
}

nav div {
	height: 60px;
	width: 100px;
	border: 1px solid black;
	display: inline-block;
}

.hamburger {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	float: right;
	border: 1px solid black;
}

.hamburger li {
	margin: 6px auto;
	width: 80%;
	height: 4px;
	list-style: none;
	border: 1px solid black;
}

main {
	height: 400px;
	margin-top: 20px;
	margin-bottom: 80px;
}

.nextlink {
  background-color: #edda9f;
  text-align: center;
  width: 450px;
  height: 60px;
  border: 1px solid black;
  margin: 0px 0;
  margin-left: auto;
    margin-right: auto;
  display: block;
  border-radius: 100px;
  padding: 15px;
}

.nextlink a {
  margin: 20px 0;
	border-radius:10%;
	font-size: 16px;
}

.nextlink a {
  color: black;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
}
.submissionlink {
	margin: 20px 0;
	border-radius:10%;
	font-size: 16px;
}



.submissionlink a {
	color: black;
	text-align: center;
	margin-top: 20px;
	text-decoration: none;
}

.name {
	font-size: 8px;
	text-align: center;
	margin-top: 30px;
	transition: all;
}

.submissionlink div {
	background-color: #edda9f;
	text-align: center;
	width: 750px;
	height: 60px;
	border: 1px solid black;
	margin: 50px 0;
	margin-left: auto;
    margin-right: auto;
	display: block;
	border-radius: 100px;
	padding: 15px;
}

footer {
  position: fixed;
  bottom: 0px;
  left:calc(50% - 520px);
	border: 1px solid black;
	height: 200px;
  width: 1040px;
	padding: 10px 0;
	margin-top: 120px;
	background: #8093ab;
  border-top-left-radius: 100px;
  border-top-right-radius: 100px;
}

footer div {

}

#charToggle {
  position: fixed;
  bottom: 0px;
  right: 0px;
}

.intro-text {
  color: black;
  font-family: 'Helvetica', 'Arial', 'Sans-serif';
  width: 80%
  text-align: center;
  margin-right: 40px;
  margin-left: 40px;

}

#name-input {
	color: black;
}
/*@media screen and (max-width: 800px) {


body {
	padding: 0;
}

header {
	border: 1px solid black;
	padding: 20px;
}

nav {
	height: 60px;
}

nav div {
	height: 20px;
	width: 100px;
	border: 1px solid black;
	display: none;
}

.hamburger {
	margin: 0;
	padding: 0;
	width: 60px;
	height: 60px;
	float: right;
	border: 1px solid black;
}

.hamburger li {
	margin: 6px auto;
	width: 80%;
	height: 4px;
	list-style: none;
	border: 1px solid black;
}

main {
	height: 400px;
	border: 1px solid black;
	margin-top: 20px;
	margin-bottom: 80px;
}

.submissionlink {
	margin: 20px 0;
}

footer {
	border: 1px solid black;
	height: 230px;
	margin: 0;
	padding: 0 10px;
	margin-top: 90px;
}
*/



/* @media screen and (max-width: 1200px) {
*/
