/* LAYOUT */

html,body {
    margin:0;
    padding:0;
    scroll-behavior: smooth;
    background-color: #000000;
    }

.main {
    margin: auto;
    width: 100%;
    font-size: 13px;
    }

figcaption {
    font-size: 14px;
    letter-spacing: 1px;
    font-weight:300;
    }

/* General Structure */  
.h1 { grid-area: h1; }
.h2 { grid-area: h2; }
.h3 { grid-area: h3; }
.h4 { grid-area: h4; }
.m1 { grid-area: m1; }
.m2 { grid-area: m2; }
.m3 { grid-area: m3; }
.f1 { grid-area: f1; }
.f2 { grid-area: f2; }
.f3 { grid-area: f3; }


.gc {
    display: grid;
    grid-template-areas:
      'h3 h3 h3 h3'
      'h1 h2 h2 h2'
      'h4 h4 h4 h4'
      'm2 m2 m2 m2'
      'm3 m3 m3 m3'
      'f2 f2 f2 f2';
    grid-gap: 0px;
    font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
    background-color:rgb(241, 241, 241);   
    }


    .gccontact {
        display: grid;
        grid-template-areas:
          'h3 h3 h3 h3'
          'h1 h2 h2 h2'
          'h4 h4 h4 h4'
          'm3 m3 m3 m3'
          'm2 m2 m2 m2'
          'f2 f2 f2 f2';
        grid-gap: 0px;
        font-family: "SF Pro Text","SF Pro Icons","Helvetica Neue","Helvetica","Arial",sans-serif;
        background-color:rgb(241, 241, 241);   
        }

.h1 {
    background-color:black;
    color:white;
    /* border: solid 1px red; */
    display: flex;
    align-items: center;
    }

.h2 {
    background-color:black;
    color:white;
    /* border: solid 1px red;*/
    } 

.h3 {
    background-color:grey;
    color:white;
    /* border: solid 1px red; */
    }

.h4 {
    background-color:rgb(241, 241, 241);
    color:black;
    /* border: solid 1px red; */
    display: table;   /* Allow the centering to work */
	margin: 0 auto;
    padding: 10px 0;
    }
    

.m1, .m2 {
    background-color: white;
    padding: 0px 0;   
    /* border: solid 1px red; */

}

.m3 {
    background-color:rgb(241, 241, 241);
    color:black;
    padding: 54px 0;
    /* border: solid 1px red; */
    display: table;   /* Allow the centering to work */
	margin: 0 auto;
    }

.f1, .f2, .f3 {
    background-color: rgb(0, 0, 0);
    padding: 18px 0;
    }

.gc > div {
    text-align: center;
    }

.gccontact > div {
    text-align: center;
    }

/* LOGO */

.logo
    {
    height: 18px;
    padding-left: 14px;
    /* border:green solid 1px; */
    }

.logofooter
     {
    height: 18px;
    /* border:green solid 1px; */
    }


/* NAVIGATION */

/* LANGUAGE */

.langnav {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.langnav li {
    float:left;
    /* border:yellow 1px solid; */
} 

.langnav li.right {
    float:right;
} 

.langnav li a {
    color: white;
    text-decoration: none;
    display:block;
    padding: 8px 10px 8px 10px; 
} 


/* MAIN MENU */

#mnav {
    list-style-type: none;
    overflow: hidden;
    margin: 0;
    padding: 0; 
}   

#mnav li {
    float:left;
    /* border:yellow 1px solid; */
} 

#mnav li.right {
    float:right;
} 

#mnav li a {
    color: white;
    text-decoration: none;
    display: block;
    padding: 14px 12px 14px 12px;
} 

.mnavmini {
    display:none;
}

/* PRODUCT */

.productlogo {
    width: 120px;
    height: 120px;
    /* border: solid grey 1px; */

    }

  

.productnav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
 
    }

    
.productnav li {
    /* border:rgb(0, 17, 255) 1px solid; */
    padding: 10px 2vw 10px 2vw; 
    } 



    

.h4 ul a {
    text-decoration: none;
    color:black;
}


.cardpic {
    width:70%; 
    margin-top:24px; 
    border: 2px solid black
}



/* MAIN PAGE */


.title {
    font-size: clamp(36px, 6vw, 70px);
    font-weight: 600;
    line-height: min(16vw, 160px);
 
    }

.getaquote {
    font-size: 18px;
    font-weight: 400;
    width:200px;
    height:50px;
    background: white;
    border-radius: 20px;
    border: 2px rgb(0, 173, 23) solid;
    margin: 3vw 0;
    }

.getaquote:hover {
    color:white;
    background:  rgb(0, 173, 23);

    }

.description {
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight: 200;
    text-decoration: none;
    color:black;

    }

.paragraph {
    margin-left: clamp(50px, 22vw, 1200px);
    margin-right: clamp(50px, 22vw, 1200px);
    text-align: justify;
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight:200;
    letter-spacing: 0.06vw;
    line-height: 24px;
}

.paragraphcenter {
    margin-left: clamp(50px, 22vw, 1200px);
    margin-right: clamp(50px, 22vw, 1200px);
    font-size: clamp(16px, 1.1vw, 20px);
    font-weight:200;
    letter-spacing: 0.06vw;
    line-height: 24px;
}

