html, body {
	min-height: 100%;
	margin: 0 0;
	font-size: 16px;
}

body {
	background: linear-gradient(307deg, rgba(111,203,123,1) 0%, rgba(177,207,181,1) 25%, rgba(191,213,194,1) 50%, rgba(149,208,157,1) 75%, rgba(111,203,123,1) 100%); 
	background-size: cover;	
  font-family: 'Poppins', sans-serif;
	font-size: 16px;
	margin: 0 0;
}

button, input, select, textarea, label {
  font-family : inherit;
  font-size   : 100%;
}

input, select, textarea, label {
	border-radius: 6px;
	border-color: #84FF84;
}

.container {
	max-width: none;
	padding: 0 0;
	margin: 0 0;
}

#particle-container {
	position: absolute;
	width: 100%;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
	z-index: -11;
}

.nav-light {
	background-color: #303636;
}

.nav-dark {
	background-color: #24242a;
}

.nav-dark, .nav-light {
	height: 8ex;
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav-left {
	padding: 0;
	margin: 0;
	float: left;
}

.nav-dark .nav-left .title a, .nav-light .nav-left .title a {
	font-size: 1.5em;
	text-decoration: none;
	color: #66ff66;
	font-weight: normal;
}

.nav-right {
	padding: 0;
	margin: 0;
	float: right;
	text-align: right;
	display: flex;
}

.nav-right a {
	display: inline-flex;
	align-items: center;
	margin: auto;
}

.nav-left a, .nav-right a {
	padding: 0 20px;
	text-decoration: none;
	color: white;
	font-weight: bold;
}

.nav-right a i {
	padding: 2px 8px 0 0;
}

.nav-right a:hover, .nav-left a:hover {
	color: #66ff66;
	font-size: 1.15em;
	text-decoration: none;
}

.nav-light .nav-left .title a:hover, .nav-dark .nav-left .title a:hover {
	font-size: 1.8em;
	color: #66ff66;
}

.div-of-ps {
	padding: 4ex 10ex 10ex 10ex;
}

h1 {
	font-size: 5em;
	color: #00b300;
	text-align: center;
	margin-top:	2vh;
	margin-bottom: 6vh;
	text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.90);
}

h2 {
	font-size: 3.125em;
	color: #009900;
	text-align: center;
	margin-bottom: 0;
}

.h2-other {
	font-size: 0.75em;
}

h3 {
	font-size: 2.5em;
	color: #4da534;
	text-align: center;
	font-style: italic;
}

h4 {
	color: #4da534;
}

p/*, input.kindness-ps*/  {
	font-size: 1.25em;
	color: #262626;
  font-weight: bold;
}

.dating-page-img, .kindness-page-img, .valued-page-img {
	height: 25%;
	width: 25%;
	-webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  transition: all 2s ease;
  cursor: pointer;
	-webkit-box-shadow: 5px 5px 15px 5px #000000; 
	box-shadow: 5px 5px 15px 5px #000000;
}

.dating-page-img, .kindness-page-img {
	float: right;
	margin: 0 0 5px 20px;
}

.valued-page-img {
	float: left;
	margin: 0 20px 5px 0;
}

.dating-page-img:hover, .kindness-page-img:hover, .valued-page-img:hover {
	height: 50%;
	width: 50%;
}



.style-first {
	font-size: 1.35em;
	color: #c25656;
	font-style: italic;
}

.inline-space {
	padding-left: 8vw;
}

button.create-account-button {
	color: white;
	display: block;
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.35em;
	background-color: #00b300; 
	border: 5px solid white;
  padding: 20px 15px;
  -webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.69); 
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.69);
	text-decoration: none;
	border-radius: 20px;
}

button.create-account-button:hover {
	font-size: 1.6em;
	text-decoration: none;
}

.div-of-ps a:hover {
	text-decoration: none;
}

/* ====================================================================================
Home Page
======================================================================================= */

#home {
	background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(39,39,45,1) 30%, rgba(101,101,107,1) 66%, rgba(0,0,0,1) 94%); 
	background-size: cover;	
	font-size: 16px;
}

.card-container {
	width: 100%;
	height: 80vh;
	overflow: hidden;
	}

.row {
	margin-right: 0;
	margin-left: 0;
}

.arrows-and-cards {
	height: 70vh;
	padding-top: 12vh;
	z-index: 11;
  position: relative;
}

.all-cards {
	text-align: center;
	padding: 0 0;
}

#prev {
	padding: 0 0;
	cursor: pointer;
}

#prev h1 {
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.69); 
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.69);
	text-shadow: none;
}

#card-dating {
	background-image: url("/images/Card_Dating.png");
	box-shadow: 7px -11px 12px 17px rgba(0,0,0,0.9);
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	z-index: 11;
  position: relative;
}

#card-kindness {
	background-image: url("/images/Card_Kindness.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	visibility: hidden;
	z-index: 11;
  position: relative;
}

