:root {
  --background: mintcream;
  --dark-text: #343837;
  --menus: #3eaf76;
  --light-text: whitesmoke;
  --multimauve: #a484ac;
  --multiblue: #607c8e;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  background-color: var(--background);
  color: var(--dark-text);
  font-family: Alegreya Sans, sans-serif;
  font-size: 24px;
  line-height: 1.5;
}

.body {
  max-width: 100vw;
  background-image: url('../images/topography.svg');
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  overflow: visible;
}

.s-content {
  margin-top: 32px;
  margin-bottom: 32px;
}

.c-edgetoedge {
  max-width: 1200px;
  background-color: var(--background);
  flex-flow: column;
  align-items: center;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.c-edgetoedge.top {
  padding-top: 0;
  overflow: hidden;
}

.c-edgetoedge.graph {
  background-image: linear-gradient(rgba(245, 255, 250, .7), rgba(245, 255, 250, .7)), url('../images/topography.svg');
  background-position: 0 0, 0 0;
}

.div-block, .t-hea {
  font-family: Alegreya SC, sans-serif;
}

.h1-welcome {
  text-align: center;
  white-space: nowrap;
  flex: none;
  align-self: center;
  font-family: Alegreya SC, sans-serif;
  font-size: 42px;
  font-style: normal;
  line-height: 1.3;
  display: none;
  overflow: hidden;
}

.i-header {
  object-fit: cover;
  align-self: stretch;
}

.i-profile {
  width: 300px;
  height: 300px;
  border: 4px solid var(--menus);
  background-image: url('../images/ProfilePhoto_serious.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border-radius: 50%;
}

.i-profile:hover {
  background-image: url('../images/ProfilePhoto_laughing.webp');
  background-size: cover;
  background-attachment: scroll;
}

.i-profile.top {
  opacity: 0;
  background-image: url('../images/ProfilePhoto_laughing.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
}

.i-profile.top:hover, .i-profile.bottom {
  opacity: 1;
}

.i-profile.bottom:hover {
  opacity: 0;
}

.d-stackedimages {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.h2 {
  align-self: auto;
  margin-top: 16px;
  margin-bottom: 64px;
  padding-left: 32px;
  padding-right: 32px;
  line-height: 1.3;
}

.h2.contactform {
  color: var(--light-text);
  text-shadow: none;
  margin-bottom: 16px;
}

.paragraph {
  margin-bottom: 16px;
  padding-left: 64px;
  padding-right: 64px;
  font-size: 24px;
  font-weight: 500;
}

.form-block {
  width: 600px;
  background-color: var(--menus);
  mix-blend-mode: normal;
  background-image: linear-gradient(rgba(62, 175, 118, .75), rgba(62, 175, 118, .75)), url('../images/topography_light.svg');
  background-position: 0 0, 0 0;
  background-size: auto, contain;
  border-radius: 8px;
  margin: 16px;
  padding: 16px;
}

.fl-contactform {
  color: var(--light-text);
  text-align: right;
  text-shadow: none;
  margin-bottom: 0;
  font-weight: 500;
  display: block;
}

.grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: .5fr 1fr;
}

.submit-button {
  border: 2px solid var(--background);
  box-shadow: 0 0 3px 0 var(--background);
  color: var(--light-text);
  mix-blend-mode: normal;
  background-color: rgba(62, 175, 118, .75);
  background-image: none;
  border-radius: 4px;
  font-weight: 500;
}

.success-message, .error-message {
  background-color: var(--background);
}

.text-block {
  color: var(--dark-text);
  margin-bottom: 0;
}

.text-field {
  margin-bottom: 0;
}

.grid-2 {
  grid-template-rows: auto;
  justify-content: center;
  align-self: center;
  justify-items: stretch;
}

.t-footer {
  font-size: 16px;
}

.brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: baseline;
  margin-right: auto;
  display: flex;
}

.container {
  align-items: center;
  display: flex;
}

.h1-navbar {
  color: var(--light-text);
  text-shadow: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Alegreya SC, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.image {
  height: 28px;
}

.navbar {
  background-color: var(--menus);
  background-image: linear-gradient(rgba(54, 153, 103, .75), rgba(54, 153, 103, .75)), url('../images/topography_light.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.nl-navbar {
  color: var(--light-text);
  text-shadow: none;
  font-weight: 500;
}

.i-header-copy {
  object-fit: cover;
  align-self: stretch;
}

.image-2 {
  border-radius: 50%;
}

.image-2:hover {
  background-image: url('../images/ProfilePhoto_laughing.webp');
  background-position: 0 0;
  background-size: auto;
}

@media screen and (min-width: 1280px) {
  .c-edgetoedge {
    background-color: var(--background);
  }

  .h2 {
    font-family: Alegreya Sans, sans-serif;
  }

  .paragraph {
    padding-left: 32px;
    padding-right: 32px;
  }

  .h1-navbar {
    font-weight: 500;
  }
}

@media screen and (max-width: 991px) {
  .h1-welcome {
    position: relative;
  }

  .navbar {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
  }

  .nav-menu {
    background-color: var(--menus);
    background-image: linear-gradient(rgba(54, 153, 103, .75), rgba(54, 153, 103, .75)), url('../images/topography_light.svg');
    background-position: 0 0, 0 -63px;
    background-size: auto, auto;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }
}

@media screen and (max-width: 767px) {
  .form-block {
    width: 90%;
    max-width: 90vw;
  }

  .nav-menu {
    background-image: linear-gradient(rgba(54, 153, 103, .75), rgba(54, 153, 103, .75)), url('../images/topography_light.svg');
    background-position: 0 0, 0 -63px;
    background-size: auto, auto;
  }
}

@media screen and (max-width: 479px) {
  .i-header {
    display: block;
    overflow: hidden;
  }

  .h2.contactform {
    text-align: center;
  }

  .form-block {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .text-block, .text-field {
    width: 100%;
    max-width: 70vw;
  }

  .nav-menu {
    background-color: var(--menus);
    background-image: linear-gradient(rgba(62, 175, 118, .75), rgba(62, 175, 118, .75)), url('../images/topography_light.svg');
    background-position: 0 0, 0 -60px;
    background-size: auto, auto;
  }

  .menu-button.w--open {
    background-color: var(--menus);
  }

  .i-header-copy {
    display: block;
    overflow: hidden;
  }
}

#w-node-efb6d402-bd27-d6da-5c6c-8b35afbe965d-a10005f3 {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_4b9673c2-e4b3-727c-78e5-3252e90d096c-a10005f3 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: end;
  justify-self: center;
}

#w-node-ab0fe0a7-a2b7-74ae-fb8b-439c41a9ee8a-a10005f3, #w-node-dbe3eb37-ca60-937f-a792-059d0160e64b-a10005f3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-efb6d402-bd27-d6da-5c6c-8b35afbe965d-a10005f3 {
    justify-self: stretch;
  }
}


