/* Reset */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}
:focus {
  outline: 0;
}
body {
  line-height: 1;
  color: black;
  background: white;
}
ol,
ul {
  list-style: none;
}
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}
blockquote,
q {
  quotes: "" "";
}
/* Variables */
/* Mixins */
/* Base setup */
body {
  font-family: 'courier-prime', sans-serif;
  font-size: 62.5%;
  color: #444444;
  background: #f6f6f6 url("../img/background.png") top repeat;
}
section,
article,
header,
footer,
nav,
aside {
  display: block;
}
img {
  display: block;
}
input,
textarea,
select {
  font-family: 'courier-prime', sans-serif;
  font-size: 13px;
}
strong {
  font-weight: 1000;
}
em {
  font-style: italic;
}
.clear {
  clear: both;
}
a {
  color: #dc63ab;
  text-decoration: none;
  -webkit-transition: color 5s;
  -moz-transition: color 5s;
  -ms-transition: color 5s;
  -o-transition: color 5s;
  transition: color 5s;
}
a:hover {
  color: #dc63ab;
}
.nobreak {
  white-space: nowrap;
}
.pink {
  /* 	input[type="submit"] {
		background: @pink;
		border-color: darken(@pink, 10%);
	} */

}
.pink a {
  color: #dc63ab;
}
.pink a:hover {
  border-bottom: 1px solid #e9add1;
}
.pink input[type="text"]:focus,
.pink textarea:focus {
  border-color: #dc63ab;
}
.blue {
  /* 	input[type="submit"] {
		background: @blue;
		border-color: darken(@blue, 10%);
	}
 */

}
.blue a {
  color: #21a8c5;
}
.blue a:hover {
  border-bottom: 1px solid #8ccfde;
}
.blue input[type="text"]:focus,
.blue textarea:focus {
  border-color: #21a8c5;
}
.green {
  /* 	input[type="submit"] {
		background: @blue;
		border-color: darken(@blue, 10%);
	} */

}
.green a {
  color: #77be1b;
}
.green a:hover {
  border-bottom: 1px solid #b7da89;
}
.green input[type="text"]:focus,
.green textarea:focus {
  border-color: #77be1b;
}
.orange {
  /* 	input[type="submit"] {
		background: @orange;
		border-color: darken(@orange, 10%);
	} */

}
.orange a {
  color: #e27619;
}
.orange a:hover {
  border-bottom: 1px solid #ecb688;
}
.orange input[type="text"]:focus,
.orange textarea:focus {
  border-color: #e27619;
}
/* Layouts */
.wrap {
  max-width: 600px;
  padding: 70px 20px 50px;
  margin: 0 auto;
  overflow: hidden;
}
h1,
h2,
p,
label {
  font-family: 'courier-prime', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3333333333333333;
  margin: 0 0 12px;
  color: #f6f6f6;
  visibility: hidden;
  -webkit-transition: color 5s;
  -moz-transition: color 5s;
  -ms-transition: color 5s;
  -o-transition: color 5s;
  transition: color 5s;
}
.wf-active h1,
.wf-active h2,
.wf-active p,
.wf-active label {
  visibility: visible;
  color: #444444;
}
h1 {
  font-size: 72px;
  line-height: 1;
}
h1#title a {
  color: #444444;
  border: none;
}
h2 {
  font-size: 32px;
}
fieldset {
  border-top: 1px solid #dddddd;
  margin-top: 40px;
  padding: 40px 0;
}
.row {
  margin-bottom: 18px;
}
label {
  display: inline-block;
  width: 170px;
}
label.block {
  width: auto;
  display: block;
}
input[type="text"],
textarea {
  font-family: 'courier-prime', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3333333333333333;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #c3c3c3;
  -webkit-box-shadow: inset 0 1px 2px #cccccc;
  -moz-box-shadow: inset 0 1px 2px #cccccc;
  box-shadow: inset 0 1px 2px #cccccc;
}
input[type="text"] {
  width: 400px;
}
textarea {
  width: 100%;
  margin-bottom: 10px;
  height: 300px;
}
input[type="submit"] {
  font-family: 'courier-prime', sans-serif;
  font-weight: normal;
  font-size: 24px;
  line-height: 1.3333333333333333;
  padding: 5px 0;
  text-align: center;
  background: #444444;
  color: #ffffff;
  border: 1px solid #111;
  margin: 1px 0;
  -webkit-box-shadow: 0 1px 2px #eeeeee;
  -moz-box-shadow: 0 1px 2px #eeeeee;
  box-shadow: 0 1px 2px #eeeeee;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2);
  width: 100%;
  cursor: pointer;
  /* 	.transition(background-color 3s); */

}
input[type="submit"]:active {
  background: #000;
  margin: 2px 0 0;
}
input[type="text"],
input[type="submit"],
textarea {
  opacity: 0;
  -webkit-transition: opacity 5s;
  -moz-transition: opacity 5s;
  -ms-transition: opacity 5s;
  -o-transition: opacity 5s;
  transition: opacity 5s;
}
.wf-active input[type="text"],
.wf-active input[type="submit"],
.wf-active textarea {
  opacity: 1;
}
@media screen and (max-width: 640px) {
  .wrap {
    padding-top: 30px;
  }
}
@media screen and (max-width: 440px) {
  .wrap {
    padding-top: 30px;
  }
  h1 {
    font-size: 36px;
  }
  p,
  label {
    font-size: 18px;
    margin: 0 0 10px;
  }
  input[type="text"],
  textarea {
    width: 100%;
    font-size: 18px;
  }
  textarea {
    height: 200px;
  }
}
