* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Montserrat", "arial", sans-serif;
}

a {
  color: inherit;
  transition: opacity 0.3s;
}
a:hover {
  color: inherit;
  opacity: 0.7;
}

@media (min-width: 1200px) {
  .container {
    max-width: 920px;
  }
}
.embed-container {
  position: relative;
  padding-bottom: 177.77%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

@media (min-width: 992px) {
  .embed-container {
    padding-bottom: 56.25%;
  }
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  margin-top: 100px;
  padding-top: 50px;
  background: #eee;
}
.footer .logo {
  height: 60px;
}
.footer .eu-logo {
  height: 80px;
  margin-left: 80px;
}
.footer .links {
  margin-top: 50px;
  margin-bottom: 15px;
}
.footer .madeby {
  padding-top: 80px;
  padding-bottom: 10px;
  font-size: 0.8em;
}

/*# sourceMappingURL=style.css.map */
