/* GANTRY5 DEVELOPMENT MODE ENABLED.

   WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!

   For more information on modifying CSS, please read:

   http://docs.gantry.org/gantry5/configure/styles
   http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/*
 To change this license header, choose License Headers in Project Properties.
 To change this template file, choose Tools | Templates
 and open the template in the editor.
 */
/*
 Created on : 16.06.2021, 10:21:02
 Author     : Moritz Conjé
 */
/* line 11, templates/g5_helium/custom/scss/custom.scss */
#g-header {
  background-color: #000;
  color: #eceeef;
  padding: 3rem 0;
  position: relative;
  z-index: 10;
  background-image: none !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* line 23, templates/g5_helium/custom/scss/custom.scss */
#g-header:before {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: "";
  z-index: -1;
  opacity: 0.85;
  background-color: none !important;
  background-image: none !important;
}
/* line 38, templates/g5_helium/custom/scss/custom.scss */
body {
  font-family: "Roboto";
  font-weight: 300;
}
/* line 41, templates/g5_helium/custom/scss/custom.scss */
h1, h2 {
  font-family: 'Covered By Your Grace';
}
/* line 42, templates/g5_helium/custom/scss/custom.scss */
h1 {
  font-weight: 100;
}
/*# sourceMappingURL=custom_9.css.map */