body {
  display: flex;
  justify-content: center;

  padding-top: 10px;
  padding-bottom: 50px;

  margin: 0px;
  color: white;
  background-color: #03060b;
  /* background-image: linear-gradient(#000 0%, #222 90%, #444 100%); */
  background-image: url('../images/party_background.jpg');
  background-size: 100% auto;
  background-position: 0% 0%;
  background-repeat: no-repeat;
  min-height: 100vh;
}

body.serious {
  background-color: #f5f0dc;
	background-image: none;
  font-family: 'Helvetica', 'Arial', sans-serif;
	color: white;
	font-size: 15pt;

	table {
	  font-size: 15pt;
    color: white;
	}
  h1 {
    font-size: 30pt;
    font-family: 'Charm';
    color: white;
    text-align: center;
  }
  h2 {
    font-size: 25pt;
    font-family: 'Charm';
    color: white;
    text-align: center;
  }
  input[type=submit] {
    background-color: #efbf04;
  }
  a {
    color: #ecdc9b;
    text-decoration: none;
  }
  hr {
    margin: 20px;
    border: none;
    height: 4px;
    background: linear-gradient(to right,  #efbf04, #feb47b);
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
  }

  #_vc_partypeople table td:first-child {
    color: #ecdc9b;
  }

  #_vc_content {
    width: 800px;
    padding: 20px;
	  background-color: #9fb79b;
    border: 1px solid black;
    box-shadow: 0px 0px 10px rgba(0,0,0, 1);
  }
}

#hearts {
  width: 100%;
  height: 130vh;
  overflow:hidden;
  position:absolute;
  z-index: 1;
}

#_vc_slideshow {
  height: 500px;
  text-align: center;
}
#_vc_slideshow img {
  height: 500px;
  border: 1px solid black;
}

.fade {
  animation-name: fade;
  animation-duration: 2s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.heart {
    position: absolute;
    color: red;
    font-size: 2rem;
    animation: fall linear infinite;
}

@keyframes fall {
    0% { transform: translateY(0) scale(1); opacity: 1; }
    100% { transform: translateY(180vh) scale(0.5); opacity: 0; }
}


body, table {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #f0f0f0;
}

/* popups */
.noty_body h1 {
	line-height: 1em;
}

.pwt-table {
	margin-top: 0px;
	margin-bottom: 0px;
}

@keyframes pulse {
	0% { box-shadow: 0px 0px 50px #073813; }
	50% { box-shadow: 0px 0px 10px #073813; }
	100% { 	box-shadow: 0px 0px 50px #073813; }
  /* 0% { box-shadow: 0px 0px 50px #efbf04; }
	50% { box-shadow: 0px 0px 10px #efbf04; }
	100% { 	box-shadow: 0px 0px 50px #efbf04; } */
}

a {
  color: #073813;
  /*color: #00ffff;*/
}

#_vc_logo .vc-content {
  margin: 100px 30px 47px 30px;
  text-align: center;
}

#_vc_logo img {
  width: 100%;
  max-width: 600px;
}

#_vc_party_img,
#_vc_oldies,
#_vc_form,
#_vc_partypeople {
  box-sizing: border-box;
}

#_vc_form {
	text-align: center;
}

#_vc_form table {
	text-align: center;
	width: 100%;
	display: block;
}
#_vc_form tbody, #_vc_form tr, #_vc_form td {
	display: inline-block;
}

/* #_vc_party_img img,
#_vc_oldies img,
#_vc_form .table-form,
#_vc_partypeople table {
  border: 1px solid #efbf04;
  box-shadow: 0px 0px 30px #efbf04;
  background-color: #222;
} */
/* 
#_vc_form input {
	border: 1px solid #efbf04;
	animation: pulse 2.75s infinite ease-in-out;
	z-index: 10;
	position: relative;
} */

.error {
  color: red;
  font-weight: bold;
  padding: 3mm;
  border: 1px solid red;
  margin: 5mm;
}

#_vc_components_content {
  width: 100%;
  max-width: 1620px;
  margin: 0 auto;
}

#_vc_components_content>.vc-content>.flex-horizontal>.vc {
  min-width: 540px;
  max-width: 540px;
  margin: 0 auto;
}

@media(max-width: 540px) {
  #_vc_components_content>.vc-content>.flex-horizontal>.vc {
    min-width: 100vw;
    max-width: 100vw;
  }
  .vc-image img {
    max-width: 100%;
  }
}

#_vc_oldies .vc-image {
  max-width: 180px;
  padding: 10px;
  text-align: center;
}

#_vc_oldies .vc-image h2 {
  font-size: 12px;
  font-weight: normal;
  text-align: center;
}

#_vc_oldies .vc-image img {
  transition: transform .2s ease-in-out;
}

#_vc_oldies .vc-image img:hover {
  transform: scale(1.2);
}

.flex-horizontal {
  justify-content: center;
}

#_vc_components_content>.vc-content>.flex-horizontal>* {
  flex: 1;
  /* min-width: 500px;*/
}

#_vc_partypeople table {
  width: 100%;
}

#_vc_partypeople table tbody,
#_vc_partypeople table thead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

#_vc_partypeople table * {
  box-sizing: border-box;
  border: none;
}

#_vc_partypeople table tr {
  display: flex;
  flex-direction: row;
	flex-grow: 1;
  flex: 1 0 auto;
	width: 100%;
}

#_vc_partypeople table td,
#_vc_partypeople table th {
  display: block;
  background-color: transparent;
}

#_vc_partypeople table td:first-child {
  color: #888;
}

.forms_extended_table {
  width: 100%;
  padding: 5px;
}
.forms_extended_table td {
  padding: 5px;
}
.forms_extended_table td:first-child {
  width: 0;
  white-space: nowrap;
}

input:focus, textarea:focus, select:focus {
  box-shadow: 0px 0px 30px #efbf04;
}
input, textarea, select, button {
  border: 1px solid #efbf04;
  background-color: #ffffff;
  color: #000;
  padding: 5px;
}
input[type=submit], button {
  padding: 5px 10px;
  font-weight: bold;
}