#card-valued {	
	background-image: url("/images/Card_Valued.png");
	background-repeat: no-repeat;
	background-size: cover;
	display: inline-block;
	visibility: hidden;
	z-index: 11;
  position: relative;
}

.card-slot {
	z-index: 10;
	position: relative;
	margin-top: -10px;
	border-top: 8px solid black;
	border-bottom: 8px solid black;
	border-radius: 8px;
	margin-left: auto;
	margin-right: auto;
}

#next {
	padding: 0 0;
	cursor: pointer;
}

#next h1 {
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.69); 
	box-shadow: -5px 5px 8px 0px rgba(0,0,0,0.69);
	text-shadow: none;
}

#caption-dating {
	position:	relative;
	width: 110vw;
	height: 50px;
	margin-top: 10px;
	overflow: hidden;
}

#caption-kindness {
	position:	relative;
	display: none;		
	width: 110vw;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}

#caption-valued {
	position:	relative;
	display: none;
	width: 110vw;
	height: 50px;
	overflow: hidden;
	margin-top: 10px;
}





/* ====================================================================================
FORMS -- Card Requests, Login, & Account Creation
======================================================================================= */

.login, .register, #card-request-form {
	width: 45.5ex;
	background-color: #e9fbe9;
	-webkit-box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.69); 
	box-shadow: 5px 5px 8px 0px rgba(0,0,0,0.69);
	margin: 100px auto;
}

.login h1, .register h1, #card-request-form h1 {
	text-align: center;
	color: #009900;
	font-size: 2em;
	padding: 20px 0 20px 0;
	border-bottom: 1px solid #9da2af;
	margin-bottom: 0;
	font-weight: bold;
	text-shadow: none;
}

.login form, .register form, #card-request-form form {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding-top: 20px;
}

#card-request-form form p {
	width: 100%;
	margin-left: 20px;
	margin-bottom: 0;
	padding-top: 10px;
}

#card-request-form form input[type="radio"] {
	margin-left: 10ex;
}

.login form label, .register form label, #card-request-form form label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background-color: #21c421;
	color: #ffffff;
}

.login form input[type="password"], .login form input[type="text"], .register form input[type="password"], .register form input[type="text"], .register form input[type="email"], #card-request-form form input[type="text"], #card-request-form form input[type="email"] {
	width: 310px;
	height: 50px;
	border: 1px solid #9da2af;
	margin-bottom: 20px;
	padding: 0 15px;
}

p.form-submitted {
	font-size: 1em;
	color: #009900;
}

.login form input[type="submit"], .register form input[type="submit"], input.button {
	font-size: 1.5em;
	width: 100%;
	padding: 15px;
	margin-top: 20px;
	background-color: #21c421;
	border: 0;
	cursor: pointer;
	font-weight: bold;
	color: #ffffff;
	border-radius: 0;
}

.login form input[type="submit"]:hover, .register form input[type="submit"]:hover, input.button:hover {
	background-color: #4ae04a;
}




/* ====================================================================================
Dating Sub Pages
======================================================================================= */

#loggedin {
	background: none;
	background-color: #84ff84;
	background-size: cover;	
	font-size: 1em;
}
.content {
	width: 115ex;
	margin: 0 auto;
}
.content h2 {
	margin: 0;
	padding: 25px 0;
	color: #1D4F5B;
	font-weight: 1000;
	font-size: 2.5em;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	color: #262626;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}

.submit-button {
	cursor: pointer;
	background: none;
	border: 2px solid #1D4F5B;
	border-radius: 8px;
	color: #1D4F5B;
	font-size: 1em;
	font-weight: bold;
	height: 30px;
	margin-top: 15px;
}

.submit-button:hover {
	background-color: #b3ffb3;
}

.update-email-button, .update-password-button, .delete-account-button, .edit-profile-button, .generate-url-button, .edit-button {
	cursor: pointer;
	margin-bottom: 15px;
	background: radial-gradient(circle, rgba(143,241,156,0.9415966215587798) 0%, rgba(135,237,208,0.7455181901862307) 65%, rgba(252,212,237,1) 100%);
	border: 2px solid #1D4F5B;
	border-radius: 8px;
	color: #1D4F5B;
	font-weight: bold;
	height: 40px;
}

.delete-account-button:hover {
	font-size: 1.2em;
	color: red;
	border-color: red;
	background: none;
}

.update-email-button:hover, .update-password-button:hover, .edit-profile-button:hover, .generate-url-button:hover, .edit-button:hover {
	background: none;
}

#update-email-form, #update-password-form, #delete-account-form, div #generate-url {
	padding-top: 10px;
	padding-bottom: 15px;
	display: none;
	border-top: 2px solid #9da2af;
	border-bottom: 2px solid #9da2af;
}

#update-email-form p, #update-password-form p, #delete-account-form p, #edit-profile-form p, div #generate-url p {
	font-size: 1em;
}

