@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@500;700&family=Roboto:ital,wght@0,400;0,700;1,400&display=swap");

body { background: #EEE8AA; }

/* Header - motive
====================================================================== */
#motive {
  position: relative;
  width: 100%;
  height: 420px;
  border-bottom: none;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1199px) {
  #motive {
    height: 380px;
  }
}

@media (max-width: 991px) {
  #motive {
    height: 300px;
  }
}

@media (max-width: 767px) {
  #motive {
    height: 240px;
  }
}

/* Header - motto
====================================================================== */
#motto #motto-title,
#motto #motto-text {
  float: left;
  clear: both;
  text-shadow: none;
  color: #262626;
  background: rgba(255, 255, 255, 0.65);
  padding: 0 1.5rem;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.35);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

#motto #motto-title {
  margin-top: 5rem;
  font-size: 4rem;
  font-family: "Roboto Slab", serif;
}

#motto #motto-text {
  margin-top: 1rem;
}

@media (max-width: 991px) {
  #motto #motto-title {
    font-size: 3rem;
    padding: 0 1rem;
    margin-top: 3rem;
  }
  #motto #motto-text {
    font-size: 1.5rem;
    padding: 0 1rem;
  }
}

@media (max-width: 767px) {
  #motive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #motto {
    text-align: center;
  }
  #motto #motto-title,
  #motto #motto-text {
    float: none;
  }
  #motto #motto-title {
    margin-top: 0;
  }
}