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

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

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

body {
  background: #f7f6f0;
  color: #37363b;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 14px;
  font-weight: 450;
  line-height: 22px;
  margin:0px;
  padding: 0px;
  text-align: center;
  }

h1 {
  color: #37363b;
  font-family: 'IBMPlexSans', sans-serif;
  font-size: 1em;
  font-weight: 450;
  font-size: 1.0em;
  font-weight: 800;
  line-height: 2.0em;
  margin: 0;
  padding: 8, 0, 0, 0;
}

h1 a, a h1 {
  color: #1b6b8f;
  text-decoration: none;
}

a {
  color: #1b6b8f;
  text-decoration: none;
  }
a:link, a:visited, a:active {
  color: #1b6b8f;
  }

td {
  vertical-align: top;
}
#masthead {
  width: 100%;
  border: 0;
  display: block;
  margin: 0 auto;
  top: 0px;
}

#home {
  position: fixed; 
  top: 20px; 
  left: 20px; 
  max-width: 256px; 
  max-height: 64px;
  font-size: 22px;
}

.navItem {
  display: inline-block;
  padding: 8px 20px;
  text-decoration: none;
  color: #1b6b8f;
  border-bottom: none;
}

#feature {
  width: 100%;
  padding-bottom: 40px;
}

.section {
  width: 96%;
  min-width: 300px;
  max-width: 800px;
  margin: 0 auto;
  padding: 0px 10px;
}

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

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

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

.year {
  font-family: 'IBMPlexSerif'; 
  font-size: 48px; 
  line-height: 48px;
  color: gray;
}

.dot {
  width: 6px;
  height: 6px;
  background: gray;
  border-radius: 50%;
  margin: 22px auto;
}

.timelineImage {
  width: 40%;
  min-width: 32px;
  max-width: 120px;
  height: auto;
  max-height: 300px; 
  
}

.timelineImageWide {
  width: 80%;
  min-width: 32px;
  height: auto;
  
}

.timelineImageTall {
  width: 40%;
  min-width: 32px;
  max-width: 180px;
  height: auto;
  
}

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

 @media only screen and (max-width: 480px) {
  .year {
    font-family: 'IBMPlexSerif'; 
    font-size: 32px; 
    line-height: 32px;
    color: gray;
  }
}

