/*! Body Layout */
.RowContent
{
max-width:90%;
margin:auto;
}
@media screen and (max-width: 600px) {
    .RowContent  {
        max-width:94%;
    }
  }
.RowSection{
    background-color:#182e41;

}
.menubar
{
width:100%;
padding:1%;
margin:auto;

}
.imagestyle
{
    margin-top:10px;
    border-style:solid;
    border-width: 2px;
    border-color: white;

}
.ServiceRowSide
{
    margin-top:52px;
}
@media screen and (max-width: 600px) {
    .ServiceRowSide  {
        margin-top:0px;
    }
  }
  .ServiceSideBox
  {
    padding:1%;
  }
  .bg10
  {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#006e2e+0,006e2e+100;Green+Flat+%233 */
background: linear-gradient(45deg,  rgba(0,110,46,1) 0%,rgba(0,110,46,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

  }
