body {
    background-image: url(../img/bg.png);
    background-repeat: repeat-x;
}

.logo {
    background-image: url(../img/header-top.png);
    background-repeat: no-repeat;
    display: block;
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 45.5%;
    background-size: 100%;
    text-align: center;
}

.bg-dark {
    background-color: #1f1f1f !important;
}

.wafelcontainer {
  border-radius: 25px;
  background-color: #FFFFFF;
  padding: 20px;
  margin-bottom: 50px;
}
