a:link { color: #111; }

a:visited { color: #111; }

a:hover { color: #22313F; }

a:active { color: #eeeeee; }

body {
	margin: 0;
	padding: 0;
}

h1 {
	color: #eeeeee;
	font-size: 40px;
	height: 75px;
	margin: 0;
	padding: 0;
	padding-top: 25px;
}

p {
	color: #111;
	font-family: 'Alegreya Sans', sans-serif;
	font-size: 18px;
	margin-top: 25px;	
	padding-left: 10px;
	padding-right: 10px;
}

.box {
	margin-top: 20px;
	text-align: center;
	display: inline-block;
}

.card {
	background-color: #E4F1FE;
	display: inline-block;
	height: 300px;
	position: relative;
	transition: all ease-out 500ms;
	width: 300px;
}

.card span { margin-top: 100px; }

.cardOverlay {
	background-color: white;
	bottom: 0;
	height: 100px;
	pointer-events: none;
	position: absolute;
	transform: scale(0);
	transition: all ease-out 250ms;
}

.cardTop {
	background-color: #22313F;
	font-family: 'Amatic SC', cursive;
	pointer-events: none;
	position: absolute;
	top: 0;
	transition: all ease-out 500ms;
	width: 100%;
}

.cont {
	color: #22313F;
	font-family: 'Crushed', cursive;
	font-size: 100px;
	text-align: center;
	width: 80%;
	margin: auto;
}

.name {
	margin-top: 200px;
	position: relative;
}

.nameSmall {
	background-color: #22313F;
	display: block;
	position: relative;
	height: 50px;
}

#cog { pointer-events: none; }

#container {
    -moz-filter: blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    -webkit-filter: blur(5px);
	background-image: url('../img/bg.jpg');
	background-size: cover;
    filter: blur(5px);
	height: 100vh;
	position: fixed;
	width: 100%;
	z-index: 1;
}

#content {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 2;
}

#logo {
	background-image: url('../img/logo.png');
	background-size: cover;
	height: 75px;
	left: 47.8%;
	position: absolute;
	top: -60px;
	width: 75px;
	z-index: 3;
}

#logoSmall {
	background-image: url('../img/logo.png');
	background-size: cover;
	height: 50px;
	width: 50px;
	z-index: 3;
}