


html {
    scroll-behavior: smooth;
  }

body{
    background-color: rgb(255, 255, 255);
}

html {
    overflow-y: scroll;
  }

@font-face {
    font-family: Helvetica Neue Light;
    src:url(Helvetica-Neue-Light.ttf);
}

a:link {
    color: black; 
    background-color: transparent; 
    text-decoration: none;
  }
  
  a:visited {
    color: rgb(0, 0, 0);
    background-color: transparent;
    text-decoration: underline
  }

  
#container {
    background-color: white;
    width: 1200px;
    height: 0px;
    margin-left: auto;
    margin-right: auto;
    font-family: Helvetica Neue Light;
}

#header {
    background-color: rgb(255, 255, 255);
    color: black;
    height: 50px;
    text-align: center;
    padding-top: 10px;
    font-family: Helvetica Neue Light;
}

h1, h2, h3{
    margin: 0px;
}

h4 {
    margin-top: 10px;

 }
h5 {
    margin-bottom: 0px;
}

p {
    margin-top: 0px;
}

#nav {
    font-size: 16px;
    width: 980px;
    float: left;
    margin-left: 100px;
    margin-right: 100px;
    margin-bottom: 30px;
    margin-top: 10px;
    font-family: Helvetica Neue Light;
    align-items: center;

}

#mainaboutme {
    text-align: left;
    width: 1000px;
    height: 700px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: justify;
    float: left;
    color: black;
    border: 0px solid black;
    font-family: Helvetica Neue Light;
}

#mainhome {
    text-align: left;
    width: 1000px;
    height: 600px;
    margin-left: 100px;
    margin-right: 100px;
    text-align: justify;
    float: left;
    color: black;
    border: 1px solid black;
    font-family: Helvetica Neue Light;
}

.hoverimage1 {
    transition: height 1s;
}

.hoverimage1:hover {
    height: 500px !important;
}

.hoverimage2 {
    transition: height 1s;
}

.hoverimage2:hover {
    height: 1000px !important;
}

.hoverimage3 {
    transition: right 1s;
}

.hoverimage3:hover {
    right: 400px !important;
}

.hoverimage4 {
    transition: bottom 1s;
}

.hoverimage4:hover {
    bottom: -20px !important;
}

.hoverimage41 {
    transition: bottom 0.7s;
}

.hoverimage41:hover {
    bottom: 203px !important;
}

.hoverimage5 {
    transition: height 1s;
}

.hoverimage5:hover {
    height: 700px !important;
}

.hoverimage6 {
    transition: right 1s;
}

.hoverimage6:hover {
    right: 180px !important;
}

.hoverimage7 {
    transition: bottom 1s;
}

.hoverimage7:hover {
    bottom: 350px !important;
}

.hoverimage8 {
    transition: right 1s;
}

.hoverimage8:hover {
    right: 200px !important;
}

.hoverimage9 {
    transition: right 1s;
}

.hoverimage9:hover {
    right: 720px !important;
}

.hoverimage10 {
    transition: height 1s;
}

.hoverimage10:hover {
    height: 440px !important;
}

.hoverimage11 {
    transition: bottom 1s;
    
}

.hoverimage11:hover {
    bottom: 100px !important;
}

#main {
    text-align: left;
    width: 1000px;
    margin-left: 120px;
    margin-right: 80px;
    text-align: justify;
    float: left;
    color: black;
    border: 0px solid black;
    margin-bottom: 40px;
    font-family: Helvetica Neue Light;
    overflow: hidden;
    align-items: center;
}

#producthomescreen {
    text-align: left;
        width: 115px;
        height: 600px;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        text-align: justify;
        float: left;
        color: black;
        border: 0px solid black;
        overflow: hidden;
        font-family: Helvetica Neue Light;
    }

#productpageLEFT {
    text-align: center;
    width: 300px;
    height: 350px;
    margin-left: 0px;
    margin-right: 35px;
    margin-bottom: 45px;
    text-align: justify;
    float: left;
    color: black;
    border: 0px solid black;
    overflow: hidden;
}

#productpageRIGHT {
    text-align: left;
        width: 300px;
        height: 350px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: justify;
        float: left;
        color: black;
        border: 0px solid black;
        overflow: hidden;
    }

#productmainLEFT {
    text-align: center;
    width: 600px;
    margin-left: 0px;
    margin-right: 20px;
    margin-bottom: 45px;
    text-align: justify;
    float: left;
    color: black;
    border: 0px solid black;
    overflow: hidden;
}

#productmainRIGHT {
    text-align: left;
        width: 350px;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        text-align: justify;
        float: left;
        color: black;
        border: 0px solid black;
        overflow: hidden;
    }



#productpic {
        width: 300px;
        height: 300px;
        border: 0px solid black;
        overflow: hidden;
        text-align: center;
}

#centerhead {
    text-align: center;
    height: 600px
    
}

#mainproducts {
    text-align: center;
    height: 300px;
    margin-bottom: 10px;
    
}

#footer {
    text-align: center;
    margin-bottom: 30px;
    width: 100%;
    font-family: Helvetica Neue Light;
    overflow: hidden;
}

#contactbox {
    text-align: center;
    margin-left: 300px;
    width: 400px
}

/* media queries  for indexpage*/

@media  screen and (max-width:1200px) {
    #main{
        margin: 1%;
        align-items: center;
    }
    #container {
        width:99%;
        margin: 1%;
        align-items: center;
    }
    #nav {
        
        margin: 1%;
        align-items: center;
    }
    #mainaboutme {
        
        margin:1%;
       
        align-items: center;
    
    }
}

@media  screen and (max-width:1100px) {
   
    #producthomescreen{
        width:22%;
        margin:1%;
        align-items: center;
    }
    
    #mainaboutme {
        width:99%;
        margin:1%;
        margin:0px;
        align-items: center;
    
    }
    
}

@media  screen and (max-width:700px) {
    
    #footer {
        width:100%;
    }

    #nav {
        width: 100%;
        margin: 1%;
        align-items: center;
    }
    #producthomescreen{
        width:48%;
        margin:1%;
    }
    #mainaboutme {
        width:100%;
        margin:0;
        margin:0px;
        align-items: center;
    }
    #main{
        width:33%;
        margin:0;
        margin:0px;
        align-items: center;
    }
    #productpageLEFT {
        width: 98%;
        margin:1%;
    }
    #productpageRIGHT {
        width: 98%;
        margin:1%;
    }
}
