body {
  font-size: 17px;
  background: linear-gradient(135deg, rgba(236, 22, 87, 0.7) 0%, #ffa534 100%);
  background-color: #935d8c;
  background-image: url(images/overlay.png), linear-gradient(45deg, #e37682 15%, #5f4d93 85%);
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-bottom: 15px;
  text-align: right;
}

.footer a {
  margin: 15px;
  font-size: 16px;
  color: #fafafa;
  text-decoration: none;
}
.soon {
  position: absolute;
  width: 600px;
  height: 340px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin-top: 50%;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.soon h1 {
  text-align: center;
  color: #fff;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
  font-size: 3em;
}
.soon p {
  color: #fff;
  text-align: center;
  margin: 0 auto;
  font-size: 1.2em;
  padding: 1.2em 0;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-weight: 200;
}

.notify-form {
  text-align: center;
}

.notify-form input {
  width: 40%;
  border: 0;
  background: #fff;
  margin: 0 0 5px;
  padding: 9px;
  padding-left: 15px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 15px;
}

.notify-form button {
  border: 0;
  background-color: #e37682;
  color: #fff;
  margin: 0 0 5px;
  padding: 9px;
  padding-right: 20px;
  padding-left: 15px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1), 0 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 15px;
}

.notify-form button:hover {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  -webkit-transition: box-shadow 0.3s ease-in-out;
  -moz-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
}

.notify-form button:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact {
  margin: 0 25px;
  background: #f9f9f9;
  padding: 25px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
  border-radius: 3px;
}

#contact h3 {
  margin: 0;
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 10px;
}

#contact h4 {
  margin: 5px 0 15px;
  display: block;
  font-size: 13px;
  font-weight: 400;
}

fieldset {
  border: medium none !important;
  margin: 0 0 10px;
  min-width: 100%;
  padding: 0;
  width: 100%;
}

#contact input[type='text'],
#contact input[type='email'],
#contact input[type='tel'],
#contact input[type='url'],
#contact textarea {
  width: calc(100% - 20px);
  border: 1px solid #ccc;
  background: #fff;
  margin: 0 0 5px;
  padding: 10px;
  border-radius: 3px;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 15px;
}

#contact input[type='text']:hover,
#contact input[type='email']:hover,
#contact input[type='tel']:hover,
#contact input[type='url']:hover,
#contact textarea:hover {
  -webkit-transition: border-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
  border: 1px solid #aaa;
}

#contact textarea {
  height: 100px;
  max-width: 100%;
  resize: none;
}

#contact button[type='submit'] {
  cursor: pointer;
  width: 100%;
  border: none;
  background: #935d8c;
  color: #fff;
  margin: 0 0 5px;
  padding: 10px;
  font-size: 15px;
  border-radius: 3px;
  font-family: 'Catamaran', 'Helvetica', 'Arial', 'sans-serif';
  font-size: 15px;
}

#contact button[type='submit']:hover {
  background: #e37682;
  -webkit-transition: background 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

#contact button[type='submit']:active {
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.5);
}

#contact input:focus,
#contact textarea:focus {
  outline: 0;
  border: 1px solid #aaa;
}

::-webkit-input-placeholder {
  color: #888;
}

:-moz-placeholder {
  color: #888;
}

::-moz-placeholder {
  color: #888;
}

:-ms-input-placeholder {
  color: #888;
}
