@font-face {
  font-family: "Intro Regular";
  src: url("../fonts/IntroRegularRegular.ttf");
}

@font-face {
  font-family: "Alisha";
  src: url("../fonts/Alisha.otf");
}

@font-face {
  font-family: "Ciabatta";
  src: url("../fonts/Ciabatta.otf");
}

@font-face {
  font-family: "Lust-Display";
  src: url("../fonts/Lust.otf");
}

html {
	height: 100%;
}

body {
	
	font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;
	text-align: center;
	height: 100%;
}

.bg {
	position: fixed;
	top: 0px;
	left: 0px;
	background-image: url("../gfx/Background.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100vh;
}

.container {
	font-size: 1.2em;
	padding: 1em;
	padding-bottom: 7em;
}

#messageBox {
	height: 100px;
}

.column img {
	cursor: pointer;
}

.input, .textarea {
	background-color: rgba(255, 255, 255, 0.7);
	
	font-family: proxima-nova,sans-serif;
	font-weight: 400;
	font-style: normal;
}

.button[disabled] {
	background-color: rgba(255, 255, 255, 0.3);
}

.input:active, .textarea:active {
	border-color: rgba(2,62,89,0.7);
	box-shadow: 0 0 0 .125em rgba(2,62,89,0.25);
}

/* MAIN CONTAINER FOR HEADER CONTENT */
.header {
  position: relative;
  background-color: tranparent;
	text-align: center;
	font-family: omnes-pro,sans-serif;
font-weight: 400;
font-style: normal;
	font-size: 2em;
	color: #FFFFFF;
	padding: 1em;
}

.header img {
	max-width: 80%;
}

.is-dynamic {
	
	font-family: proxima-nova,sans-serif;
font-weight: 400;
font-style: normal;
	color: #FFFFFF;
	background-color: rgba(210,4,7,1);
	border: 1px solid #FFFFFF;
	
}

/* POWERED BY BLYNK BRANDED FOOTER */
.footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
  background: rgba(87, 182, 192, 0.8);
	border-top: 2px #FFFFFF solid;
  text-align: center;
  padding: 1em;
}

.footer img {
	max-height: 4em;
}

#messageTable td {
	text-align: left;
	vertical-align: middle;
}

.iconYes, .iconNo, .iconRestore, .iconRemove {
	cursor: pointer;
	font-size: 2em;
	opacity: 0.3;
}

.iconYes.is-active, .iconRestore.is-active {
	color: green;
	opacity: 1;
}

.iconNo.is-active, .iconRemove.is-active {
	color: crimson;
	opacity: 1;
}

#mainContainer {
	height: 1em;
	padding: 0px;
	position: relative;
}

#previewContainer {
	padding: 0px;
	width: 1080px;
	height: 1440px;
	overflow: hidden;
}

#cardPreview {
	width: 1080px;
	height: 1440px;
	margin: auto;
    -webkit-transform-origin:left top;
    -moz-transform-origin:left top;
	transform-origin:left top;
}

#cardPreview img {
	width: 100%;
}

#author {
	padding-top: 1em;
}

.isWDFTextContainer {
	position: absolute;
	width: 480px;
	height: 300px;
	max-width: 480px;
	max-height: 300px;
	overflow: hidden;
	top: 745px;
	left: 300px;
	font-family: "Intro Regular", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"!important;
	font-size: 24pt;
	line-height: 1.2;
}

.isRedHeartTextContainer {
	position: absolute;
	width: 660px;
	height: 420px;
	max-width: 660px;
	max-height: 420px;
	overflow: hidden;
	top: 300px;
	left: 210px;
	font-family: "Ciabatta", sans-serif;
	font-weight: 700;
	font-style: normal;
	font-size: 40pt;
	line-height: 1;
	color: #FFFFFF;
}

.isLGBTQTextContainer {
	position: absolute;
	width: 720px;
	height: 520px;
	max-width: 720px;
	max-height: 520px;
	overflow: hidden;
	top: 900px;
	left: 180px;
	font-family: "Lust-Display", serif;
	font-weight: 400;
	font-style: italic;
	font-size: 40pt;
	line-height: 1.1;
}

.isDarkTextContainer {
	position: absolute;
	width: 800px;
	height: 460px;
	max-width: 800px;
	max-height: 460px;
	overflow: hidden;
	top: 960px;
	left: 140px;
	font-family: "Alisha", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 46pt;
	line-height: 1;
	color: #FFFFFF;
}

.isRedHeartTextContainer #author {
	width: 100%;
 position: absolute;
	bottom: 30px;
}

.isDarkTextContainer #author {
	width: 100%;
 position: absolute;
	bottom: 30px;
}

#previewToConvert {
	width: 1080px;
	height:1440px;
	display: none;
	background: #FF0000;
	position: relative;
}

#previewToConvert img {
	position: absolute;
	top:0px;
	left:0px;
	widdth: 100%;
}

.modal-background {
	background-color: rgba(87, 182, 192, 1);
}

@media only screen and (max-width: 780px) {
  .section {
	font-size: 1.2em;
	padding: 1em;
}
	.header {
		padding-bottom: 0px;
	}
}