#promo {
  text-align: center;
  background: url(../images/banner-animatrice.jpg) no-repeat;
  background-size: cover;
  padding: 30px;
}

#promo .jumbotron-kip {
  border-radius: 25px;
  max-width: 700px;
  margin: 0 auto;
  background-color: rgba(255,255,255,0.6);
}

body {
  font-family: arial, helvetica, sans-serif !important;
}

.animatrice-header h1 {
  color: rgb(129, 166, 177);
}

.info-blok-tekst {
  background-color: rgb(129, 166, 177);
  border-radius: 10px;
  width: 100%;
  padding-top: 20px;
  font-size: 50px;
  font-weight: bold;
  color: white;
  padding-bottom: 20px;
}

.info-blok-footer {
  margin-bottom: 20px;
  padding-top: 5px;
  color: #81a6b2;
}

