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

body {
  background-color: #25aac7;
  color: #37363b;
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 1em;
  line-height: 1.4em;
  margin:0px;
  padding: 0px;
  text-align: center;
  }

a:link, a:visited, a:active {
    color: #37363b;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
    padding: 2px;
    border-radius: 2px
    }
  a:hover {
    opacity: 0.6;
  }

h1 {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 2em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

h2 {
  font-family: sans-serif;
  font-weight: lighter;
  font-size: 1.2em;
  line-height: 1.2em;
  margin: 0;
  padding: 0;
}

h1  a:link, a:visited, a:active, a:hover {
  color: #37363b;
  background-color: none;
  text-decoration: none;
  }

#home {
  position: fixed; 
  top: 0px; 
  left: 0px; 
  width: 16vw; 
  height: 16vw; 
  max-width: 120px; 
  max-height: 120px; 
  background: #DD404E url(/assets/images/MOTORCYCL3.svg) center center; 
  background-size: 100%
}

.section {
    width: 92%;
    padding: 4%;
}
.iconSectionB {
    display: inline-block;
    margin: 0 auto;
}

.text {
    width: 60%;
    min-width: 300px;
    margin: 0 auto;
}
.hero {
  width: 240px;
  height: auto;
  border: 0;
  display: block;
  margin: 0px auto;
}
.image {
  width: 128px;
  height: auto;
  border: 0;
  display: inline;
}
.btn {
    background: rgba(255, 255, 255, 0.25);
    padding: 10px !important;
    border-radius: 0.5em
}

