@font-face {
  font-family: Suisseintl Book Webm;
  src: url(suisseintl-book-webm.woff2);
}

body {
  font-family: Suisseintl Book Webm;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  background-color: #ffffff;
  color: #000000;
  width: 100%;
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1 {
  font-family: Suisseintl Book Webm;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  margin-bottom: 0.7em;
}

ul {
  margin-bottom: 1.4em;
}

header {
  padding: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
}

.projects, .cv, .info {
  display: flex;
  flex-direction: row;
  padding: 40px;
}

.column {
  width: 25%;
  padding-right: 40px;
}

.column-lrg {
  width: 50%;
}

footer {
  /* using fixed position allows us to precisely position an element in relation to the viewport */
  position: fixed;
  bottom: 40px;
  left: 40px;
}

footer a {
  margin-right: 15px;
}

.gallery {
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}

img.half {
  width: 50%;
  justify-content: center;
}