@import url("https://fonts.googleapis.com/css2?family=Merriweather+Sans&family=Montserrat&family=Sacramento&display=swap");

* {
  font-family: Courier, Arial, sans-serif;
  cursor: url(cursor_gray.svg) 16 16, auto !important;
}

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

body {
  overflow-x: hidden;
}

h1 {
  text-align: right;
  font-weight: 400;
  font-size: 6em;
  letter-spacing: 0.05em;
  margin: 0% 10%;
  color: #151515;
  display: inline;
}

h2 {
  text-align: left;
  font-weight: 700;
  font-size: 1.7em;
  letter-spacing: 0.1em;
  color: #151515;
  display: inline;
}

h3 {
  display: inline;
}

a {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:link:hover {
  text-decoration: underline;
}

.blob {
  margin: 1% 10% 2% 40%;
  color: #353535;
}

/* Fixed background */
#background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  pointer-events: none;
}

#container {
  position: relative;
  /*display: flex;*/
  width: 100%;
  z-index: 1;
  min-height: 100vh;
  font-size: 1em;
  text-align: left;
  font-weight: 100;
  padding-bottom: 10%;
}

#textUnit {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 10%;
  padding-right: 10%;
}

#textUnitL {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

#textUnitR {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*justify-content: flex-end;*/
  flex-direction: row-reverse;
}

#textChild {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-right: 5%;
  padding-left: 5%;
  min-width: 55%;

}

/*#textChild > p {
  display: flex;
  width: 40%;
  padding-left: 10%;
  padding-right: 10%;
}*/

#textUnitR > img {
  min-width: 180px;
  max-width: 20%;
  /*min-width: 100px;*/
  display: flex;
}

#textUnitL > img {
  min-width: 180px;
  max-width: 20%;
  /*min-width: 100px;*/
  display: flex;
}

span.blockspam {
  display: none;
}

.indexPic {
  z-index: 2;
  object-fit: cover;
  margin: 1%;
}

.indexPic > img {
  object-fit: cover;
  object-position: center;
  width: 60%;
  right: 30%;
}

.navbar {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
  width: 100%;
  z-index: 1;
  font-size: 1.2em;
  flex-wrap: wrap;
  padding-right: 9%;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}

.navbar ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  max-width: 95%;
}

.navbar ul li {
  padding: 0 25px 0 25px;
  margin: auto;
  list-style-type: none;
}

.navbar a {
  color: #225560;
  font-weight: 100;
  text-decoration: none;
  /*font-family: "Montserrat";*/
}

.navbar a:hover {
  text-decoration: underline;
}