@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'IBMPlexMono';
    font-style: normal;
    font-weight: 450;
    src: url('../fonts/plex/IBMPlexMono-Text.woff2') format('woff2');
  }
  
@font-face {
    font-family: 'IBMPlexMono';
    font-style: italic;
    font-weight: 450;
    src: url('../fonts/plex/IBMPlexMono-TextItalic.woff2') format('woff2');
  }
  
  @font-face {
    font-family: 'IBMPlexMono';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/plex/IBMPlexMono-Bold.woff2') format('woff2');
  }

@font-face {
    font-family: 'IBMPlexMono';
    font-style: italic;
    font-weight: 700;
    src: url('../fonts/plex/IBMPlexMono-BoldItalic.woff2') format('woff2');
  }
  


@media (prefers-color-scheme: light) {
    
    /* Light theme styles go here */
    body {
        background: #fff;
        color: #222;
      }
      
    h1 {
      color: #04151F;
    }
  }
  
  @media (prefers-color-scheme: dark) {
    
    /* Dark theme styles go here */
    body {
        background: #000;
        color: #eee;
      }
    h1 {
      color: #eee;
    }
  }

body {
  font-family: 'IBMPlexMono', sans-serif;
  font-size: 1em;
  font-weight: 450;
  line-height: 1.8em;
  margin:0px;
  padding: 0px;
  text-align: center;
  }

h1 {
  font-family: 'IBMPlexMono', sans-serif;
  font-size: 1em;
  font-weight: 450;
  font-size: 7.0em;
  font-weight: 800;
  line-height: 2.0em;
  margin: 0;
  padding: 8, 0, 0, 0;
}

h1 a, a h1 {
  color: #0064a4;
  text-decoration: none;
}

a {
  color: #0064a4;
  text-decoration: none;
  }
  
a:link, a:visited, a:active {
  color: #0064a4;
  }

#masthead {
  width: 100%;
  border: 0;
  display: block;
  margin: 40px auto;
  top: 0px;
}

#feature {
  width: 216px;
  height: : 256px;
  margin: 0px auto;
  padding: 0
}

.column {
  display: inline-block; 
  vertical-align: top; 
  width: 260px; 
  margin: 0px auto; 
  padding: 18px 0px 40px 18px;
}

.columnIcon {
  width:96px; 
  height: auto; 
}

#home {
  position: fixed; 
  top: 12px; 
  left: 12px; 
  width: 16vw; 
  height: 16vw; 
  max-width: 64px; 
  max-height: 64px;
}

#motorcycl3 {
  width: 48px; 
  height: 48px; 
  display: inline-block; 
  border-radius: 50%; 
  overflow: hidden;
}

.footer {
  font-size: 0.8em;
  line-height: 1.6em; 
  padding: 100px 0px 100px 0px; 
}

