/* GRAY AURORA STYLE CSS */

/*.mea-culpa-regular {
  font-family: "Mea Culpa", cursive;
  font-weight: 400;
  font-style: normal;
}

.gabarito-<uniquifier> {
  font-family: "Gabarito", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}*/

body{
    margin:0;background-color:#242424;
    background-image:url('images/philly.jpg');background-size:cover;
    background-position:center;background-repeat:no-repeat;
    font-family: "Gabarito", sans-serif;
}
#shade{margin:0;padding:0;height:150vh;background-color:rgba(0,0,0,.6);}
header{position:fixed;top:0;width:100vw;background-image:linear-gradient(to top,#242424,#484848);text-align:center;color:#fff;}
header h1{font-family: "Mea Culpa", cursive;font-weight:300;font-size:39px;}
