body{
  background: #2B5CA9;
}

a{
  color: #F19A34;
  text-decoration: none;
}

a:hover{
  color: #EFA650;
  text-decoration: none;
}

h1{
  font-size: 48px;
  color: #fff;
  margin-bottom: 40px;
}

.container.contact{
  padding-bottom: 35px;
}

#header-logo{
  position: absolute;
  left: 0;
  top: -10px;
  background: transparent url(img/bg_header.png) scroll no-repeat left;
  height: 178px;
  width: 100%;
  z-index: 99;
}

#header-logo img{
  margin: 26px 0 0 59px;
}

.videoWrapper {
  position: relative;
  padding-bottom: 35.43%; /* 56.25%; 16:9 */
  padding-top: 25px;
  height: 0;
}

.videoWrapper iframe,
.videoWrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

p{
  margin: 0;
}

p span{
  line-height: 60px;
}

footer{
  background: #fff;
  padding-top: 43px;
  padding-bottom: 18px;
}

footer #twitter{
  margin-left: 40px;
  margin-right: 40px;
}
