.full {
   
  background: url(http://placehold.it/1920x1080) no-repeat center center fixed; 
  background: url(../img/bg_buro_s.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.bg_whitetrans {
  background-color: rgba(255, 255, 255, 0.8);
}
.callout {
  background-color: rgba(255, 255, 255, 0.90);
  //background-color: #ffff00;
}
.brown {
    color: #6e3d38;
}
.rose {
    color: #ec94ac;
}
.beige {
    color: #d8cec2;
}
.lila {
    color: #953e83;
}
nav {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 1rem;
  color: #953e83;
   height: 70px;
}
nav ul {
    padding:0;
    text-align: justify;
}
nav ul li {
    display:inline-block;
    list-style: none;
    text-transform: uppercase;
     text-align: justify;
}
.line {
    padding-left:100%;
    visibility:hidden;        
}
a {
    color:#6e3d38;
}

a:hover, a:visited {
    color:#953e83;
}