body  {
 color: #0000bb;
 font-style: normal;
/* font-size: large;*/
 line-height: normal;
 font-family: "Poor Richard";
 background-color: #1da366;
 }
h1    { 
  color: #000000;
  font-weight: 500;
  text-align: center;
/*  font-size: 7vw;*/
  font-family: "Poor Richard", "Edwardian Script ITC", Arial;
  }
h2   { 
  color: #000000;
  font-weight: bold;
  font-size: 6vw;
  font-family: "Poor Richard";
  text-align: center; 
  }
h3  { 
  color: #000000;
  font-weight: 600;
/*  font-size: 5vw;*/
  font-family: "Poor Richard", Arial, sans-serif; 
   text-align: center;
 }
h4  { 
  color: #000000;
  font-weight: 600;
/*  font-size: 4vw;*/
  font-family: "Poor Richard", Arial, sans-serif;
  text-align: center;
  text-decoration: italic;
  }
h5  { 
  color: #000000;
  font-weight: 300;
  font-size: 3vw;
  font-family: "Poor Richard", Arial, sans-serif;
/*  text-align: center;*/
  text-decoration: italic;
  }
p   { 
  color: #000000;
  font-weight: normal;
/*  font-size: 2vw;*/
  font-family: "Poor Richard";
  }
/*header { 
  color: #000000;
  font-weight: 500;
  font-size: 20pt;
  font-family: "Edwardian Script ITC", "Poor Richard";
  text-decoration: underline;
  text-align: center;
  }*/
ul  {
  color: #000;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
  }
li  { 
  color: #000;
  display: inline;
  padding-right: 12pt;
  padding-left: 12pt;
  position: static;
  }
wrap  { 
  color: #000;
  margin: 0 auto;
  position: relative;
  width: 780px;
  overflow: scroll;
  }
a  {
  color: #8b0000;
  font-style: normal;
  font-family: "Poor Richard";
  font-size: 12pt;
  }
a:active  { 
  color: #8b0000;
  font-style: normal;
  font-family: "Poor Richard";
  font-size: 12pt;
  }
a:hover  { 
  color: #b22222;
  font-style: italic;
  font-family: "Poor Richard";
  font-size: 12pt;
  }
a:link   {
  color: #8b0000;
  font-style: normal;
  font-family: "Poor Richard";
  font-size: 12pt;
  }
a:vlink  { 
  color: #8b0000;
  font-style: normal;
  font-family: "Poor Richard";
  font-size: 2vw;
  }
table	  { 
  color: #0000bb;
  background-color: #65a2b5;
  padding: 20px;
  max-width :inherit;
  }
hr {
	color: #000000;
	align: center;
	}

#rc1msd {
  border-radius: 0px 10px;
  background: #65a2b5;
  padding: 20px;
  max-width: 50%;
  min-width: 96px;
}
#rc1msd_1 {
  border-radius: 0px 10px;
  background: #65a2b5;
  padding: 20px;
  max-width: 50%;
  min-width: 96px;
}
#rc2msd {
  border-radius: 50px 50px;
  background: #65a2b5;
  padding: 20px;
  max-width: inherit;
  height: auto;
}
#rc3msd {
  border-radius: 50px 50px 0px 0px;
  background: #65a2b5;
  padding: 20px;
  width: auto;
  height: auto;
}
#rc4msd {
  border-radius: 0px 0px;
  background: #65a2b5;
  padding: 20px;
  width: 100%;
  height: auto;
}
#rc5msd {
  border-radius: 0px 0px 50px 50px;
  background: #65a2b5;
  padding: 20px;
  width: 100%;
  height: auto;
}
#rc6msd {
  border-radius: 0px 0px;
  background: #65a2b5;
  padding: 20px;
  width: 100%;
  height: auto;
}
#rc7msd {
  border-radius: 50px 50px;
  border-bottom: 6px solid #06933E;
  background-color: #3BB1BA;
  padding: 20px;
  max-width: inherit;
  height: auto;
}

#rc7msd_1 {
  border-radius: 50px 50px;
  border-bottom: 6px solid #06933E;
  background-color: #3BB1BA;
  padding: 20px;
  max-width: inherit;
  height: auto;
}

#rc7msd_2 {
  border-radius: 50px 50px;
  border-bottom: 6px solid #06933E;
  background-color: #3BB1BA;
  padding: 20px;
  max-width: inherit;
  height: auto;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.dropbtn {
  background-color: #65a2b5;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}

.dropdown {
  position: relative;
  max-width: 384px;
  min-width: 128px;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #65a2b5;
  max-width: 500px;
  min-width: 256px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-sub-content {
  display: none;
  position: absolute;
  right: 20;
  background-color: #65a2b5;
  min-width: 96px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 2;
}

.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #1EC5D8;}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

.header {
  background-color: #65a2b5;
  color: #ffffff;
  position: absolute;
 text-align: center;
 padding: 15px;
  
}

img {
  align-items: center;
  vertical-align: middle;
  max-width: 100%;
	/*width: auto;*/
  height: auto;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-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%;}
}


