@charset "UTF-8";
/* CSS Document */




  
  

  
  /* Grid HTML Classes */
  
    img {
	margin-top:10px;
  margin-bottom:10px;}
  
  
  @media only screen and (min-width: 48em) {
  body {
  background-image: url(../img/bg2.jpg);
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
  
  img {
	margin-top:20px;
  margin-bottom:20px;}
  
  .row-start {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  
    @media only screen and (max-width: 767px) {
	.row-start {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }
  
  
  

}

