@import url("//db.onlinewebfonts.com/c/501e03d4c0303f394033bcaf435f4b3e?family=Suisse+Int'l+Medium");
html,
body {
  padding: 0;
  margin: 0;
  color: #fff;
  background-color: #595d57;
  font-family: Suisse, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto,
    Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

* {
  box-sizing: border-box;
}

.grid-50 {
  display: grid;
  grid-template-columns: 50% 50%;
}
.grid-30-70 {
  display: grid;
  grid-template-columns: 30% 70%;
}

.go-link {
  padding: 0.5rem 1rem;
  text-decoration: none;
  color: #fff;
  border: solid thin #fff;

  position: absolute;
  top: 4rem;
  right: 3rem;
  cursor: pointer;
}
.go-link > svg {
  vertical-align: text-bottom;
}
.go-link:hover {
  text-shadow: 0px 0px 4px #000;
  box-shadow: 0px 0px 4px #000;
  color: #ccc;
  border-color: #ccc;
}

.background-module {
  position: absolute;
  top: -5rem;
  bottom: -5rem;
  left: -5rem;
  right: -5rem;
  background: url(images/spruce_forrest.jpg);
  background-size: cover;
  /* Add the blur effect */
  filter: blur(20px);
  -webkit-filter: blur(20px);
}
.background-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(51 48 6 / 60%);
}

.container {
  overflow: hidden;
  scroll-behavior: none;
  width: 100vw;
  height: 100vh;
  position: relative;
}

main {
  overflow: hidden;
  scroll-behavior: none;
  width: 100vw;
  height: 100vh;
}

.start-selected .floater {
  bottom: 0;
  top: auto;
}

.page-carousell {
  transition: transform 0.75s ease-in;
  width: 410vw;
  height: 100vh;
}

.page {
  display: inline-block;
  position: relative;
  width: 100vw;
  height: 100vh;
  vertical-align: top;
  box-sizing: border-box;
  padding-top: 8rem;
  overflow-y: scroll;
  overflow-x: hidden;
}

.page p {
  margin: 0;
  font-size: 1.2rem;
  line-height: 1.7rem;
}

.page .wrapper {
  margin: auto;
  max-width: 1000px;
  margin-bottom: 7rem;
  padding: 1rem;
}

/**
Page content
**/
.page .content .title-2,
.page .content .title-3,
.page .content p,
.page .content .image,
.page span.title {
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}

.page .content .title-2,
.page .content .title-3 {
  font-weight: bold;
  padding-top: 1.5rem;
}

.page .content .title-2 {
  font-size: 1.5rem;
}
.page .content .title-3 {
  font-size: 1.5rem;
}

.page .content p.italic {
  font-style: italic;
  font-weight: 600;
  font-size: 0.9rem;
  line-height: 1.2rem;
}

.page .image img {
  width: 100%;
  border-radius: 0.5rem;
}

.page.start {
  padding-top: 0;
  overflow: hidden;
}

img.background {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
  min-width: 100vw;
  max-height: 100vh;
  opacity: 0;
  transition: opacity 0.5s;
  transition-timing-function: ease-in;
}

.selected img.background {
  opacity: 1;
}

.page .title {
  font-size: 2.75rem;
  font-weight: bold;
  margin-top: 0;
  padding-top: 0;
}

.start .start-title {
  color: #fff;
  position: absolute;
  top: 5rem;
  left: 4rem;
  font-size: 5.5rem;
}

.about .map {
  text-align: right;
}
.about .map iframe {
  border-radius: 0.5rem;
}

.contact-info {
  padding: 1rem;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 1.4rem;
}

