@import url("https://fonts.googleapis.com/css?family=Oxygen:400,700");
html {
  -webkit-text-size-adjust: 100%;
}

html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 1.8em;
}

body {
  background: #fff;
  font-family: "Oxygen", sans-serif;
  color: #51310e;
  height: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: left bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

header,
main,
footer {
  width: 100%;
}

header {
  background: #649ece;
}

header .container {
  padding-top: 2em;
  padding-bottom: 1.3em;
}

@media screen and (min-width: 750px) {
  header .container {
    padding-top: 4em;
    padding-bottom: 2.5em;
    background-size: 60%;
  }
}

header img.logo {
  width: 100%;
  max-width: 24.5em;
  margin-top: 1em;
  margin: 0;
  vertical-align: middle;
}

main section {
  padding: 3.5em 0;
  position: relative;
}

main .container .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

main .container .col img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  width: 100%;
}

main .footerLogo {
  max-width: 22em;
  width: 100%;
  margin: 0 auto 0;
}

@media screen and (min-width: 750px) {
  main .footerLogo {
    margin: -8em auto 0;
  }
}

@media screen and (min-width: 1000px) {
  main .footerLogo {
    margin: -6em auto 0;
  }
}

footer {
  padding: 3em 0 0;
  text-align: center;
}

footer .container {
  padding-bottom: 3em;
}

footer strong {
  color: #5189c8;
  font-size: 103%;
}

h1,
h2 {
  font-size: 1.5rem;
  line-height: 120%;
  font-weight: bold;
  color: #51310e;
  margin-bottom: 0.5em;
  margin-top: 0;
}

@media screen and (min-width: 300px) {
  h1,
  h2 {
    font-size: 1.7em;
  }
}

p,
li,
figcaption {
  margin: 0;
  padding: 0;
  font-size: 1em;
  line-height: 1.7em;
}

p {
  margin-bottom: 2em;
}

p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

a:hover, a:focus {
  color: #c49a6c;
  -webkit-transition: color 0.1s;
  transition: color 0.1s;
}

ul {
  margin-top: -1rem;
}

.hero p {
  margin-bottom: 3rem;
  margin-left: -1.5rem;
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards, toRight 2s ease forwards;
          animation: fadeIn 1s forwards, toRight 2s ease forwards;
  max-width: 27em;
  padding-right: 1em;
}

.hero p span {
  font-size: 1.7rem;
  padding-bottom: 0.8rem;
  color: #649ece;
  display: block;
  font-weight: bold;
}

.hero p:nth-child(2) {
  opacity: 0;
  -webkit-animation: fadeIn 1s forwards, toRight 2s ease forwards;
          animation: fadeIn 1s forwards, toRight 2s ease forwards;
}

.hero p:last-child {
  margin-bottom: 0;
}

@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes toRight {
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

@keyframes toRight {
  100% {
    -webkit-transform: translateX(1.5em);
            transform: translateX(1.5em);
  }
}

.bloem {
  max-width: 14em;
  margin-bottom: 3em;
}

.contentImage,
.drogeBloem {
  max-width: 25em;
  margin-bottom: 3em;
}

.drogeBloem {
  margin-top: 2em;
  margin-bottom: 0;
}

.background {
  background-color: #fff9f0;
}

figure {
  margin: 0 auto;
}

.avatar {
  border-radius: 300px;
  max-width: 14em;
  margin-bottom: 1em;
  margin-top: 2em;
}

@media screen and (min-width: 750px) {
  main .container {
    padding: 0 3em;
  }
  main section {
    padding-top: 6em;
    padding-bottom: 6em;
  }
  header .container {
    background-image: url(img/header-vuurtoren.jpg);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 28em;
  }
  header {
    background-size: contain;
  }
  main section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  main section .container .col {
    margin-bottom: 0;
    -ms-flex-preferred-size: 47.5%;
        flex-basis: 47.5%;
  }
  footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  footer .container p {
    font-size: 0.9em;
    margin: 0;
    padding: 0;
    text-align: left;
  }
  .bloem {
    max-width: 18em;
    margin-bottom: 0;
  }
  .houtbewerking {
    margin-bottom: 0;
  }
  .avatar {
    margin-top: 0;
    max-width: 17em;
  }
  h1 {
    font-size: 2em;
  }
}

@media all and (-ms-high-contrast: none) {
  header .container .logo {
    max-height: 4.5em;
    width: auto;
  }
  section.bottom {
    margin-bottom: -2.5em;
  }
}
/*# sourceMappingURL=style.css.map */