
/*
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;
  text-align: center;
}

.headstones {
	height: 120px;
	width: 80px;
	border: 1px solid black;
	float: left;
	margin: 0px 10px;
	padding: 10px;
	border-top-left-radius:50px;
	border-top-right-radius:50px;
	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;
  overflow: hidden;
}

/*.headstones {
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);
}
*/

.headstones: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;
	background-color: white;
	transition: all .5s ease-in-out;
  	background-color: white;
  	border-color: white;
}

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

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

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

a:hover {
	color: red;
}

.blurall {
	-webkit-filter: blur(9px); filter: blur(9px);
	/*transition: all .5s ease-in-out;
	*/
}
/******************************************
/* 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;

}

.centerheadstone {
    position: fixed;
    height: 450px;
    width: 300px;
	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%);
    top:calc(50% - 50px/2 - 200px); /* height divided by 2*/
    left:calc(50% - 50px/2 - 125px); /* width divided by 2*/
    border-top-left-radius: 150px;
    border-top-right-radius: 150px;
    -moz-box-shadow: 0px 0px 75px #000000;
	-webkit-box-shadow: 0px 0px 75px #000000;
	box-shadow: 0px 0px 50px #000000;
	padding: 40px;
  padding-top: 60px;
	text-shadow: 1px 0px 1px #000000 ;
  transition: all .5s ease-in-out;
  overflow: hidden;
}

.eulogies {
  font-family: Arial, sans-serif;
  font-size: 30px;
  color: white;
  text-align: center;
  text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);

  background-color:rgba(255,0,0,0);
  border-color: black;
  -webkit-filter: blur(5px); filter: blur(5px);
  transition: all .5s ease-in-out;

}

.eulogyBack {
  display: none;
  position: fixed;
  background-color: black;
  -webkit-filter: blur(9px); filter: blur(9px);
  top:calc(50% - 50px/2 - 200px); /* height divided by 2*/
    left:calc(50% - 50px/2 - 125px)
}

.eulogies:hover {
/*  -webkit-transform: rotate(0deg) scale(1.1) translate(200px, 20px);
  -moz-transform: rotate(0deg) scale(1.1) translate(200px, 20px);
  -o-transform: rotate(0deg) scale(1.1) translate(200px, 20px);
  -ms-transform: rotate(0deg) scale(1.1) translate(200px, 20px);*/
    -webkit-transform: rotate(0deg) scale(1.1) translate(0px, 0px);
  -moz-transform: rotate(0deg) scale(1.1) translate(0px, 0px);
  -o-transform: rotate(0deg) scale(1.1) translate(0px, 0px);
  -ms-transform: rotate(0deg) scale(1.1) translate(0px, 0px);
  -webkit-filter: blur(0px); filter: blur(0px);
  transition: all 5s ease-in-out;
}

/*.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;
}

.submissionlink {
	margin: 20px 0;
	border-radius:10%;
	font-size: 24px;

}

.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 {
	border: 1px solid black;
	height: 200px;
	padding: 30px;
	margin-top: 120px;
	background: #8093ab;
  text-align: center;
}

footer div {

}

.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);
}

.preposterous:hover {
transform: rotate(11775deg) scale(.01) translate(100px);
-webkit-transform: rotate(11775deg) scale(.01) translate(100px);
-moz-transform: rotate(1725deg) scale(1.8) translate(100px);
-o-transform: rotate(1725deg) scale(.01) translate(100px);
-ms-transform: rotate(1725deg) scale(.01) translate(100px);
-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);
}
/*@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;
}
*/

.mobile {
  display:none;
}

@media only screen and (max-device-width: 480px) {
   .submissionlink {
     display: block;
     margin:auto;
   }
   .centerheadstone {
       position: fixed;
       height: 250px;
       width: 150px;
       -moz-box-shadow: 0px 0px 75px #000000;
   	-webkit-box-shadow: 0px 0px 75px #000000;
    top:calc(50% - 125px); /* height divided by 2*/
    left:calc(50% - 75px); /* width divided by 2*/
   	box-shadow: 0px 0px 50px #000000;
   	padding: 40px;
   	/*text-shadow: 0px 0px 0px #000000;*/
     transition: all .5s ease-in-out;
   }

   .centerheadstone a {
   	color: black;
   	font-size: 12px;
   	text-align: center;
   }

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

 }
