html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: border-box;
}

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,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font: inherit;
  font-size: 100%;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  margin: 0;
  padding: 0;
  font-size: 62.5%;
  /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
  -webkit-text-size-adjust: 100%;
  /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
  -ms-text-size-adjust: 100%;
  /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

code,
kbd,
tt,
var {
  font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

figure {
  margin: 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

th {
  font-weight: bold;
}

button,
input,
select,
textarea {
  font-size: 100%;
  /* Corrects font size not being inherited in all browsers */
  margin: 0;
  /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
  vertical-align: baseline;
  *vertical-align: middle;
  /* Improves appearance and consistency in all browsers */
}

button,
input {
  line-height: normal;
  /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
  *overflow: visible;
  /* Corrects inner spacing displayed oddly in IE6/7 */
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 10px;
  background: #ccc;
  color: rgba(0, 0, 0, 0.8);
  cursor: pointer;
  /* Improves usability and consistency of cursor style between image-type 'input' and others */
  -webkit-appearance: button;
  /* Corrects inability to style clickable 'input' types in iOS */
  font-size: 12px;
  font-size: 1.4rem;
  line-height: 1;
  padding: 1.12em 1.5em 1em;
}

button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* Addresses box sizing set to content-box in IE8/9 */
  padding: 0;
  /* Addresses excess padding in IE8/9 */
}

input[type="search"] {
  -webkit-appearance: textfield;
  /* Addresses appearance set to searchfield in S5, Chrome */
  /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
  border: 0;
  padding: 0;
}

input[type=text],
input[type=email],
textarea {
  color: #888888;
  border: 1px solid #dddddd;
  border-radius: 5px;
}

input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  color: #101010;
}

input[type=text],
input[type=email] {
  padding: 3px;
}

textarea {
  overflow: auto;
  /* Removes default vertical scrollbar in IE6/7/8/9 */
  padding: 10px;
  vertical-align: top;
  /* Improves readability and alignment in all browsers */
  width: 98%;
}

a, a:visited, a:active {
  text-decoration: none;
  color: #758594;
}

.page-wrap {
  min-height: 100%;
  /* equal to footer height */
  margin-bottom: -50px;
}

.page-wrap:after {
  content: "";
  display: block;
}

.footer, .page-wrap:after {
  height: 50px;
}

.footer {
  background: orange;
}

#happy-stork {
  width: 100%;
  max-width: 100%;
}

.header {
  display: inline-block;
  height: 320px;
  margin-top: 50px;
  width: 100%;
  max-width: 100%;
}

.header .stork {
  position: absolute;
  width: 700px;
  height: 311px;
  left: 50%;
  margin-left: -350px;
  background: url("../assets/svg/stork.svg");
  background-size: cover;
}

.header .cloud {
  width: 145px;
  height: 80px;
  position: absolute;
}

.header .cloud-1 {
  background: url("../assets/svg/cloud-1.svg");
}

.header .cloud-2 {
  background: url("../assets/svg/cloud-2.svg");
}

.header .cloud-3 {
  background: url("../assets/svg/cloud-3.svg");
}

.header .cloud-4 {
  background: url("../assets/svg/cloud-4.svg");
}

#countdown-holder {
  text-align: center;
}

#countdown-holder .countdown {
  display: inline-block;
}

::-webkit-input-placeholder {
  color: #9dd4f5;
}

:-moz-placeholder {
  color: #9dd4f5;
}

::-moz-placeholder {
  color: #9dd4f5;
}

:-ms-input-placeholder {
  color: #9dd4f5;
}

.messages {
  margin-top: 50px;
  height: 25px;
  opacity: 0;
  position: relative;
  text-align: center;
  -webkit-transition: opacity 0.3s ease-out;
          transition: opacity 0.3s ease-out;
}

.error {
  color: tomato;
}

.show {
  visibility: visible !important;
  opacity: 1;
}

.hide {
  opacity: 0;
}

.form .input {
  color: #9dd4f5;
  display: block;
  margin: auto;
  font-size: 1.6rem;
  width: 300px;
  height: 40px;
  background-color: #fff;
  border-radius: 5px;
  border: none;
  text-align: center;
  -webkit-transition: background-color 0.2s ease-out, color 0.2s ease-out;
          transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.form .input:focus {
  outline: none !important;
  border: 1px solid #9dd4f5;
  box-shadow: 0 0 10px #BADBEB;
  color: #38414a;
}

.form .submit {
  color: #fff;
  width: 200px;
  margin: 10px 0 50px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: bold;
  background-color: #38414a;
  -webkit-transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
          transition: background-color 0.2s ease-out, opacity 0.2s ease-out;
}

.form .submit:hover {
  background-color: #cad401;
  box-shadow: none;
}

.form .submit:focus, .form .submit:active {
  outline: none !important;
  box-shadow: none;
}

.footer {
  background-color: #38414a;
  line-height: 50px;
  font-size: 1rem;
  color: #758594;
}

#stork, #round, #cloud-1, #cloud-2, #cloud-3, #cloud-4 {
  opacity: 0;
}

@media all and (max-width: 600px) {
  .header {
    height: 200px;
  }
  #happy-stork {
    height: 200px;
  }
  .messages {
    margin-top: 20px;
  }
  .footer {
    font-size: 0.8rem;
  }
}

.st0 {
  fill: none;
}

.st1 {
  fill: #F6B686;
}

.st2 {
  fill: #9DD4F5;
}

.st3 {
  fill: #FFE087;
}

.st4 {
  opacity: 0.7;
}

.st5 {
  fill: url(#XMLID_197_);
}

.st6 {
  fill: url(#XMLID_198_);
}

.st7 {
  fill: url(#XMLID_199_);
}

.st8 {
  fill: #F5B585;
}

.st9 {
  fill: none;
  stroke: #F5B585;
  stroke-width: 1.769;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.st10 {
  fill: #E8E8E8;
}

.st11 {
  fill: #EFEFEF;
}

.st12 {
  fill: none;
  stroke: #F5B585;
  stroke-width: 1.7693;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.st13 {
  fill: none;
  stroke: #38414A;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-miterlimit: 10;
}

.st14 {
  fill: #FAFAFA;
}

html, body {
  height: 100%;
  text-align: center;
  border-top: 10px solid #38414a;
}

h1 {
  font-size: 2rem;
  font-weight: 500;
  padding: 0 10px;
}

h4 {
  font-size: 1.4rem;
}

body,
button,
input,
select {
  padding: 0;
  margin: 0;
  background: #fff;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 100%;
  background-color: #cae9f8;
  color: #38414a;
  font-size: 1.4em;
}


.yey{
  display: inline-block;
  background-color:#c9d02c;
  color:#fff;
  padding:20px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  border-radius: 10px;
}

.yey:hover{
  background-color: #38414a;
}

.yey h1{
  color:#fff !important;
}


@media(max-width: 470px){

  h1{
    font-size: 1.5rem;
  }




}

