
BODY
{
padding: 0;
margin: 0;
background-color:#e5e5e5;
font-family: raleway;
height: 100%;
}


h1{
    text-align: center;
    margin-bottom: 50px;
    margin-top: 80px;
}
.introLogo
{
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    margin-top: 60px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius:200px ;
    box-shadow: 0px 0px 40px grey;
}


.prodItems
{
    position: relative;
    display: block;
    background-color:#e5e5e5;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
}



.backbutt
{
    position: fixed;
    display: block;
    left: 12px;
    top: 30px;
    width: 60px;
    height: 60px;
    background-color: white;
    border-radius:80px;
    box-shadow: 0px 0px 15px gray;
    z-index: 1000;
}

.introLogo
{
    position: relative;
    display: block;
    width: 200px;
    height: 200px;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius:200px ;
    box-shadow: 0px 0px 40px grey;
}

.logos
{
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width:auto;
    height: 100%;
    width: auto\9; /* ie8 */
}

.introWin
{
    position: relative;
    float: ;
    display: block;
    height: 40%;
    left: 0px;
    top: 0px;
    width: 90%;
    max-width: 1000px;
    margin-top: 20px;
    margin-bottom: ;  
    margin-left: auto;
    margin-right: auto;
    border-radius:15px ;
    box-shadow: 0px 0px 30px gray;
}

.button
{
    position: relative;
    float: ;
    display: block;
    height: 40%;
    left: 0px;
    top: 0px;
    width: 90%;
    margin-top: 20px;
    margin-bottom: ;  
    margin-left: auto;
    margin-right: auto;
    background-color: white;
    border-radius:15px ;
    box-shadow: 0px 0px 30px lightgrey;
}

.intro
{
    position: relative;
    float: ;
    display: block;
    height: ;
    left: 0px;
    top: 0px;
    width: 90%;
    max-width: 600px;
    margin-top: 20px;
    margin-bottom: ;  
    color: white;
    margin-left: auto;
    margin-right: auto;
    background-color:#BE1E2D ;
    background-image: cover;
    border-radius:15px ;
    box-shadow: 0px 0px 30px lightgrey;
}

p{
    padding: 50px;
}

.button:active
{
    left: -2px;
    top: 10px;
}







.product
{
    position: relative;
    display: block;
    height: auto;
    background-color: white;
    left: 0px;
    top: 0px;
    width: 90%;
    max-width: 600px;
    margin-top:50px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    border-radius:15px ;
    overflow: hidden;
    box-shadow: 0px 0px 30px grey;
}

.carts
{
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin-top: 4%;
    padding-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
}


.span
{
  position: relative;
  display: block;
  background-color: #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
}


.footer
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 200px;
    background-color: white;

}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) 
{

}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) 
{

    .product
    {
        position: relative;
        display: block;
        float: left;
        background-color: white;
        left: ;
        top: 0px;
        width: 45%;
        max-width: 600px;
        margin: 2.5%;
        border-radius:15px ;
        overflow: hidden;
        box-shadow: 0px 0px 30px lightgrey;
    }
    
    .carts
    {
        position: relative;
        display: block;
        width: 90%;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
    }



}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) 
{

 
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{
    .product
    {
        position: relative;
        display: block;
        float: left;
        background-color: white;
        left: ;
        top: 0px;
        width: 30%;
        max-width: 600px;
        margin: 1.6%;
        border-radius:15px ;
        overflow: hidden;
        box-shadow: 0px 0px 30px lightgrey;
    }
    
    .carts
    {
        position: relative;
        display: block;
        width: 95%;
        margin-top: 5%;
        margin-left: auto;
        margin-right: auto;
    }
 

    .span
{
  position: relative;
  display: block;
  background-color: #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  width: 60%;
  height: auto;
}
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) 


{
}
