html {
  background-color: #eceedb;
}
body {
  padding-left: 0;
  padding-right: 0;
  background: transparent;
  font-family: 'La Belle Aurore';
  color: #e80072;
}
.container-fluid {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  top: 50px;
}
.row-fluid .span12 .span4 .span5 .span7 .dom-heading .dom-heading.dom-heading-1 {
  height: 100%;
  line-height: 100%; !important;
  padding-top: 50px; !important;
  margin-top: 50px; !important;
}
h1
{
  text-align: center;
  font-size: 60pt;
  line-height: 100%;
}
h2
{
  text-align: center;
  font-size: 50pt;
  line-height: 100%;
  background-color: #c9f1d0;
  -webkit-border-radius: 45px;
  -moz-border-radius: 45px;
  border-radius: 45px;
}
.span12
{
  text-align: left;
  font-size: 20pt;
  max-width: 800px;
}
a, a:visited, a:hover, a:focus
{
  color:#e80072;
  text-decoration: underline;
}

.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 20px;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}