body {
  padding: 0px;
  margin:0px;
  font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
  cursor: pointer;
  text-decoration: underline;
}
/*responsive grid*/
* {
      box-sizing: border-box;
      }
      .footer::after {
      content: "";
      clear: both;
      display: table;
      }
      .header::after {
      content: "";
      clear: both;
      display: table;
      }
      .maincontent::after {
      content: "";
      clear: both;
      display: table;
      }
      .nav::after {
      content: "";
      clear: both;
      display: table;
      }
      [class*="col-"] {
      float: left;
      padding: 15px;
      }
      /* For mobile phones: */
      [class*="col-"] {
       width: 100%;
      }
      @media only screen and (min-width: 600px) {
      /* For tablets: */
      .col-m-1 {width: 8.33%;}
      .col-m-2 {width: 16.66%;}
      .col-m-3 {width: 25%;}
      .col-m-4 {width: 33.33%;}
      .col-m-5 {width: 41.66%;}
      .col-m-6 {width: 50%;}
      .col-m-7 {width: 58.33%;}
      .col-m-8 {width: 66.66%;}
      .col-m-9 {width: 75%;}
      .col-m-10 {width: 83.33%;}
      .col-m-11 {width: 91.66%;}
      .col-m-12 {width: 100%;}
      }
      @media only screen and (min-width: 768px) {
      /* For desktop: */
      .col-1 {width: 8.33%;}
      .col-2 {width: 16.66%;}
      .col-3 {width: 25%;}
      .col-4 {width: 33.33%;}
      .col-5 {width: 41.66%;}
      .col-6 {width: 50%;}
      .col-7 {width: 58.33%;}
      .col-8 {width: 66.66%;}
      .col-9 {width: 75%;}
      .col-10 {width: 83.33%;}
      .col-11 {width: 91.66%;}
      }      
      
      
.header {background-image: linear-gradient(to bottom, #0779bf 0%, #48e472 100%);
       padding: 0px}
.heada .col-4 {background-color: transparent}
img.contain {object-fit: contain;}
.headb .col-8 {background-color: transparent;}
.headb h1 {font-size: 2em;color: white;font-weight: normal;}
.nav {background-color: #48e472;}
.navmenu {background-color: transparent;}
.maincontent {
	background-color: transparent;
	padding: 0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.5;
    font-size: 87.5%;
    word-wrap: break-word;
}
.leftside .col-3 {background-color: transparent;}
.middle .col-6 {background-color: transparent;}
.rightside .col-3 {background-color: transparent;}
.footer {
      padding: 0px;
      background-image: linear-gradient(to top, #0779bf 0%, #48e472 100%);
      font:white;
      }
.footera .col-4 {background-color:transparent;
		height: 200px;
		color: white;
    	font-size: 1em;
		}
.footerb .col-8 {background-color:transparent;
		height: 200px;
        text-decoration: none;
        color: white;
    	font-size: 1em;
    	list-style: none;
            }
.footerc .col-12 {background-color:transparent;
		color: white;
    	font-size: 1em;
		}
.footermenu {background-color:transparent;
		font-size: 1em;
		text-decoration-color: white;
		list-style: none;
		}
.footermenu a{
		color: white;
		list-style: none; 
}
#footermenulist {
	padding:0px;
}
#footermaillink{
	color: white;
}
