
@media only screen and (max-width: 480px) {

  body {
  background-color: #3a708f;
  }

  .hide {display:none !important;}

  #container {
  width: 95%;
  margin: 0px;
  padding: 10px;
  }

 #innerboxes li {
  width:50%;
 }

 #innerboxes li p {
  padding:5px;
}

 h1, h2 {
  font-size:17px;
  }


h2 {
  padding-right: 0px !important;
  }

#rapier ul {
  text-indent: 0px;
  padding-left: 15px;
  }

#rapier li {
  font-size: 12px;
  line-height: 15px;
  }

}

