/* ----------------------------------- */
/* -----   Fontsets     ----- */
/* ----------------------------------- */
/* varela-round-regular - latin */
@font-face {
  font-family: 'Varela Round';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/varela-round/varela-round-v13-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/varela-round/varela-round-v13-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/varela-round/varela-round-v13-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/varela-round/varela-round-v13-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/varela-round/varela-round-v13-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/varela-round/varela-round-v13-latin-regular.svg#VarelaRound') format('svg'); /* Legacy iOS */
}

/* libre-baskerville-regular - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 400;
  src: url('/fonts/libre-baskerville/libre-baskerville-v9-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-regular.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}
/* libre-baskerville-italic - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: italic;
  font-weight: 400;
  src: url('/fonts/libre-baskerville/libre-baskerville-v9-latin-italic.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-italic.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-italic.woff') format('woff'), /* Modern Browsers */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-italic.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-italic.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}
/* libre-baskerville-700 - latin */
@font-face {
  font-family: 'Libre Baskerville';
  font-style: normal;
  font-weight: 700;
  src: url('/fonts/libre-baskerville/libre-baskerville-v9-latin-700.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-700.woff') format('woff'), /* Modern Browsers */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('/fonts/libre-baskerville/libre-baskerville-v9-latin-700.svg#LibreBaskerville') format('svg'); /* Legacy iOS */
}

/* ----------------------------------- */
/* -----   Body & Navigation    ----- */
/* ----------------------------------- */
body {
    font-family:'Varela Round';
}


/* @Override in layout styles */
.navbar {
 
}

/* // @Override in layout styles */
.navi-logo {
  /* line-height: 60px; */
  /* // Width comes from settings */
}

/* // @Override in layout styles */
.navi-link {
  /* // Always needed in layout styles */
  line-height: 80px !important;
}

navigation + * {
  margin-top:80px;
}

/* ----------------------------------- */
/* -----   Fonts     ----- */
/* ----------------------------------- */
/* @Override */
h1, h2, h3, h4, h5 {
  font-family: 'Libre Baskerville'
}


/* ----------------------------------- */
/* -----   Containers     ----- */
/* ----------------------------------- */


/* @Override presets */
.layout-container {
  margin-left:auto;
  margin-right: auto;
  /* overflow:hidden; */
  height:100%;
}
@media (max-width:768px) {
  .layout-container {
      width:100%;
  }
}
@media (min-width:769px) {
  .layout-container {
      width:750px;
  }
}
@media (min-width:900px) {
  .layout-container {
      width:900px;
  }
}


.menu-navbar {
  top:81px;
}


/* ----------------------------------- */
/* -----   Footer     ----- */
/* ----------------------------------- */

.layout-footer {
  background-color: black;
  color: #888;
}

.layout-footer p,
.layout-footer span,
.layout-footer div,
.layout-footer h1,
.layout-footer h2,
.layout-footer h3,
.layout-footer h4,
.layout-footer h5 {
  color: #888;
}


/* @Override footer */
@media (min-width: 768px) {
  .em-shell {
    border-bottom: solid 50px black;
  }
}