div.seablue{
  background-color: #50BBBB;
}
div.sandish{
  background-color: #E9C662;
}
div.greenish{
  background-color: #8CBEA3; 
}
div.beige{
  background-color: #D0B78F;
}
div.blueish{
  background-color: #3F88A8;
}
div.blueklm{
  background-color: #009FD9;
}
div.reddish{
  background-color: #D8B6B4;
}
.embed-responsive-item {
  background-color: black;
}
figcaption a{
  text-decoration: none;
  color:#000;
}
blockquote{
  font-style: italic;
  line-height: 1.3em;
  padding-left: 40px;
}
h1.display-1{
  font-family: 'neutraface_textbold';
  font-size: 9.5vw;
  line-height: 0.8em;
  text-transform: uppercase;
  color: #fff;
}
h1.display-2{
  font-family: 'neutraface_textbold';
  font-size: 10vw;
  line-height: 0.8em;
  text-transform: uppercase;
}
h1.display-3{
  font-size: 4.5vw;
  line-height: 0.8em;
  font-family: 'neutraface_textbold';
  text-transform: uppercase;
}

img.logosize{
  width: 8vw;
}
@media only screen and (max-width: 600px) {
  h1.display-2{
    font-size: 3.5em;
    line-height: 0.9em;
  }
}
h1.display-0{
  font-family: 'neutraface_textbold';
  font-size: 9vw;
  line-height: 0.8em;
  text-transform: uppercase;
  color: #FF337C;
}
h1.display-8{
  font-family: 'neutraface_textbold';
  font-size: 10.5em;
  line-height: 0.7em;
  text-transform: uppercase;
  color: #FF337C;
}
h1.fix{
  letter-spacing: -6px;
}
h3.display-5{
  font-family: 'neutraface_textbold';
  font-size: 1.2em;
  text-transform: uppercase;
}
h3.display-5 a{
  color: #000;
}
h3.display-4{
  font-family: 'neutraface_textbold';
  font-size: 3em;
  text-transform: uppercase;
  margin: 1em 0;
}
h3.display-1{
  font-family: 'neutraface_textlight';
  font-size: 1.2em;
  text-transform: uppercase;
}
h2.display-3{
  font-family: 'neutraface_textbold';
  font-size: 5em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
}
h2.display-4{
  font-family: 'neutraface_textlight_italic';
  font-size: 1.6em;
  font-weight: bold;
  line-height: 1.2em;
  text-transform: uppercase;
}
div p{
  padding-block-end: 1.4em;
  line-height: 1.5em;
}
p.lead{
 font-size: 1.3em;
 line-height: 1.5em;
}

p.bg{
  margin:0;
  padding: 0;
}
a.companyhome{
  font-family: 'neutraface_textdemi_italic';
  font-size: 3.5em;
  line-height: 1.2em;
  background: url(../../images/wesanderson2.webp) 0 0 / cover no-repeat;
   color: #de466c;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
a.companyhome:hover {
   background: url(../../images/wesanderson2.webp) right bottom/ cover no-repeat;
    color: #de466c;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
  }
a.company{
  font-family: 'neutraface_textdemi_italic';
  font-size: 3em;
  line-height: 1em;
  background: url(../../images/wesanderson2.webp) 0 0 / cover no-repeat;
   color: #de466c;
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
}
span.comma{
  font-family: 'neutraface_textbold';
  font-size: 2em;
  color: #50BBBB; 
}
.imgBackground{
    background-repeat: no-repeat;
    background-size:100% auto;
    background-position: top;
    height: 650px;
}
.imgBackgroundPattern{
    background-repeat: repeat;
    background-size:auto;
    background-position: top;
    height: 650px;
}
a.paginate{
  color: #fff;
  font-family: 'neutraface_textlight';
  font-size: 1.8em;
  text-transform: uppercase;
}
.btn{
  font-family: 'neutraface_textdemi';
  text-transform: uppercase;
}

.new-content, .home-wrapper{
  display: flex;
  flex-direction: column;
}

.transition-element{
  width: 100vw;
  height: 100vh;
  position: absolute;
  left: -100vw;
  z-index: 10000;
}

@media only screen and (max-width: 900px) {
  .imgBackground{
    background-size: cover;
  }
  h1.display-1{
    font-size: 1.7em;
    color: #fff;
  }
  a.paginate{
    font-size: 0.8em;
  }
  h2.display-4{
    font-size: 1em;
  }
  h3.display-4{
    font-size: 1.9em;
  }
  a.companyhome{
    font-size: 2.1em;
  }
}

@media only screen and (max-width: 1720px) {
.topmenu{
  padding: 0 25px;
}
}

@import url(styles.css);
