body {
  background: url('../img/Softcupdesign1.jpg')no-repeat center center fixed;
	background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
  .wrap{
  	background-color: rgba(255,255,255, 0.7);
  	margin: 5% 10%;
  	padding: 5%;
  }
  .contentWrap {
  	background: white;
  	border: 2px solid #66c7c5;
  	padding: 10%;
  	color: #2e3438;
  }
  h1 {
  	text-align: center;
  }
  h1,
 h2,
 h3,
 h4,
 h5,
 h6,
 p,
 li,
 address {
    line-height: 1.5;
 }
 li {
  margin-bottom: 10px;
 }
h3 {
 text-align: left;
}
  .center {
  	text-align: center;
  }
  .caps{
  	text-transform: uppercase;
  }
  .dark{
  	font-weight: 700;
  }
  a{
  	color:#f496a0;
  }
  a:hove{
  	color: #66c7c5;
  }
  .inlineB{
    display: inline-block;
  }
  .together{
    display: inline-block;
  }
  @media only screen and (max-width: 40em) {
    body {
      background: url('../img/Softcupdesign1.jpg') center center fixed;

    }
  	h1 {
      font-size: 1.2em;
      line-height: 1.5;
  	}
  	h2 {
      font-size: 1em;
      line-height: 1.5;
    }
    h3 {
      font-size: .833em;
      text-align: left !important;
      line-height: 1.5;
    }
  	p {
      font-size: .82em;
      line-height: 1.6;

    }
    ul{
      text-align: left;
    }
    li {
      font-size: .8em;
      line-height: 1.5;
      margin-bottom: 10px;

    }
    .wrap{
      background-color: rgba(255,255,255, 0.7);
      margin: 5%;
      padding: 5%;
  }
    .contentWrap {
      padding: 5%;
    }
    address {
      text-align: center;
    }

   } /* max-width 640px, mobile-only styles, use when QAing mobile issues */
