
BODY
{
padding: 0;
margin: 0;
background-color:#e5e5e5;
font-family: raleway;
height: 100%;
}


.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;
}

.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;
}





.logos
{
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width:auto;
  height: 100%;
  width: auto\9; /* ie8 */
}

#RochSpan
{
  position: relative;
  display: block;
  background-color: #e5e5e5;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  height: auto;
}

img{
  display: block;
}

/*

.center
{
  position: relative;
  width: 96%;
  padding: 2%;
}

.product
{
  position: relative;
  display: block;
  width: 100%;
  top:;
  margin-top: 100px;
  margin:;
  height: auto;
  background-color: white;
  border-radius:15px ;
  box-shadow: 0px 0px 30px lightgrey;
}*/


.product
{
    position: relative;
    display: block;
    height: auto;
    left: 0px;
    top: 0px;
    width: 90%;
    max-width: 600px;
    margin-top:50px;
    margin-left: auto;
    margin-right: auto;
    border-radius:15px ;
    overflow: hidden;
    box-shadow: 0px 0px 30px grey;
}

.footer
{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 200px;
    top: 150px;
    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;
      float: left;
      display: block;
      width: 45%;
      top: 100px;
      margin-top: ;
      margin:2.5%;
      background-color: white;
      border-radius:15px ;
      box-shadow: 0px 0px 30px lightgrey;
    }    
}


/* 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;
      float: left;
      display: block;
      width: 30%;
      top: 100px;
      margin-top: ;
      margin:1.6%;
      background-color: white;
      border-radius:15px ;
      box-shadow: 0px 0px 30px lightgrey;
    } 
}


/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}
