@font-face {
  font-family: 'butler';
  src: url('butler_regular-webfont.woff2') format('woff2'),
       url('butler_regular-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'butler';
  src: url('butler_black-webfont.woff2') format('woff2'),
       url('butler_black-webfont.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

:root {
  font-size: 10px;
}

html,
body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1B0201;
  color: #B47A42;
}

body {
  font-family: 'butler', serif;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  font-size: 2rem;
  line-height: 1;
  text-transform: lowercase;
  -webkit-font-smoothing: antialiased;
}

.site-section {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 2.5rem 2rem;
}

#info-section {
  z-index: 1;
  justify-content: flex-end;
  align-items: flex-start;
}

#image-section {
  z-index: 0;
  background-image: url(../images/fleur-wackett-background.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center bottom;
}

@media (orientation: landscape) {
  body {
    flex-direction: row;
  }
  .site-section {
    position: relative;
    width: 50%;
    padding: 5rem;
  }
  #info-section {
    background-image: url(../images/fleur-wackett-background-noise.jpg);
    background-size: auto 100%;
    background-repeat: repeat-x;
    background-position: center center;
  }
  #image-section {
    background-position: center center;
  }
}

h1 {
  font-size: inherit;
  font-weight: normal;
}

h2, address {
  font-size: inherit;
  font-weight: normal;
}

a {
  color: currentColor;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}
