
BODY
{
padding: 0;
margin: 0;
background-color:#e5e5e5;
font-family: raleway;
height: 100%;
}


h1{
    text-align: center;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
    line-height: 60px;
    letter-spacing: 5px;
    background: #BE1E2D;
    width: 70%;
    height: 80px;
    color: white;
    border-radius: 25px 25px 0px 0px;
}

h2{
    text-align: center;
    margin-top: 70px;
}

.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: 750px;
  top:-70px;
  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;
    top: -10px;
    width: 80%;
    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: 80%;
      height: 800px;
      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;
        top: 0px;
        width: 80%;
        height: auto;
        background-color: ;
        margin-left: auto;
        margin-right: auto;
    }
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) 
{

    h1{
        text-align: center;
        margin-top: ;
        margin-left: auto;
        margin-right: auto;
        line-height: 60px;
        letter-spacing: 5px;
        background: #BE1E2D;
        width: 60%;
        height: 80px;
        color: white;
        border-radius: 25px 25px 0px 0px;
    }

    h2{
        text-align: center;
        margin-top: 0px;
    }

    .product
    {
      position: relative;
      display: block;
      max-width: 800px;
      height:400px ;
      margin-left: auto;
      margin-right: auto;
      top: -70px;
      margin-top: ;
      background-color: white;
      border-radius:15px ;
      box-shadow: 0px 0px 30px grey;
      clear: both;
    } 

    .joints
    {
        position: relative;
        display: block;
        float: left;
        width:auto;
        height: 60%;
        margin: 5%;
        margin-right: ;
        margin-top:70px;
    }
    
    .desc
    {
        position: relative;
        display: block;
        top: 50px;
        background-color: ;
        line-height: auto;
        font-size: 11pt;
    }
}


/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) 
{

    h1{
        text-align: center;
        margin-top: ;
        margin-left: auto;
        margin-right: auto;
        line-height: 60px;
        letter-spacing: 5px;
        background: #BE1E2D;
        width: 40%;
        height: 80px;
        color: white;
        border-radius: 25px 25px 0px 0px;
    }

    h2{
        text-align: center;
        margin-top: 40px;
    }

    .product
    {
      position: relative;
      display: block;
      max-width: 900px;
      height:400px ;
      margin-left: auto;
      margin-right: auto;
      top: -70px;
      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;
        top: 50px;
        background-color: ;
        line-height: auto;
        font-size: 11pt;
    }
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
