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

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

@font-face {
	font-family: 'IBMPlexSans';
	font-style: italic;
	font-weight: 700;
	src: url('/assets/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: 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;
  }

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

#home {
  position: fixed; 
  top: 0px; 
  left: 0px; 
  width: 16vw; 
  height: 16vw; 
  max-width: 120px; 
  max-height: 120px;
  background: #DD404E;
}

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

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

.section {
	width: 60%;
	min-width: 300px;
	max-width: 600px;
	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;
}

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

/* @media only screen and (max-width: 480px) {
  .navItem {
	display: block;
	padding: 4px 20px;
	border-bottom: 1px solid #cfe4e4;
  }
} */


