/* Add a black background color to the top navigation */
.topnav {
  background-color: black;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: #DE2516;
  color: white;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

@media screen and (max-width: 1300px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1300px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

div.productNavImagesA {
   margin: 10px;
}

div.productNavImagesB {
   margin: 10px;
}

div.renttoownNavImages {
   margin: 10px; 	
   display:flex;
   justify-content: center;
}

div.gallery {
  padding: 10%;
  width: 100%;
  height: auto;
  background-color: none; /*DeepSkyBlue;*/
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
  font-size: 24px;
  color:black;
  height: 48px;
}

a:link.desc, a:visited.desc, a:hover.desc, a:active.desc {
  color: black;
  text-decoration: none;
}

/* Set email link to read as normal text except on hover */
a:link.email, a:visited.email, a:active.email {
  color: black;
  text-decoration: none;
}

a:hover.email {
  color: black;
  text-decoration: underline;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 33.333333%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

/* For pushing footer to bottom of screen */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

body, html {
  margin: 0;
  font-family: Arial;
  background-color: white;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

div.footer {
  background-color:black; 
  margin-top: auto;
  color: gray;
}

div#home, div#products, div#financing, div#renttoown, div#contact, div#about { 
  background-color:gray;
  margin: 0;
}

div#indexText {
  margin-left:3%;
  margin-right:3%;
  font-size: 125%;
}

div#renttoownText {
  margin-left:3%;
  margin-right:3%;
  font-size: 125%;
}

div#MSCText {
  margin-left:3%;
  margin-right:3%;
  font-size: 125%;
}

div#EBText {
  margin-left:3%;
  margin-right:3%;
  font-size: 125%;
}

div#OEText {
  margin-left:3%;
  margin-right:3%;
  font-size: 125%;
}

div#aboutUsText {
  margin-left:3%;
  margin-right:3%;
  font-size: 125%;
}

div#contactText {
  margin-left:3%;
  margin-right:3%;
  font-size: 125%;
}

div#contactInfo {
  margin-left:2%;
  margin-right:5%;
  font-size: 150%;
  float: right;
  width: 43%;
 /*background-color: green;*/
}

div#hoursTable {
  margin-left:10%;
  margin-right:10%;
 /*background-color: blue;*/
}

div.Scott {
 float:left;
 /*background-color: blue;*/ 
 width: 45%;
}

div.Bob {
 float:right;
/*background-color: blue;*/
 width: 45%;
}

p#personalText {
  margin-left: 5%;
  margin-right: 5%;
  font-size: 125%;
}

div.snbNames {
   margin: 10px; 	
   display:flex;
   justify-content: space-evenly;
   flex-direction: row;
   flex-wrap: nowrap;
   font-size:250%
}

#cursiveText {
  font-family:brush script mt,cursive;
  font-size:175%;
}

div#contactMap {
  width: 49.9999%;
  float:left;
}

@media only screen and (max-width: 900px) {
  div#contactMap {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  div#contactInfo {
    display: inline-block;
    vertical-align: top;
    margin-left:5%;
    margin-right:5%;
    width: 90%;
  }
}


