* {
  font-family: Arial, Verdana, sans-serif;
  color: #665544;
  text-align: center;}
  
  body {
    background: whitesmoke;
    
  }
  
  hh1, hh2, hh3, hh1L, hh2L, hh3L, hh1R, hh2R, hh3R {
    color: darkgreen;
    display: block;
    padding-bottom: 6px;
  }
  
  hh1LB, hh2LB, hh3LB, hh1RB, hh2RB, hh3RB {
    color: blue;
    display: block;
    padding-bottom: 6px;
  }
  
  
  hh1, hh1L, hh1R, hh1LB, hh1RB {
     font-size: 26px;
 }
  
  
  hh2, hh2L, hh2R, hh2LB, hh2RB {
    font-size: 20px;
  }
  
  hh3, hh3L, hh3R, hh3LB, hh3RB {
    font-size: 16px;
  }
  
  hh1L, hh2L, hh3L, hh1LB, hh2LB, hh3LB {
    text-align: left;
  }
    
  hh1R, hh2R, hh3R, hh1R, hh2R, hh3R {
    text-align: right;
  }
    
  .show {
    background: lightskyblue;
  }
  
  b {
    color: darkgreen;
  }
  
  .blueColor {
    color: blue;
  }
  
  h2.blueColor {
    color: blue;
  }
  
  h3.blueColor {
    color: blue;
  }
  
  
  p {
    color: black;
    text-indent: 20px;
    margin: 6px 16px 6px 16px; 
    padding: 6px 16px 6px 16px; 
    text-align: left;
    font-size: 20px;
  }
    
  p.offer {
    color: blue;
    font-size: 24px;
  }
    
  .horizontal_nav {
    margin-top: 0px;
    padding: 0px;
  }
    
  
  .horizontal_nav li {
    color: darkslategray;
    display: inline;
    padding: 4px;}
    
  .section_header {
    color: darkslategray;
    float:left;
    font-size: 22px; 
    padding: 2px 12px 2px 12px;
    height: 20px; }
  }

  .float_left {
    float:left;
  }
  
  .float_right {
    float:right;
  }  
  
  
  /* Images */
  
  img.banner {
    margin-top: 12px;
    border: 1px solid lightgrey;
    width: 940px;
    height: 540px; }
  
  img.featurette {
    float: left;
    border: 1px solid lightgrey;
    width: 230px;
    height: 180px; }
  
  
  img.large {
    border: 1px solid lightgrey;
    width: 500px;
    height: 500px; }
    
  img.medium {
    border: 1px solid lightgrey;
    width: 250px;
    height: 250px; }
    
  img.small {
    border: 1px solid lightgrey;
    width: 100px;
    height: 100px; }
    
  div.image_legend_1 {
    padding: 10px 2px 6px 2px; 
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: darkslategray;
  }  
    
/* Add a grey background color on mouse-over */
.pagination a:hover:not(.active) {background-color: #ddd;}

/* Bottom left text */
.bottom-left {
  position: absolute;
  bottom: 24px;
  left: 16px;
  color: white;
}

/* Top left text */
.top-left {
  position: absolute;
  top: 16px;
  left: 16px;
  color: white;
}

/* Top right text */
.top-right {
  position: absolute;
  top: 16px;
  right: 16px;
  color: white;
}

/* Bottom right text */
.bottom-right {
  position: absolute;
  bottom: 24px;
  right: 16px;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  font-weight: bold;
  transform: translate(-50%, -50%);
  font-size: 24px;
}

/* Centered bottom text */
.centered-bottom {
  position: absolute;
  font-weight: bold;
  top: 50%;
  left: 50%;
  color: white;
  transform: translate(-50%, -40%);
}
  
.web-site-address {
  position: absolute;
  top: 70%;
  left: 50%;
  color: white;
  font-size: 40px;
  transform: translate(-50%, 0%);
}
  
.company-statement {
  position: absolute;
  top: 80%;
  left: 50%;
  color: white;
  width: 90%;
  font-size: 30px;
  transform: translate(-50%, 0%);
}

div.clickable_image:hover {
    width: 296px;
    height: 396px;
    border: 2px solid darkgreen;
}
  
/* unvisited link */
a.home_page:link {
    text-decoration: none;
    color: darkgreen;
    display: block;
    padding-bottom: 6px;
    font-size: 26px;
    text-align: center;
    
}

/* mouse over link */
a.home_page:hover {
  color: #00FF00;
}

/*a.home_page:visited {
  color: darkgreen;
}*/

a.home_page:active {
  color: darkgreen;
}

/* unvisited link */
a.enquiries:link {
    text-decoration: none;
    color: darkgreen;
    display: block;
/*    padding-bottom: 6px;
    font-size: 26px;
    text-align: left;*/
    
}

/* mouse over link */
a.enquiries:hover {
  color: #00FF00;
}

a.enquiries:active {
  color: darkgreen;
}

/* Positioning of text over image */

.text_over_image {
  position: relative;
  text-align: center;
  font-size: 28px;
  color: white;
}

  @media only screen and ( max-width: 600px ){
  
      div.clickable_image:hover {
        width: 98%;
        border: 2px solid darkgreen;
      }

  
  
}
