button {
	background: white;
}

@media only screen and (max-width: 768px) {
	.sender_name {
		display: none;
	}
}

.full-width-container {
	width: 100%;
	max-width: 100%;
	clear: both;
	margin: 0 auto;
}
.title {
	font-family: "Lobster", cursive;
	margin: 0;
	/*height: 74px;*/
	text-align: center;
	color: #eff7f6;
}
.title h1 {
	margin-bottom: 0.7rem;
}
.icon {
	height: 10vh;
	width: 100%;
}
#final_preview_row {
	/* background-image: url("https://mahalograms.punschedule.com/Mahalograms/Mahalogram8.PNG");
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: 100%;
	text-align: left;
	position: relative;
	/*height: 80vh;*/
	/* margin: 0 auto;
	background-attachment: scroll;
	padding-top: 66.66%; 3:2 Aspect Ratio (divide 2 by 3 = 0.6666)	*/
}
h2 {
	font-family: "Just Another Hand", "Lobster", cursive;
	/*height: 10vh;*/
	/*padding-bottom: 5px;*/
	padding-left: 10px;
	left: 0;
	margin-bottom: 0;
}
/*h3 {
	font-family: "Just Another Hand", "Lobster", cursive;
	margin-bottom: 0;
	padding-bottom: 10px;
}*/

.pick_card {
	font-family: "Just Another Hand", "Lobster", cursive;
	color: #000;
	/*height: 6vh;
	line-height: 12vh;*/
}

#title_row {
	/*background-color: #857153;*/
	/*background-color: rgba(10, 0, 30, 0.75);*/
	background-color: hsla(50, 59%, 38%, 1.0);
	/* Testing colors */
	/* background-color: #FFA37D; */
	/* background-color: #E8BA72; */
	/* background-color: #D0E872; */
}

body {
	min-height: 100vh;
	margin: 0;
	/*background-color: #F6F7F4;*/
	background-image: linear-gradient(#F6F7F4, hsla(50, 100%, 77%, 0.5));
	/*background: url(https://storage.needpix.com/rsynced_images/pastel-green.jpg)
		no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
}

.four[class*="column"] {
	background-color: transparent;
}

.preview {
	margin-left: 10%;
	margin-top: 10%;
	width: 80%;
	margin-bottom: 2em;
	/*cursor: pointer;*/
}

.preview:hover {
	/*opacity: 0.75;*/
}

.parallax {
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*.large_preview {
	height: 80vh;
	width: 100%;
	float: center;
}*/

#text_box {
	width: 100%;
	/*height: 80vh;*/
	font-size: 16px;
	border-radius: 20px;
}

#submit_row {
	position: relative;
	height: 40px;
}

html *,
html *:before,
html *:after {
	box-sizing: border-box;
	-webkit-transition: 0.5s ease-in-out;
	transition: 0.5s ease-in-out;
}

html i,
html em,
html b,
html strong,
html span {
	-webkit-transition: none;
	transition: none;
}

*:before,
*:after {
	z-index: -1;
}

#create {
	text-align: center;
}

a {
	text-decoration: none;
	line-height: 80px;
	color: black;
}

@media (min-width: 600px) {
	.wrap {
		width: 50%;
		float: left;
	}
}
[class^="btn-"] {
	position: relative;
	display: block;
	overflow: hidden;
	width: 100%;
	height: 80px;
	max-width: 250px;
	margin: 1rem auto;
	text-transform: uppercase;
	border: 1px solid currentColor;

	/* Custom */
	font-family: "Just Another Hand", "Lobster", cursive;
	font-size: 150%;
}

.btn-3:before,
.btn-3:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border-top: 40px solid hsla(50, 100%, 35%, 1.0);
	border-bottom: 40px solid hsla(50, 100%, 35%, 1.0);
	width: 100%;
	height: 2vh;
}
.btn-3:before {
	border-right: 40px solid transparent;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}
.btn-3:after {
	border-left: 40px solid transparent;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.btn-3:hover {
	color: white;
	/*color: #eee7ce;*/
}
.btn-3:hover:before {
	-webkit-transform: translateX(-30%);
	transform: translateX(-30%);
}
.btn-3:hover:after {
	-webkit-transform: translateX(30%);
	transform: translateX(30%);
}

#inline {
	display: inline-block;
}

#recipient_email {
	width: 100%;
	/*margin-top: 2.5vh;*/
	/*height: 10vh;*/
	/*margin-bottom: 2.5vh;*/
	/*top: 0;
	bottom:0;
	margin-bottom: 0;*/
}
.email {
	width: 100%;
	/*height: 5vh;*/
	/*top: 2.5vh;*/
	font-size: 14px;
	border-radius: 100px;
}

#sender_email {
	/*height: 10vh;*/
	width: 100%;
}

/*#final_preview {
	height: 90vh;
	width: 100%;
	padding-bottom: 5vh;
	padding-top: 20px;
}*/

/*#preview_text {
	width: 90%;
	text-align: left;
	max-height: 50vh;
	overflow: scroll;
	margin-bottom: 0;
	top: 16%;
}*/

/*.centered {
	position: absolute;
	top: 50%;
	left: 20px;
	top: 5%;
	transform: translate(-50%, -50%);
}*/
.sender_name {
	/*transform: translate(-50%, -50%);*/
}

.recipient_name {
	position: absolute;
	/*z-index: -1;*/
	/*top: 50%;*/
	left: 33%;
	top: 40%;
	/*transform: translate(-50%, -50%);*/
}

[contenteditable] {
	outline: 0px solid transparent;
}

#editor1 {
	width: 100%;
	/*height: 50vh;*/
	padding-bottom: 10px;
}

img {
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}
@media only screen and (max-width: 600px) {
	#messages_header {
		padding-bottom: 120px;
	}
}

#successText {
	text-align: center;
	font-size: 1.3rem;
	color: white;
}

.error {
	border: 1px solid red !important;
}
