@font-face {
  font-family: "Montserrat-Light";
  src: url("/fonts/Montserrat-Light.eot");
  src: url("/fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Montserrat-Light.woff") format("woff"), url("/fonts/Montserrat-Light.woff2") format("woff2"),
    url("/fonts/Montserrat-Light.ttf") format("truetype"), url("/fonts/Montserrat-Light.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("/fonts/Montserrat-Regular.eot");
  src: url("/fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"),
    url("/fonts/Montserrat-Regular.woff") format("woff"), url("/fonts/Montserrat-Regular.woff2") format("woff2"),
    url("/fonts/Montserrat-Regular.ttf") format("truetype"), url("/fonts/Montserrat-Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "Muli";
  src: url("/fonts/Muli.eot");
  src: url("/fonts/Muli.eot?#iefix") format("embedded-opentype"), url("/fonts/Muli.woff") format("woff"),
    url("/fonts/Muli.woff2") format("woff2"), url("/fonts/Muli.ttf") format("truetype"),
    url("/fonts/Muli.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
}

html {
  font-size: 100%;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Montserrat-Regular";
}

header {
  background-color: white;
  border-bottom: 1px solid rgb(192, 192, 192);
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  display: flex;
  padding: 12px;
  width: 100%;
  box-sizing: border-box;
  justify-content: space-between;
}

.header-left {
  display: flex;
}

header .dropper {
  line-height: 36px;  
}

header .dropper:hover .children {
  display: block;
  opacity: 1;
  transition: all 300ms;
  transform: translateY(0);
}


header .dropper .children {
  position: absolute;
  opacity: 0;
  top: 50px;
  left: 155px;
  padding: 20px;
  padding-top: 25px;
  padding-right: 50px;
  background-color: white;
  transition: all 300ms;
  transform: translateY(30px);
  font-family: Palatino;
  border: 1px solid white;
}

header .dropper .children a {
  display: block;
  transition: transform 300ms;
}

header .dropper .children a:hover {
  transform: translateX(3px);
  transition: transform 300ms;
}


header a {
  color: black;
  text-decoration: none;
  line-height: 36px;
  padding: 0 6px;
}

header .shop-link {
  justify-self: end;
}

header svg {
  margin-top: 7px;
  width: 130px;
  height: 20px;
  margin-right: 10px;
}

.page-contain {
  margin-top: 60px;
}

.slice-image-heading {
  position: relative;
  color: black;
}

.slice-image-heading img {
  width: 100%;
}

.slice-image-heading .caption-contain {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  z-index: 10;
  width: 100%;
  color: white;
  text-shadow: 1px 1px 2px black;
}

.slice-image-heading .caption-contain h1 {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 36px;
}

.slice-image-heading .caption-contain h3 {
  font-family: "Montserrat-Light";
  font-weight: 400;
  font-size: 16px;
}

.text-section {
  padding: 40px 0;
  text-align: center;
}

.text-section h2 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 400;
  margin-top: 0;
}

.text-section p {
  font-family: "Montserrat-Light";
  font-weight: 400;
  font-size: 16px;
  max-width: 540px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.text-section + .slice-side-text {
  margin-top: 0;
}

.text-section + .image-collage-three {
  padding-top: 0;
}

.image-collage-all + .image-collage-all {
  padding-top: 0;
}

.image-three-up {
  display: flex;
  text-align: center;
  font-family: "Montserrat-Light";
  font-weight: 400;
  font-size: 16px;
}

.image-three-up .item {
  width: 33%;
}
