body {
    background-color: black;
    margin: 0;
    font-family: "Titillium Web", sans-serif;
    font-size: 18px;
    color: #ffffff;
}

header{
    background-color: #060606;
    width: 100%;
    margin-bottom: 3%;
}

/* Logo */

#logo-wrapper{
    width: 30%;
    margin: auto;
}
#Logo{
    width: 100%;
}

/* Nav Bar */
nav{
    width: 50%;
    display: flex;
    margin: auto;
}
nav a{
    text-decoration: none;
    color: #03B300;
    font-size:2em;
    line-height: 1em;
    border-left: solid gray;
    flex: auto;
    text-align: center;
}
nav a:first-child{
    border: none    ;
}
nav a:hover{
    background-color: #3A4146;
}
#active{
    text-decoration: underline;
    font-weight: bold;
}
main{
    margin-left: 3%;
    margin-right: 3%;
}
section a{
    text-decoration: none;
    color: black;
    font-size:1.5em;
    padding: 3px;

}

/* Home Page */
#home-page{
    display: grid;
    grid-template-columns: 40% 60% ;
    grid-template-rows:auto;
    grid-template-areas: 
    "home-intro home-intro"
    "slideshow slideshow"
    "mice keyboard1"
    "mice keyboard2"
    "home-text home-text" ;
}  

#home-intro{
    font-size: 25px;
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
}

#home-intro{
    grid-area: home-intro;
    
}

/* Slide Show Section */
#slideshow-container{
    grid-area: slideshow;
    width: 80%;
    height: 60vh;
    margin: auto;
    overflow: hidden;
}

.myslides{
    position: relative;
}
.slide-number{
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 8px;
    left: 3%;
}

.slide-show img{
    width: 100%;
    height: 100%;
}

.fade {
    animation-name: fade;
    animation-duration: 1.5s;
  }
  
  @keyframes fade {
    from {opacity: .4} 
    to {opacity: 1}
  }
/* Section 2 products */

#keyboard1HOME{
    grid-area: keyboard2;
}

#keyboard1HOME img{
    width: 100%;   
    border-style: solid ;
    border-width: 10px;
}
#keyboard2HOME img{
    width: 100%;
    border-style: solid ;
    border-width: 10px;
}
#keyboard2HOME{
    grid-area: keyboard1;
} 
#mice img{
    width: 100%;
    border-style: solid ;
    border-width: 10px;
}
#mice{
    grid-area: mice;
    margin-left: 10%;
    padding-right: 30px ;
}
  
/* Home page text */
#home-text{
    grid-area: home-text;
    color: #03B300;
    font-size: 25px;
    margin-left: 5%;
    margin-right: 5%;
    text-align: center;
}
#home-intro{
    color: #FFFFFF;
}



/* Product section */
#product-page{
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows:auto;
    grid-template-areas: 
    "razer-keyborads"
    "steelseries-keyboards"
    "Productendtext";
}

#subtitleproducts{
    grid-area: subtitleproducts;
    color: #03B300;
    font-size: 40px;
    margin-left: 3%;
    margin-right: 79%;
    background-color: #060606;
    column-span: all;

}
/* Product Intro */
.Proudctintro{
    grid-area: Proudctintro;
    text-align: center;
    color: #FFFFFF;
    column-span: all;
    font-size: 25px; 
    margin-left: 2%;
    margin-right: 2%;
}
/* Razer Keyborads */
#razer-keyborads{
    grid-area: razer-keyborads;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto ;
    grid-template-areas: 
    "subtitleproducts subtitleproducts subtitleproducts"
    " Proudctintro Proudctintro Proudctintro"
    "keyboard1 keyboard2 keyboard3";
    }
/* Products */
#keyboard1{
    grid-area: keyboard1;
    text-align: center;
    width: 350px;
    margin-left: 5%;
    font-size: 20px;
    background-color: #060606;
}

#keyboard2{
    grid-area: keyboard2;
    text-align: center;
    width: 350px;
    margin-left: 5%;
    font-size: 20px;
    background-color: #060606;
}
#keyboard3{
    grid-area: keyboard3;
    text-align: center;
    width: 450px;
    margin-left: 5%;
    margin-right: 8%;
    font-size: 20px;
    background-color: #060606;
}
/* Steelseries Keyboards */
#steelseries-keyboards{
    grid-area: steelseries-keyboards;

    display: grid;
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: auto ;
    grid-template-areas: 
    "sub-title-steelseries sub-title-steelseries sub-title-steelseries"
    "keyboard4 keyboard5 keyboard6"; 
}
.sub-title-steelseries{
grid-area: sub-title-steelseries;
}

#keyboard4{
    grid-area: keyboard4;
    text-align: center;
    width: 450px;
    margin-left: 5%;
    margin-right: 8%;
    font-size: 20px;
    background-color: #060606;
}
#keyboard5{
    grid-area: keyboard5;
    text-align: center;
    width: 450px;
    margin-left: 5%;
    margin-right: 8%;
    font-size: 20px;
    background-color: #060606;
}
#keyboard6{
    grid-area: keyboard6;
    text-align: center;
    width: 450px;
    margin-left: 5%;
    margin-right: 8%;
    font-size: 20px;
    background-color: #060606;
}
/* Product Text */
.Product-text{
    color: #FFFFFF;
    font-family: "Titillium Web", sans-serif;   
    font-size: 20px;
    text-align: center;
}
.prodcut-price{
    color: #03B300;
    font-size: 28px;
    font-family: "Titillium Web", sans-serif; 
    text-align: center;  
    
}

.product-article img{
    width: 100%;
}
/* Products end text */
#Productendtext{
    grid-area:Productendtext ;
    font-size: 25px;
    color: #86C232;
    margin-left: 2%;
    margin-right: 2%;
    text-align: center; 
}

