/*
Theme Name: lilandesign
Description: Lila and Design Theme
Author: Veronica Wendel
Version: 1.0
*/

@font-face {
  font-family:'lilafont';
  src:url('assets/fonts/courier-new-webfont.woff') format('woff');
}

body {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 0.5fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
}

header { grid-area: 1 / 1 / 2 / 6; }
.content { grid-area: 2 / 2 / 5 / 5; }
footer { grid-area: 5 / 1 / 6 / 6; } 

body {
  font-family:'lilafont','Helvetica Neue',Helvetica,Arial,sans-serif;
  font-weight:400;
  font-size:20px;
  color:#3d4149
}

body {
    background-image: url('assets/img/hintergrund-header.png');
    background-size: cover;
}

header {
    text-align: center;
}

nav {
    
}

footer {
text-align: center
}



header  {
    font-size: 4.0vh;
  line-height: 0.8;
  letter-spacing: 0.192em;
  font-weight: 600;
  font-style: italic;
}
