body {
    background-color:#ffffff;
    
  
  }
  
  
  h1 {
    color:#60ebc6;
    font-family: 'galaxie_personal_useregular';
    
  }
  
  .header-img {
    height: 20%;
    position: relative;
    display: inline-block;
    opacity: 0.7s;
    
  }
  
  .header-img .display {
  
    position: absolute;
    z-index: 999;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30%;
    text-align: center;
  }

  .nav-link {
    font-family: 'Syncopate', sans-serif;
    color: black;
    background-color:  rgb(255, 179, 116);
    opacity: 90%;
    font-weight: bold;
    text-align: center;
  }
  @font-face {
    font-family: 'blorashadow';
    src: url('blorashadow-ez9ap-webfont.woff2') format('woff2'),
         url('blorashadow-ez9ap-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  @font-face {
    font-family: 'klinkomiteregular';
    src: url('klinkomite-3lel-webfont.woff2') format('woff2'),
         url('klinkomite-3lel-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'FontdinerdotcomSparkly-x37m';
    src: url('/path-to/FontdinerdotcomSparkly-x37m.woff2') format('woff2'),
         url('/path-to/FontdinerdotcomSparkly-x37m.woff') format('woff'),
         url('/path-to/FontdinerdotcomSparkly-x37m.ttf')  format('truetype');
         
  }
  
  @font-face {
    font-family: 'galaxie_personal_useregular';
    src: url('galaxiepersonaluseregular-zvexz.woff2') format('woff2'),
         url('galaxiepersonaluseregular-zvexz.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }
  
  @font-face {
    font-family: 'delan_gray_-_personal_useRg';
    src: url('delangraypersonaluse-wywxg.woff2') format('woff2'),
         url('delangraypersonaluse-wywxg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  
  }

  @font-face {
    font-family: 'mouse_memoirsregular';
    src: url('mousememoirs-zg8l-webfont.woff2') format('woff2'),
         url('mousememoirs-zg8l-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
  font-family: 'remachine_script_personal_uRg';
  src: url('remachinescriptpersonaluseonly-yzl3-webfont.woff2') format('woff2'),
       url('remachinescriptpersonaluseonly-yzl3-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;

}
  
  

 
  
  
  .card  {
      background-color: rgb(255, 255, 255);
    font-family: 'gyrl_fridayalleycat';
      align-items: center;
      text-align: center;
      font-size: 35px;
      margin: 5%;
  }
  
  .card-header {
      font-size: 20px;
  }
  
  .lead {
    font-family: 'Rajdhani', sans-serif;
    font-size: ;
  }
  
  p {
    font-family: 'Rajdhani', sans-serif;
    font-size: ;
   
  }
  
  .sub {
  font-family: 'Rajdhani', sans-serif;
  font-size: 10px;
  }
  
  
  li {
    font-family: 'Rajdhani', sans-serif;
    font-size: 20px;
  }
  
  .card-header {
    font-family: 'Rajdhani', sans-serif;
  }
  
  .card-title {
    font-family: 'Rajdhani', sans-serif;
  }
  
  .blockquote-footer {
    font-family: 'Rajdhani', sans-serif;
  }
  
  .bgimage {
     /* Sizing */
     width: 100vw;
     height: 100vh;
  
       /* Flexbox stuff */
    display: flex;
    justify-content: center;
    align-items: center;
  
      /* Text styles */
      text-align: center;
      font-family: raleway;
      color: white;
  
    /* Background styles */
    background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('john-matychuk-gUK3lA3K7Yo-unsplash.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
     
    
  /* Text styles */
  text-align: center;
  color: white;
  }
  
  .jumbotron {
    text-align: center;
    margin-left: 10%;
    margin-right: 10%;
      
  
  
  font-family: font-family: 'Raleway', sans-serif;
  
  }
   
  
  .display-1 {
   color:rgb(0, 0, 0);
   font-family: 'remachine_script_personal_uRg';
   font-size: 6.5rem;
  }
  
  .display-2 {
    color: white;
    font-family: 'remachine_script_personal_uRg';
  
  } 

  .display-3 {
    font-family: 'Syncopate', sans-serif;
    color:rgb(0, 0, 0);
  }

  .display-4 {
    font-family: 'Syncopate', sans-serif;
    color: rgb(255, 204, 93);
  
  
  }
  
  .display-5 {
    font-family: 'mouse_memoirsregular';
    color:rgb(0, 0, 0);
   
  }
  
  .display-6 {
    color: rgb(255, 179, 116);
    font-family: 'mouse_memoirsregular';
    font-size: 55px;
  }
  

  .navbar-light .navbar-toggler-icon {
    background-image: url("music-note-list\(1\).svg");
    color: dimgray;
  }
  
