@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: 5em;
  letter-spacing: 0.05em;
  margin: 0% 10%;
  color: #151515;
}

.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;
  z-index: 1;
  min-height: 100vh;
  font-size: 1em;
  text-align: right;
  font-weight: 400;
}

@media (max-width: 600px) {
  #container {
/*    top: 0;
    text-align: right;
    width: 100%;
    min-height: 100vh;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;*/
    font-size: 0.6em;
    padding-top: 15%;
  }
  h1 {
    font-size: 3em;
  }
  .blob {
    margin: 2% 10% 2% 10%;
  }
}

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;
}