.productbanner {
    width: 70vw;
    max-width: 1200px;
    min-width: 160px;
   /*  border: solid 1px green; */
   transition: transform 1s;
   Margin: 0vw 0 3vw 0;
    }


.productbanner:hover {
    transform: rotate3d(-12, 30.0, 15.0, -4deg);
    }

.productmedia {
    width: 40vw;
    max-width: 500px;
    min-width: 220px;
    border: solid 2px rgb(63, 63, 63);
    border-radius: 1vw;
    Margin: 3vw 0 3vw 0;
        }

.video {
    width: 40vw;
    max-width: 500px;
    min-width: 220px;
    border: solid 2px rgb(63, 63, 63);
    border-radius: 1vw;
    Margin: 3vw 0 3vw 0;
    }



/* PRODUCTS */

.subproductnav {
    display: flex;
    flex-wrap: wrap;
    list-style-type: none;
    list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    }
    
.subproductnav li {
    /* border:rgb(0, 17, 255) 1px solid; */
    padding: 10px 10px 10px 10px;
    } 


.card {
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    max-width: 286px;
    margin: auto;
    text-align: center;
    background: white;
   
    }
      
.price {
    color: grey;
    font-size: 22px;
    }
      
.card button {
    border: none;
    outline: 0;
    padding: 12px;
    color: white;
 
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    }
      
.card button:hover {
    
    }

.buttoninstock {
    background-color: rgb(0, 173, 23);
    }

.buttoninstock:hover {
    background-color: rgb(0, 173, 23);
    }

.buttonoutofstock {
    background-color: rgb(190, 190, 190);
}   

.buttonoutofstock:hover {
    background-color: rgb(175, 0, 0); 
}


    /* Footer */

    .footernav {
        display: flex;
        flex-wrap: wrap;
        list-style-type: none;
        list-style: none;
        overflow: hidden;
        margin: 0;
        padding: 0;
        justify-content: center;
        align-items: center;
        }
        
    .footernav li {
        /* border:rgb(0, 17, 255) 1px solid; */
        padding: 10px 50px 10px 50px;
        } 

    .footernav a {
        text-decoration: none;
        color:white;
        }

    
    /* CONTACT */

    .contactcard {
        border:2px dashed rgb(160, 160, 160);
        }
    
    .contactcenter {
            margin-left: clamp(50px, 8vw, 1200px);
            margin-right: clamp(50px, 8vw, 1200px);
            font-size: clamp(16px, 1.1vw, 20px);
            font-weight:200;
            letter-spacing: 0.06vw;
            line-height: 24px;
    }



    @media screen and (max-width: 690px) {
        #mnav li.right, #mnav li {float: none;}
        .gc {
            grid-template-areas:
              'h3 h3 h3'
              'h1 h1 h1'
              'h2 h2 h2'
              'h4 h4 h4'
              'm2 m2 m2'
              'm3 m3 m3'
              'f2 f2 f2';
            }
        
            .gccontact {
                grid-template-areas:
                  'h3 h3 h3'
                  'h1 h1 h1'
                  'h2 h2 h2'
                  'h4 h4 h4'
                  'm3 m3 m3'
                  'm2 m2 m2'
                  'f2 f2 f2';
                }
        
        .logo
            {
            padding: 26px 0 18px 0;
            margin: auto;
            text-align: center;
            }
    
        .mnavbig {
            display:none;
            }
            
        .mnavmini {
            display:block;
            }
    
        #mnav li a {
            padding: 8px 10px 8px 10px; 
            }
        
        .h2 {
            padding-bottom: 14px;
            }


            .description {
                font-size: clamp(16px, 1.1vw, 20px);
                font-weight: 200;
                text-decoration: none;
                color:black;
                }
            
            .paragraph {
                margin-left: clamp(10px, 8vw, 1200px);
                margin-right: clamp(10px, 8vw, 1200px);
                text-align: justify;
                font-size: clamp(16px, 1.1vw, 20px);
                font-weight:200;
                letter-spacing: 0.06vw;
                line-height: 24px;
            }
            
            .paragraphcenter {
                margin-left: clamp(10px, 8vw, 1200px);
                margin-right: clamp(10px, 8vw, 1200px);
                font-size: clamp(16px, 1.1vw, 20px);
                font-weight:200;
                letter-spacing: 0.06vw;
                line-height: 24px;
            }
            
            .productbanner {
                width: 82vw;
                max-width: 1200px;
                min-width: 160px;
               /*  border: solid 1px green; */
               transition: transform 1s;
               Margin: 3vw 0 6vw 0;
                }
            
            
            .productbanner:hover {
                transform: rotate3d(-12, 30.0, 15.0, -4deg);
                }
            
            .productmedia {
                width: 82vw;
                max-width: 500px;
                min-width: 220px;
                border: solid 2px rgb(63, 63, 63);
                border-radius: 1vw;
                Margin: 3vw 0 3vw 0;
                    }
            
            .video {
                width: 82vw;
                max-width: 500px;
                min-width: 220px;
                border: solid 2px rgb(63, 63, 63);
                border-radius: 1vw;
                Margin: 3vw 0 3vw 0;
                }
            
            .card {
                max-width: 222px;
                }
              
        }

