* {
    box-sizing: border-box;
}
.row::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%;}
    .col-12 {width: 100%;}
}
html {
    font-family: "Lucida Sans", sans-serif;
}
.header {
    background-color: #666666;
    color: #ffffff;
    padding: 15px;
}
.left-img {
  width: 100%;
  height: auto;
}
.right-img {
  width: 100%;
  height: auto;
}
.nav {
  overflow: hidden;
  background-color: #333;
}
.nav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.nav a:hover {
  background-color: #339933;
  color: black;
}
.active {
  background-color: #339933;
  color: white;
}
.nav .icon {
  display: none;
}
.menu {
  overflow: hidden;
  background-color: #333;
}
.menu a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}
.menu a:hover {
  background-color: #339933;
  color: black;
}
a {
	color: #000000;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .nav a:not(:first-child) {display: none;}
  .nav a.icon {
    float: right;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .nav.responsive {position: relative;}
  .nav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .nav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .nav :hover {
    background-color: #339933;
  }
.left-img {display: none;}
}

H5 {
	height: 56px;
	margin: 0 0 0 0;
	padding: 10px 0 0px 35px;
	font-family: verdana, arial, helvetica;
	font-weight: bold;
	color: #666666;
	font-size: 12pt;
	text-transform: lowercase;
	font-style: italic;
	font-variant: small-caps;	
	background:white url(../images/bullet.jpg) no-repeat left;	
	width: 310px;}

.aside {
    padding: 15px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
}
.footer {
    background-color: #666666;
    color: #ffffff;
    text-align: center;
    padding: 5px;
}
.footer a {
	color: #ffffff;
}
.footer a:hover {
	background-color: #339933;
	color: black;
}