.contact-info .link,
.contact-info .address > span {
  display: block;
  margin-bottom: 0.75rem;
}
.contact-info .link span {
  vertical-align: top;
  font-size: 1.25rem;
}
.contact-info .link a {
  color: #fff;
  padding-left: 0.5rem;
  padding-bottom: 0.25rem;
  text-decoration: none;
}
.contact-info .link a:hover {
  text-decoration: underline;
}
.contact-info .address {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

/* FLOATER MENU */

.floater {
  position: fixed;
  width: 100vw;
  z-index: 1;
  text-transform: uppercase;
  padding: 0rem 2rem;
  transition: color 1s ease-in;
  background: #000;
  color: #eee;

  /* top: 0; */
  /* bottom align instead */

  bottom: 0;
  top: auto;
}

.floater > .content {
  display: inline-block;
  padding: 0rem 2rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  font-weight: bold;
}

.floater > .content > span,
.floater > .content > img {
  vertical-align: middle;
  text-align: center;
}

.floater .content img {
  padding: 0.5rem 0.5rem;
}

.floater > .content > .logo {
  width: 8rem;
  margin-right: 1rem;
}

.floater > .menu,
.floater footer {
  display: inline-block;
  padding: 1rem 1rem;
  margin-top: 0.3rem;
}

.floater > .menu .link a {
  text-decoration: none;
  margin-left: 1rem;
  font-size: 1rem;
}

.floater > .content:hover,
.floater > .menu .link a:hover {
  color: #ccc;
  cursor: pointer;
}

.floater .content:hover img {
  background: rgba(200, 200, 200, 0.2);
}

footer {
  float: right;
  color: #fff;
  text-shadow: #666 0.125rem 0.125rem 0.15rem;
}

/* PAGES */

.services .text-1 {
  padding-top: 1rem;
}

.slide-left img,
.slide-right img {
  transition: transform 1s ease-in;
  transition-delay: 0.5s;
}

.slide-left img {
  transform: translate(-1000px);
}

.selected .slide-left img {
  transform: translate(0);
}

.slide-right img {
  transform: translate(1000px);
}

.selected .slide-right img {
  transform: translate(0);
}

.open-button {
  display: none;
}

/* bigger size */

@media only screen and (min-width: 1920px) {
  .start .start-title {
    font-size: 7.5rem;
  }
}
@media only screen and (min-width: 2560px) {
  .start .start-title {
    font-size: 10.5rem;
  }
}

/* MEDIA MOBILE */

@media only screen and (max-width: 1020px) {
  .page {
    padding-top: 7rem;
  }
  .open-button {
    display: block;
    position: absolute;
    right: 1.75rem;
    top: 1.25rem;
    font-size: 2rem;
    color: #fff;
    text-shadow: #666 0.125rem 0.125rem 0.15rem;
  }

  .grid-30-70,
  .grid-50 {
    display: block;
  }
  .floater,
  .floater .content {
    padding: 0;
  }
  .floater .content .logo {
    width: 6rem;
    padding: 0.2rem;
  }
  .start-selected .floater,
  .floater {
    padding: 1rem;
    padding-top: 1rem;
    top: 0;
    bottom: auto;
  }
  .floater .menu {
    display: block;
    margin-top: 0;
    text-align: right;
    width: 100%;
    padding: 0;
  }
  .floater .menu .link,
  .floater .menu .link a {
    display: none;
  }
  .floater .menu.small-show .link {
    display: block;
    padding: 1rem 0;
  }
  .floater .menu.small-show {
    margin-top: 1.5rem;
  }
  .floater .menu .link a {
    padding: 0.75rem 1rem;
    display: inline;
    text-shadow: none;
  }
  .floater .menu .link a:hover {
    color: #666;
  }
  .floater footer {
    display: none;
  }
  .go-link {
    bottom: 0;
    top: auto;
    left: 0;
    right: 0;
    background: #000;
    border: none;
    text-align: center;
  }

  .start .start-title {
    position: static;
    padding: 0 1rem;
    margin-top: 20vh;
    font-size: 2.5rem;
  }

  .page .content .title,
  .page .content .map,
  .page .content p,
  .page .content .contact-info,
  .page .image {
    display: block;
    max-width: 560px;
    margin: auto;
  }
}
