  body {
    max-width: 1200px;
    margin: auto;
    font-size: 100%;
    background-color: honeydew;
  }
  #nav a, a:visited {
    color: black;
    text-decoration: none;
  }
  #doihaveyourattention {
    font-size: 3.5em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0em; 
    margin-bottom: 0em; 
    color: #333;
  }
  #theh1 {
    font-size: 2em;
    font-weight: bold;
    text-align: center;
    padding-bottom: 0.5em; 
    color: #f9882c;
  }
  .main {
    scroll-snap-type: y proximity;
    /* Reserve space for header plus some extra space for sneak peeking. */
    scroll-padding-top: 15vh;
    overflow-y: scroll;
  }
  .snapgrid {
    display: block;
    height: 20px;
    overflow-y: scroll;
    scroll-snap-align: start;
  }
  #rant p {
    font-family: times;
    font-size: 1.5em;
    color: #888;
    padding-left: 15%;
    padding-right: 15%;
  }
  .content {
    width: 90%;
    margin: auto;
    overflow-y: auto;
    font-family: sans-serif;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-bottom: 1em;
  }
  section { border: none 1px black; }
  .content h1 {
    color: #f9882c;
    font-size: 1.7em;
  }
  .contentleft, .contentright {
    width: 40%;
    float: left;
    //overflow-y: auto;
    margin-left: 4%;
    margin-right: 4%;
    font-size: 1em;
    line-height: 1.3;
  }
  #pricebox {
    width: 95%;
    margin: auto;
    overflow-y: auto;
    font-family: sans-serif;
    margin-top: 10px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .offers {
    min-height: 20em;
    margin: auto;
  }
  .offers div {
    background-color: #FEFEFE;
    filter: drop-shadow(0px 0.2em 0.2em #bbb);
    height: 20em;
    float: left;
    width: 45%;
    margin: 2%;
    border: solid 3px #f9882c;
    border-radius: 1em;
  }
  span.price { display: block; font-size: 130%; font-weight: bold; padding: .5em; color: green; }
  .offers h2 { text-align: center }
  #dashboard-1 img {
    width: 1100px;
    width: 90%;
    margin: auto;
    display: block;
    border: solid 1px #555;
    border-radius: 0.5em;
    filter: drop-shadow(0px 0.2em 0.2em #bbb);
  }
  #download pre { border: 1px black; background-color: #777; color: snow; font-weight: bold; padding: .5em;}
  #architecture img {
    //width: 80%;
    display: block;
    margin: auto;
    filter: drop-shadow(0px .5em .5em #bbb);
  }
/*
  @media screen {
    #doihaveyourattention { font-size: 2.5em;}
    #dashboard-1 img { width: 95%; }
    .offers div {
       float: left;
       width: 45%;
    }
  }
*/
  @media screen and (max-width: 992px) {
    #doihaveyourattention { font-size: 2.5em;}
    #dashboard-1 img { width: 95%; }
    .offers div {
       float: left;
       width: 45%;
    }
  }
  @media screen and (max-width: 600px) {
    #doihaveyourattention { font-size: 2.5em;}
    .offers {
       min-height: 50em;
    }
    .offers div {
       float: left;
       width: 98%;
       margin: 0;
       margin-top: 5%;
    }
  }

