/* Průhledné menu */
.navbar 
{
  position: absolute;
  width: 100%;
  top: 30px;
  background-color: TRANSPARENT;
  z-index: 100;
}

/* Popis moto */

.motive__motto 
{
  --menu-width: 0px;
  position: relative;
  color: rgb(255, 255, 255);
  height: 100%;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: left;
  text-align: center;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.2s 0.2s;
}

.motto
{
  text-align: left;
  max-width: 600px;
}

.motto__title
{
  font-size: 80px;
  line-height: 1.2;
  margin-bottom: .25em;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 300;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}