
/* home */

#intro {
  background-color: hsla(44, 15%, 44%, 0.2);
}


#teaser1 {
  background-color: hsla(44, 15%, 44%, 0.4);
}

#teaser2 {
  background-color: hsla(44, 15%, 44%, 0.5); /* Background image in Front */
}

#teaser2 .box {
  width: 70%;
}

#teaser3 {
  background-color: hsla(44, 15%, 44%, 0.8);
}

#cta {
  position: relative;
  top: -150px;
  margin-bottom: -150px;
  right: -3vw;
  margin-right: 0;
  margin-left: auto;
  background-color: #D22630;
  color: #ffffff;
  width: 20vw;
  height: 20vw;
  padding: 30px;
  border-radius: 50%;

}

#cta div p.size-large {
  margin-bottom: 15px;
}



/* mobile */
@media screen and (max-width: 992px) {
/*   #cta {
    position: absolute;
    top: 18vh;
    left: 4vw;
    right: auto;
    width: 30vw;
    height: 30vw;
    max-width: 200px;
    max-height: 200px;
    min-width: 140;
    min-height: 140px;
    z-index: 99999999;
  }

  #cta div p.size-large {
  margin-bottom: 7px;
} */

#cta {
  display: none;
}

  #teaser2 .box {
    width: 100%;
    left: 0;
  }
}

.center {
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

#cta p, #cta img {
  text-align: center;
}


#brands {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: auto;
  align-items: center;
  gap: 30px;
}



#brands a {
  width: 100%;
}

#brands img {
  max-width: 170px;
  max-height: 30px;
}

/* make street one studio logo bigger on big screens */
#brands > a:nth-child(4) > img {
  max-width: 220px;
}


/* mobile brand logos */
@media screen and (max-width: 800px) {
  #brands {
    grid-column-gap: 24px;
    grid-row-gap: 36px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  #brands > a:nth-child(4) {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #brands > a:nth-child(4) > img {
    max-width: 250px;
  }

}



img.checkbox {
  position: relative;
  bottom: 5px;
  max-width: 24px;
  margin-right: 16px;
  float: left;
  clear:left;
}



img.column-img {
  width: 30%;
  max-width: 100px;
  height: auto;
  margin-bottom: 30px;
}
