/******************************* CLOSING STYLES *******************************/
#frame[rel='closing1'] h1 {
	font-size: 75px;
}

#frame[rel='closing'] #closing0 h3:first-of-type + h3 {
	margin-top: 93px;
}

#frame[rel='closing'] #closing0 h3 + h3 {
	font-style: normal;
	font-size: 30px;
	margin: 40px 0;
}

#frame[rel='closing1'] #closing1 {
	margin: 135px 0;
}

#frame[rel='closing1'] #closing1 a:active,
#frame[rel='closing1'] #closing1 a:hover,
#frame[rel='closing1'] #closing1 a:link,
#frame[rel='closing1'] #closing1 a:visited {
	color: white;
}

#frame[rel='closing1'] #closing1 p {
	width: 80%;
	margin: 0 auto;
}

#frame[rel='closing1'] #feedback {
	-webkit-transition: box-shadow 0.2s, background-color 0.2s;
	transition: box-shadow 0.2s, background-color 0.2s;
	border: 3px white solid;
	background-color: rgba(255, 255, 255, 0.25);
	padding: 5px 25px;
	color: white;
	font-weight: bold;
	outline: none;
	margin-top: 40px;
	cursor: pointer;
	text-shadow: 2px 2px rgba(51, 64, 70, 0.7);
	box-shadow: 0px 0px 18px rgba(255, 255, 255, 0);
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 19px;
	display: inline-block;
}

#frame[rel='closing1'] #feedback:hover {
	box-shadow: 0px 0px 18px rgba(255, 255, 255, 0.75);
	background-color: rgba(255, 255, 255, 0.5);
}

#frame[rel='closing1'] #feedback a:link,
#frame[rel='closing1'] #feedback a:hover,
#frame[rel='closing1'] #feedback a:visited,
#frame[rel='closing1'] #feedback a:active {
	color: white;
	text-decoration: none;
}

#frame[rel='closing'] #buttonHolder, #frame[rel='closing1'] #buttonHolder {
	display: none;
}

#frame[rel='closing'] #content > div, #frame[rel='closing1'] #content > div {
	text-align: center;
}