body {
  font-family: Arial;
  font-family: 'Poiret One', sans-serif !important;
  background: #3F6DAB;
}
h1 {
  max-height: 0px;
  overflow: hidden;
}
.wrapper {
  text-align: center;
  margin: 50px auto 0;
}
.logo-big {
  margin-bottom: 50px;
  background: white;
  display: inline-block;
  padding: 30px;
  -webkit-border-radius: 280px;
  -moz-border-radius: 280px;
  border-radius: 280px;
  -webkit-box-shadow: 0 0 100px #fff;
  -moz-box-shadow: 0 0 100px #fff;
  box-shadow: 0 0 100px #fff;
}
p {
  margin: 0 0 10px;
}
.green-stripe {
  height: 100px;
  width: 100%;
  background: url(../images/green_pattern_small.png) repeat-x;
}
.message {
  width: 100%;
  background: #3F6DAB;
  margin-bottom: 50px;
}
.message .inner {
  display: inline-block;
}
.message p {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 0 15px #fff;
  /*font-weight: bold;*/
}
.message a {
  padding: 25px 0 0;
  display: inline-block;
}
a, a:visited {
  color: #fff;
  text-decoration: underline;
}
a:hover {
  color: #fff;
  text-decoration: none;
}