html,
body {
  color: #fff;
  padding: 0;
  margin: 0
}

html {
  font-family: Montserrat, "Helvetica Neue", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  overflow-y: auto
}

body {
  background-color: #6FCDBD
}

main.frontpage a {
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  color: #fff
}

main.frontpage a:hover {
  color: #333
}

main.page a {
  color: #fff;
  -webkit-transition: text-shadow 0.1s ease-out;
  -moz-transition: text-shadow 0.1s ease-out;
  transition: text-shadow 0.1s ease-out
}



h1 {
  font-size: 9rem
}

h2 {
  font-size: 3rem;
  font-weight: normal
}

@media screen and (max-width: 1114px) {
  h1 {
    font-size: 15vw
  }

  h2 {
    font-size: 2.5rem
  }
}

img.portrait {
  box-sizing: border-box;
  border-radius: 50%;
  border: 10px solid #fff;
  margin: 2em 3em;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 300px
}

img.glow {
  -webkit-transition: -webkit-filter 0.1s ease-out;
  -moz-transition: -webkit-filter 0.1s ease-out;
  transition: -webkit-filter 0.1s ease-out
}

img.alwaysglow {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.75))
}

img.glow:hover {
  -webkit-filter: drop-shadow(0px 0px 4px rgba(255, 255, 255, 0.75))
}

.column {
  flex: 1
}

main.page {
  display: flex;
  margin-top: 4vh
}

main.page .column.left {
  text-align: end
}

main.page .column.right .links {
  margin-top: 3vh;
  font-size: 3vh;
}

main.page .column.right .links a {
  margin: 0 1vh 0 1vh;
  text-decoration: none
}

@media screen and (max-width: 120vh) {
  main.page {
    flex-direction: column;
    margin-top: 11vh
  }

  main.page .column.left {
    text-align: center
  }

  main.page .column.right h1 {
    margin-top: 0
  }

  main.page img.portrait {
    margin: 0
  }
}

footer {
  display: flex;
  margin-top: 3rem;
  font-size: 0.75rem;
}

@media screen and (max-width: 1114px) {
  footer {
    flex-direction: column
  }
}

.chewy-regular {
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
  /* vertical spacing */
  line-height: 4;
  text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.5);
  font-size: 4vh; 
  line-height: 1.3;
  margin: 1vh auto 0 auto; 

  /* Force Safari to render text properly */
  -webkit-text-stroke: 0.3px #fff; 
  -webkit-text-fill-color: #fff;
  -webkit-text-size-adjust: 100%;
  
}

.titletext {
  font-family: "Chewy", system-ui;
  font-weight: 400;
  font-style: normal;
  /* vertical spacing */
  font-size: 12vh;
  text-shadow: 6px 6px 14px rgba(0, 0, 0, 0.5);

  /* Force Safari to render text properly */
  -webkit-text-stroke: 0.3px #fff; 
  -webkit-text-fill-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;   /* Helps in some cases */
}

@media screen and (max-width: 1114px) {
  .titletext {
    font-size: 12vw;
  }

  .chewy-regular {
    line-height: 1.5;
    font-size: 4vw;
  }
}

@media screen and (max-width: 700px) {
  .titletext {
    font-size: 6rem;
  }

  .chewy-regular {
    line-height: 1.3;
    font-size: 1.7rem;
    padding: 0 1vh;
    margin: 1vh auto 6vh auto;
  }
}

.entry__field {
  color: black;
}

