body {

    max-width: 80vw;
    margin: auto;
    background-color: rgb(210, 235, 235);
}

p {
  float: none;
  clear:both;
  font-size:  large;
}

.bannerImage {
    float: left;
    vertical-align: left;
    margin-top: 2px;
    padding-top: 2px;
    padding-bottom: 20px;
    height: auto;
    max-width: 95%;
    object-fit: scale-down;
}

.siteTitle p {
    float: left;
    font-size: xx-large;
    margin-left: 10px;
    line-height: 1;
}

.navbar {
    clear: left;
    overflow: hidden;
    background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: rgb(0, 195, 255);
  color: black;
}
.navbar a.active {
  background-color: #4CAF50;
  color: white;
}

.navbar .icon {
  display: none;
}

.welcome{
  border: 1px;
  font-size: large;
}

.image-item {
  object-fit: scale-down;
  width : 50vw;
  height: 50vw;
}
.flex-container {

   -webkit-column-count: 2;
   -moz-column-count: 2;
   column-count : 2;
   -webkit-column-gap:  1em;
   -moz-column-gap: 1em;
   column-gap : 1em;
   padding : 0;
}

.flex-item {

  display : inline-block;
  -webkit-transition: 1s ease all;
  transition : 1s ease all;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.image-container {
  position: relative;
  height: auto;
}

.image-container img {
  object-fit: scale-down;
  max-width: 100%;
  float:left;
  margin: 5px;
  border-style: solid;
  border-width:  1px;
}

.image-container div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 900;
} */

.list div, span {
  float: left;
  display: inline;
  list-style: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
}

div.menuContent {
  overflow: auto;
}

ul.servicesList {

  float: left;
  list-style: none;
  list-style-position: outside;
  text-align: left;
  font-size: x-large;
  column-count: 3;
  column-gap: 30%;
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}
li
{
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
}

li.basement 
{
  background: url('images/basementIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 15px;
  height: 96px;
}
li.house
{
  background: url('images/renoIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 35px;
  height: 96px;
}
li.bathroom
{
  background: url('images/bathroomIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 15px;
  height: 96px;
 
}
li.kitchen
{
  background: url('images/kitchenIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 15px;
  height: 96px;
;
}
li.furniture
{
  background: url('images/furnitureIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 15px;
  height: 96px;
}
li.floor
{
  background: url('images/flooringIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 15px;
  height: 96px;
}
li.drywall
{
  background: url('images/drywallIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 15px;
  height: 96px;
}
li.roof
{
  background: url('images/roofingIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 35px;
  height: 96px;
}
li.fence
{
  background: url('images/fenceIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 15px;
  height: 96px;
}
li.deck
{
  background: url('images/deckIcon.png') no-repeat left top;
  padding-left: 100px;
  padding-top: 15px;
  height: 96px;

}

.testimonial
{

  font-style: italic;
  border: thin solid #000;
  border-style: solid;
  padding-left: 1%;
  padding-right: 1%;
  padding-top: 1em;
  margin-top: 10px;
  font-size: large;
}

.author{

  font-weight: bold;
  padding-left: 1em;

}
@media screen and (max-width:1320px) {
  
  ul.servicesList 
  {
    column-count: 2;    
  }
}

p.coupon {

  margin-left: 20%;
  padding : 20px;
  border-style: dashed;
  max-width: 300px;
  text-align: center;
  background-color: peachpuff;
}

@media screen and (max-width:740px) {
  body {

    max-width: 95%;
  }
  
  ul.servicesList 
  {
    column-count: 1;    
  }

  .siteTitle,
  {
    font-size: 5vw;
  }

  .bannerImage {max-width: 95%; margin-left: none; margin-right:auto}
  .flex-container {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count : 1;
  }
  .image-container img {
    object-fit: scale-down;
    max-width: 95%;
  }
}