@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&display=swap");
@media (min-width: 48em) {
  :root {
    font-size: calc(1rem + ((1vw - 0.48rem) * 1.3889));
    min-height: 0vw;
  }
}
@media (min-width: 120em) {
  :root {
    font-size: 2rem;
  }
}
html {
  font: 400 1.3em/1.33 Fraunces, Times, "Times New Roman", serif;
  background-color: #191919;
}

body {
  padding-bottom: 3em;
}

.profile {
  background: url('https://andre-vincent.info/moi.jpg') center 30%;
  box-shadow: inset 0 0 5em 1em #000;
  height: 50vh;
  background-size: cover;
}

.profile {
  width: 40%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  height: auto;
}

hr {
  overflow: visible;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
  color: #333;
  text-align: center;
}

hr:after {
  content: "&";
  /* § */
  display: inline-block;
  position: relative;
  top: -0.7em;
  font-size: 2em;
  padding: 0 0.25em;
  background: #191919;
  color: #ccc;
}

article {
  color: #ccc;
}

article {
  margin-left: 40%;
  position: relative;
  max-width: 66em;
}

header {
  text-align: center;
  padding: 0 2em;
}

h1 {
  text-transform: uppercase;
  font-weight: 400;
}
h1 .headline-1,
h1 .headline-2 {
  line-height: 1;
}
h1 .headline-1 {
  font-size: 9vw;
}
h1 .headline-2 {
  font-size: 9vw;
}

.subheading {
  color: #ccc;
  font-size: 1.5625em;
  max-width: 25em;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 1.5em;
}

section {
  column-width: 14em;
  column-gap: 1.33em;
  padding: 0 3em;
  hyphens: auto;
}
section p:first-of-type:first-letter {
  float: left;
  font-size: 7em;
  line-height: 0.9;
  margin-top: -0.3em;
  margin-bottom: -0.2em;
  margin-right: 0.1em;
}

img {
  max-width: 100%;
  margin-bottom: 1.33em;
  vertical-align: middle;
}

blockquote {
  border-left: 0.5em solid #ccc;
  font-size: 3em;
  padding: 0.5em;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  right: 100%;
  top: 55vh;
  width: 6em;
  background: #191919;
  line-height: 1.1;
  text-wrap: balance;
}
/*
blockquote::before, blockquote::after {
  color: #ccc;
  font-size: 1.25em;
  line-height: 0;
}

blockquote::before {
  content: "«\202F";
}
blockquote::after {
  content: "\202F»";
}
*/