html, body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  color: #333333; }

button {
  font-family: "Open Sans", sans-serif;
  color: #333333; }

.header {
  background-color: white;
  background: linear-gradient(115deg, white, white, #d1d1d1, #d1d1d1);
  width: 100%;
  height: 75vh;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap; }
  @media (min-width: 768px) {
    .header {
      max-height: 50vw; } }
  .header .navbar {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 50px;
    display: inline-block;
    font-size: 20px; }
    .header .navbar ul li {
      margin: 0 20px 0 20px;
      display: inline-block; }
    .header .navbar .right {
      position: relative;
      float: right; }
  .header #bike-image {
    margin: 10vw;
    width: 60vw;
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none; }
    @media (min-width: 768px) {
      .header #bike-image {
        margin: 5vw;
        width: 30vw; } }
  .header .title {
    line-height: 5vw;
    text-align: center; }
    .header .title h1 {
      font-size: 20vw;
      margin-top: 25px; }
    .header .title h2 {
      font-size: 8vw; }
    @media (min-width: 768px) {
      .header .title {
        margin: 5vw;
        line-height: 2vw;
        text-align: left; }
        .header .title h1 {
          font-size: 8vw; }
        .header .title h2 {
          font-size: 4vw; } }

.selections {
  background-color: #333333;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  flex-flow: column; }
  @media (min-width: 768px) {
    .selections {
      height: 250px;
      flex-flow: row; } }
  @media (min-width: 1200px) {
    .selections {
      height: 400px;
      flex-flow: row; } }
  .selections .bike-selector {
    width: 270px;
    height: 270px;
    background-color: white;
    border-radius: 50%;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center; }
    @media (min-width: 768px) {
      .selections .bike-selector {
        width: 310px;
        height: 310px; } }
    @media (min-width: 1200px) {
      .selections .bike-selector {
        width: 500px;
        height: 500px; } }
    .selections .bike-selector .select-boxes {
      width: 100%;
      height: 60%;
      display: flex;
      justify-content: space-around;
      align-items: center;
      align-content: center;
      flex-flow: column;
      display: none; }
      .selections .bike-selector .select-boxes .select2-container {
        width: 175px  !important; }
        @media (min-width: 768px) {
          .selections .bike-selector .select-boxes .select2-container {
            width: 220px  !important; } }
        @media (min-width: 1200px) {
          .selections .bike-selector .select-boxes .select2-container {
            width: 300px !important; } }
      .selections .bike-selector .select-boxes h1 {
        margin: 0; }
        @media (min-width: 1200px) {
          .selections .bike-selector .select-boxes h1 {
            font-size: 3rem; } }
  .selections button {
    background-color: #9d9d9d;
    width: 200px;
    height: 84px;
    margin: 50px;
    font-size: 40px;
    border: none;
    border-radius: 20px; }
    .selections button:hover {
      background-color: #7e7e7e; }
    @media (min-width: 1200px) {
      .selections button {
        width: 250px;
        height: 120px;
        margin-left: 200px; } }

.comparison {
  width: 100%;
  padding-top: 70px;
  padding-bottom: 70px;
  overflow: scroll; }
  .comparison table {
    margin: auto;
    border-radius: 20px;
    border-spacing: 0;
    border: 2px solid #555555;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    background-color: white;
    color: #333333;
    font-family: 'Open Sans', sans-serif;
    display: none; }
  .comparison table, .comparison th, .comparison td {
    text-align: left;
    vertical-align: bottom; }
  .comparison th, .comparison td {
    border-bottom: 1px solid #CCCCCC;
    padding: 10px;
    width: 300px; }
  .comparison table tr:first-child th {
    background-color: #DDDDDD; }
  .comparison table tr:first-child th:first-child {
    border-top-left-radius: 20px; }
  .comparison table tr:first-child th:last-child {
    border-top-right-radius: 20px; }
  .comparison table tr:last-child td {
    border: none; }
  .comparison table tr:last-child td:first-child {
    border-bottom-left-radius: 20px; }
  .comparison table tr:last-child td:last-child {
    border-bottom-right-radius: 20px; }
  .comparison th .left {
    display: inline;
    float: left; }
  .comparison th .right {
    display: inline;
    float: right;
    width: 32px;
    height: 32px; }
    .comparison th .right:hover {
      background-color: rgba(0, 0, 0, 0.1); }

/*# sourceMappingURL=style.css.map */
