
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;
  width: 90%;
  height: 650px;
  top:;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  margin:;
  background-color: white;
  border-radius:15px ;
  box-shadow: 0px 0px 30px grey;
  overflow: hidden;
}

.joints
{
    position: relative;
    display: block;
    width: 80%;
    height: auto;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
}

.desc
{
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    background-color: ;
    margin-left: auto;
    margin-right: auto;
}

.footer
{
    position: relative;
    display: block;
    width: 100%;
    height: 200px;
    margin-top: 50px;
    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;
      width: 90%;
      height:300px;
      margin-left: auto;
      margin-right: auto;
      top: 10px;
      margin-top: ;
      background-color: white;
      border-radius:15px ;
      box-shadow: 0px 0px 30px grey;
    }    


    .joints
{
    position: relative;
    display: block;
    float: left;
    width:auto;
    height: 80%;
    margin: 5%;
}

.desc
{
    position: relative;
    display: block;
    float: left;
    width: 48%;
    height: 75%;
    margin-top: 10px;
    margin-left: -20px;
    background-color: ;
    line-height: auto;
}
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) 
{

    .joints
    {
        position: relative;
        display: block;
        float: left;
        width:auto;
        height: 80%;
        margin: 4%;
    }
    
    .desc
    {
        position: relative;
        display: block;
        float: left;
        width: 48%;
        height: 75%;
        margin-top: 30px;
        margin-left: 20px;
        background-color: ;
        line-height: auto;
    }
 
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{
    .product
    {
      position: relative;
      display: block;
      max-width: 800px;
      height:400px ;
      margin-left: auto;
      margin-right: auto;
      top: 10px;
      margin-top: ;
      background-color: white;
      border-radius:15px ;
      box-shadow: 0px 0px 30px grey;
    } 

    .joints
    {
        position: relative;
        display: block;
        float: left;
        width:auto;
        height: 75%;
        margin: 6%;
    }
    
    .desc
    {
        position: relative;
        display: block;
        float: left;
        width: 48%;
        height: 75%;
        margin-top: 80px;
        margin-left: -20px;
        background-color: ;
        line-height: auto;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