/* About section */

/* About Grid */
#about-page{
    display: grid;
    grid-template-columns: 50% 50% ;
    grid-template-rows:auto;
    grid-template-areas: 
    "subtitleabout subtitleabout"
    "about-intro about-intro"
    "aboutBanner about-text"
    "aboutpagekeyboard SoicalLink" ;
}  
/* About Main Title */
#subtitleabout{
    font-size: 40px;
    color: #03B300;
    background-color: #060606;
    grid-area: subtitleabout;
    margin-left: 5%;
    margin-right: 85%;
    text-align: center; 
    
}
/* Intro text */
#about-intro{
    font-size: 25px;
    color: #FFFFFF;
    grid-area: about-intro;
    margin-left: 3%;
    text-align: center; 
}
/* Side banner */
#aboutBanner{
    grid-area: aboutBanner;
}

#aboutBanner img{
    width: 100%;
    margin-left: 2%;
}
/* 2nd about text */
#about-text{
    font-size: 30px ;
    color: #03B300;
    margin-left: 3%;
    text-align: center; 
}
/* Keyboard Image */
#aboutpagekeyboard img{
    width: 140%;
    margin-left: 2%;
    border-style: solid;
    border-width: 3px;
}

#order-page{
    display: grid;
    grid-template-columns: 50% 50%;
    grid-template-rows: auto;
    grid-template-areas: 
    "how-to-order how-to-order"
    "order-video order-form";
    row-gap: 5%;
}
#how-to-order{
    grid-area: how-to-order;
}
#how-to-order p, h1{
    padding-left: 8px;
    padding-right: 8px;
    margin-top: 4px;
    margin-bottom: 4px;
}
#how-to-order h1{
    color: #03B300;
}
#order-video{
    grid-area: order-video;
    position: relative;
}
#video{
    width: 70%;
    height: 70%;
    position: absolute;
    left: 15%;
    top: 15%;
}

#order-form{
    grid-area: order-form;
}
footer{
    margin-top: 3%;
}

#foot-nav{
     text-align: center;   
     line-height: 2em;
}
.foot-links{
    color: #03B300;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 8px;
    border-right: solid gray;
}

.foot-links:last-child{
    border: none;
}

#foot-socials{
    width: 20%;
    max-width: 150px;
    margin: auto;
    display: flex;
}
.socials{
    width: 60%;
    margin-right: 5%;
    margin-top: 5%;
}
.socials img{
    width: 100%;
}

/* Sitemap Main Text */
#sitemap-main{
    grid-area: sitemap-main;
    color: #FFFFFF;
    font-size: 25px;
    margin-left: 2%;
    text-align: center; 
}
/* Soical Links */
#soicalLinksitemap{
    grid-area: soicalLinksitemap;
    margin-left: 2%;
    width: 10%;
}
#soicalLinksitemap2{
    grid-area: soicalLinksitemap;
    margin-left: 60%;
}

/* Sitemap Form */

.mainform{
    grid-area: mainform;

    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
    margin-bottom: 6%;
}

#formintro{
    color: #FFFFFF;
    font-size: 20px;
    margin-right: 5%;
    text-align: center;
}


form a{
    color: rgb(75, 131, 233);
}
form a:hover{
    background-color: #03B300;
}
input{
    line-height: 2em;
    font-size: 16px;
}
#mainform-button{
    width: 20%;
    margin-top: 8px
}


@media only screen and (max-width: 601px) {
    
    #home-page{
        display: grid;
        grid-template-columns: 50% 50% ;
        grid-template-rows:auto;
        grid-template-areas: 
        "home-intro home-intro"
        "slideshow slideshow"
        "mice keyboard1"
        "mice keyboard2"
        "home-text home-text" ;
    }

    #razer-keyborads{

        grid-template-columns: 50% 50%;
        grid-template-rows: auto ;
        grid-template-areas: 
        "subtitleproducts ."
        " Proudctintro Proudctintro"
        "keyboard1 keyboard2"
          "keyboard3 .";
        }


}

@media only screen and (max-width: 360px) {

    #home-page{
        display: grid;
        grid-template-columns: 100% ;
        grid-template-rows:auto;
        grid-template-areas: 
        "home-intro "
        "slideshow "
        "mice "
        "mice "
        "keyboard1"
        "keyboard2"
        "home-text " ;
    }  


    #razer-keyborads{

        grid-template-columns: 100%;
        grid-template-rows: auto ;
        grid-template-areas: 
        "subtitleproducts"
        " Proudctintro"
        "keyboard1"
         "keyboard2"
          "keyboard3";
        }

        #steelseries-keyboards{
            grid-area: steelseries-keyboards;
        
            display: grid;
            grid-template-columns: repeat(3,1fr);
            grid-template-rows: auto ;
            grid-template-areas: 
            "sub-title-steelseries "
            "keyboard4"
             "keyboard5"
              "keyboard6"; 
        }

        #about-page{
            display: grid;
            grid-template-columns: 100%;
            grid-template-rows:auto;
            grid-template-areas: 
            "subtitleabout "
            "about-intro "
            "aboutBanner "
            "about-text"
            "aboutpagekeyboard "
            "SoicalLink" ;
        }  

        #sitemap-page{
            display: grid;
            grid-template-columns: 100% ;
            grid-template-rows:auto;
            grid-template-areas: 
            "sub-titlesitemap "
            "sitemap-intro "
            "sub-title-razer "
            "ProductList "
            "sitemapvisualkeyboard "
            "sub-title-steelseries"
            "ProductList2 "
            "Subhome"
            "Subhome"
            "ProductList2 "
            "sitemap-main "
            "soicalLinksitemap"
        }


}



