@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');
  }
  

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

h1 {
  color: #37363b;
  font-family: 'IBMPlexSans', 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: #002d4c;
  text-decoration: none;
}

a {
  color: #002d4c;
  text-decoration: none;
  }
a:link, a:visited, a:active {
  color: #002d4c;
  }

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

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

.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;
}

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