#unique-url {
	margin-top: -10px;
	margin-bottom: 0;
	padding-top: 0;
	padding-bottom: 0;
}

#edit_profile {
	font-size: 0.8em;
	font-weight: 500;
}

div.profile-page {
	padding: 0;
}

.main-profile-img {
	height: auto;
	padding: 0;
}

.profile-left {
	background:  linear-gradient(148deg, rgba(255,225,244,1) 27%, rgba(135,237,208,0.7455181901862307) 59%, rgba(143,241,156,0.9415966215587798) 100%); 	
	padding: 0;
}

.profile-left-ps {
	padding: 5px 0 0 0;
}

.profile-left-ps p {
	font-size: 1em;
}

.profile-name {
	text-align: center;
	color: #368B9F;
}

.profile-summary {
	font-size: 1em; 
	font-weight: normal;
}

div.profile-info {
	padding-top: 35px;
	padding-left: 35px;
	padding: 35px 0 25px 35px;
}

div.profile-info p {
	font-size: 1em;
}

.progress {
/*    display: none;
*/    position: relative;
    margin: 20px;
    width: 400px;
    background-color: #ddd;
    border: 1px solid blue;
    padding: 1px;
    left: 15px;
    border-radius: 3px;
}

.progress-bar {
    background-color: green;
    width: 0%;
    height: 30px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.percent {
    position: absolute;
    display: inline-block;
    color: #fff;
    font-weight: bold;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -20px;
    -webkit-border-radius: 4px;
}

.error {
	color: red;
}

.error-smaller {
	color: red;
	font-size: 1em;
	font-weight: normal;
}

.p-smaller {
	font-size: 1em;
	font-weight: normal;
}

#outputImage-main img, #outputImage-1 img, #outputImage-2 img, #outputImage-3 img, #outputImage-4 img, #outputImage-5 img, #outputImage-6 img, #outputImage-7 img, #outputImage-8 img {
	max-width: 200px;
}

.preview-images img, .image1, .image2, .image3, .image4, .image5, .image6, .image7, .image8 {
	max-width: 200px;
}

.image_main {
	max-height: 250px;
}

.percent {
	display: none;
}

#progressDivId-main, #progressDivId-1, #progressDivId-2, #progressDivId-3, #progressDivId-4, #progressDivId-5, #progressDivId-6, #progressDivId-7, #progressDivId-8 {
	display: none;
}

.progress {
	max-width: 220px;
}

.form-container {
	width: 100%;
}

#upload-main-img, #upload-img1, #upload-img2, #upload-img3, #upload-img4, #upload-img5, #upload-img6, #upload-img7, #upload-img8 {
	display: none;
}

.even-cols {
	width: 33.33%;
}

#img-table table, #img-table th, #img-table td {
  border: 3px solid #84FF84;
  text-align: center;
}

.main-img-div {
	text-align: center;
}

.thumbnail {
	max-width: 150px;
}

.thumbnail:hover {
	transform: scale(3);
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 9;
}

.msg-button {
	text-align: center;
	padding-bottom: 15px;
}

#prev-msgs {
	margin-bottom: 20px;
}

.left-msg {
	text-align: left;
	clear: both;
}

.img-sent-div-left {
	float: left;
}

.img-sent-div-left img {
	width: 50px;
	height: auto;
}

.msg-name {
	font-size: 0.9em;
	font-weight: bold;
}

.right-msg {
	text-align: right;
	clear: both;
}

.img-sent-div-right {
	float: right;
}

.img-sent-div-right img {
	width: 50px;
	height: auto;
}

.content p.sent-text {
	font-size: 0.6em;
	font-weight: normal;
	padding: 5px 0 0 0;
}

.talk-bubble-left, .talk-bubble-right {
  display: inline-block;
  position: relative;
	max-width: 75%;
	height: auto;
}

.talk-bubble-left {
	background-color: #84F3FF;
	margin-left: 20px;
}

.talk-bubble-right {
	background-color: #FFFD84;
	margin-right: 20px;
}

.round{
  border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
}

/* talk bubble contents */
.talktext{
  padding: .5em 1em;
	text-align: left;
  line-height: 1.5em;
}

#talktext-p{
  /* remove webkit p margins */
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  font-size: 1em;
  font-weight: normal;
  margin: 0;
}

.compose-msg {
	padding-bottom: 25px;
}

/*.compose-msg textarea {
	width: 100%;
}*/

.msg-text-n-button {
	display: flex;
}

#msg-textarea {
	flex: 0 0 80%;
}

#msg-button {
	flex: 0 0 20%;
	height: auto;
	margin: 0;
}

#msg-button:hover {
	background-color: #b3ffb3;
}

.msg_not_read {
	font-weight: normal;
	cursor: pointer;
}

.msg_read {
	font-weight: bold;
	cursor: pointer;
}
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

table {
    table-layout: auto;
    width: 100%;   
}

sup {
	padding-right: 5px;
	padding-left: 2px;
	color: #66ff66;
	font-size: 1em;
}