
      html {
        scroll-behavior: smooth;
        scroll-padding-top: 64px;
      }

 /* main body*/

body {
  margin: 0;
  font-family: Calibri, Helvetica, sans-serif;
  background-color: #FFFFFF;
}


 /* outer frame of page */ 
.outer {
margin-left: auto;
margin-right: auto;
max-width: 1025px;
border-style: solid;
border-width: 0px 1px;
border-color: #D1D1D1;
position: relative;
padding-bottom: 0px;

}

 /* navigation bar */

.topnav {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  overflow: hidden;
  background-color: #fff;
  box-shadow: 0px 5px 5px rgba(10,0,0,0.1);
  clip-path: inset(0px 0px -15px 0px);
}

 /* effects text on navigation */

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 17px;
  font-family: Helvetica;
}

 /* effects text on navigation */

.topnav a:hover {
  color: #FEAF01;
}

 /* effects text on navigation */

.topnav a.active {
  background-color: #04AA6D;
  color: white;
}
 
 /* middle navigation positioning */

.topnav-centered ul {
  float: none;
  position: absolute;
  top: 32px;
  left: 48%;
  transform: translate(-50%, -70%);
}

 /* middle navigation positioning and text info */

.topnav-centered a {
  border-right: 1px solid black;
  padding-bottom: 0px;
  height: 40px;


}

.topnav-centered a:last-child {
  border-right:none;
}

.topnav-centered a:nth-child(2) {
  padding-right: 0px;
}


.topnav-centered li {
display: inline-block;
color: #012A4C;
padding-right: 2vw;
padding-left: 20px;
padding-top: 10px;

}

 /* middle navigation hover color text */

.topnav-centered li:hover {
	color: #FEAF01;
}



 /* right navigation black block */

.topnav-right {
  padding: 14px;
  float: right;
  background-color: #000000;
  max-width: 100%;
}

 /* right navigation text position */

.topnav-right a {
vertical-align: middle;
display: inline;
padding: 17px 14px 0px 0px;
  font-size: 17px;
  font-family: Helvetica;
}

 /* right navigation img position */

.tel {
float: left;
margin: 2px 8px 4px 8px;
width: 50px;
height: 50px;
background: url("images/telephone.svg") no-repeat;
background-size: 50px;
}

.tel:hover {
        background: url("images/telephonehover.svg") no-repeat;
        background-size: 50px;
          cursor: pointer;
    
    }

.tel a {
float: left;
width: 50px;
height: 50px;
padding: 0px 5px 0px 0px;

}





.tel img {
max-width: 70%;
max-height: 70%;
}
 /* logo position */
 
.logo {
display: inline-block;
float: left;
padding: 7px 7px 5px 13px;
max-width: 20%;
}

.logo img {
width: 90%;
height: 90%;
min-width: 200px;
max-height: 68px;
}

.productmain {


 background-color: #F8F8F8;
 overflow: hidden;
 padding: 20px 0vw 10vw 0vw;
 display: inline;
 
 
 }
 
 .productmain header {

	padding: 5vw 0vw 0vw 0vw;
	background-color: #F8F8F8;
 }
 
     /* main header styling */
 
 header h1 {
 padding-top: 0vw;
 font-size: 68px;
 font-style: italic;
 
 color: #005CA8;
 margin: 0px;
 text-align: center;
 }
 
     .productpagetext {
 padding: 0px 0px 0px 0px;
 width: 100%;
 float: left;
 display: inline-block;
 max-width: 100%;
 color: #005CA8;
 text-align: center;
 background-color: #F8F8F8;
 
 }
 
    .productpagetext p {
 font-size: clamp(20px, 2vw, 22px);
 font-weight: lighter;
 
 
 }
 
 .productnavigation {
display: inline-block;
float: left;
margin-left: 5%;
margin-right: 5%;
margin-bottom: 20px;
width: 89%;
border-bottom: 1px solid black;
text-align: left;
padding: 20px 0px 5px 0px

 
 
 }

 .productnavigation a{
 color: black;
 text-decoration: none;
 
 
 }
 
    .productouter {
 padding: 20px 0px 50px 0px;
 display: block;
 width: 100%;
 margin: auto;
  text-align: center;
  background-color: #F8F8F8;
 }


    .productframe {
  display: inline-block;
  float: none;
  padding: 0px 0px 0px 0px;
  margin: 10px;
  max-width: 280px;
  min-width: 240px;
  max-height: 280px;
  background-color: white;
  border: 1px solid rgba(188, 188, 188, .2);
  
 }
 

 

 
     .productframe:hover {

border: 1px solid rgba(255, 150, 0, .6);
color: red;
  
  
 }
 
 .productimg {
 
display: inline-block;
height: 200px;
width: 100%;
 
 }
 

 
  .productlabel {
 
padding: 0px 0px 0px 0px; 
display: block;
height: 100px;
width: 100%;
 
 }
 

 
   .productlabel a {

 color: #000;
 display: inline-block;
 font-size: 18px;
 font-weight: light;
 text-decoration: none;
 max-height: 80px;
 width: 50%;
 padding: 20px 50px;
 
 
 }
 
    .productlabel a:hover {

 color: black;

 
 
 }
 
 footer {
padding: 20px;


}

 footer p {
 padding: 0px;
 margin: 10px 0px 0px 0px;

 color: #005CA8;
 font-weight: lighter;
 font-size: 14px;
 text-align: center;

 }
 
  footer p a {
 padding: 0px;
 margin: 10px 0px 0px 0px;

 color: #005CA8;
 font-weight: lighter;
 font-size: 14px;
 text-align: center;

 }
 
   .suppliersprod {
 padding: 50px 0px 0px 0px;
 display: inline-block;
 width: 85%;
 margin: auto;
  text-align: center;
 }
 
  .tycoicon {
  display: inline-block;
  float: none;
  padding: 0px 0px 0px 0px;
  width: 28%;
 
 }
 
 .tycoicon img {
   max-width:180px;
  max-height: 150px;
 }
 
  .pottericon {
  display: inline-block;
  float: none;
  padding: 0px 2% 0px 4%;
  width: 28%;

 }
 
   .pottericon img{
   max-width:180px;
  max-height: 150px;

 }
 
   .sepicon {
  display: inline-block;
  float: none;
  padding: 0px 0px 0px 0%;
  width: 28%;
 
 }
 
    .sepicon img{
  max-width: 180px;
  max-height: 150px;

 
 }
 
   .hydroicon {
  display: inline-block; 
  float: none;
  padding: 0px 0px 0px 0%;
  width: 28%;

 }
 
 .hydroicon img {
  max-width: 180px;
  max-height: 160px;

 
 }
 
  .rapidicon {
    display: inline-block;
  float: none;
  padding: 15px 3% 0px 3%;
  width: 28%;
 
 }
 
  .rapidicon img {
  max-width: 150px;
  max-height: 150px;

 
 }
 
    .kiddeicon {
      display: inline-block;
  float: none;
  padding: 15px 0px 0px 0%;
  width: 28%;

 }
 
   .kiddeicon img {
  max-width: 180px;
  max-height: 160px;

 
 }

