
* {
  box-sizing: border-box;
}
body { background-color: #730c4e; color: #fff; margin: 0;
     }
nav {
  float: left;
  width: 30%;
   padding: 20px;
}
/* Style the list inside the menu */
nav ul {
  list-style-type: none;
  padding: 10; padding-top: 20px;
  color: white;
}

nav h3 { padding-left: 50px; text-align: left;
       }
/* Clear floats after the columns */
section:after {
  content: "";
  display: table;
  clear: both;
}
#bottomline { position:fixed; bottom:0; width:100%; background-color: #510a2c;   /* #4d0066  */  text-align: center; font-size:0.8em; color:#afafaf; 
        }
#mtb {position: relative; float:left; width: 40%; height: 500px;  padding-right: 20px;padding-left:100px; padding-top:0px; margin-bottom: 20px; margin-left: 100px;/* border: solid white; */
     }
#mtb p {  line-height: 0.9;  font-style: italic;  font-size: 1.0em;  font-family: Verdana, Geneva, sans-serif;
  }
#imph { position: relative; float: left; width: 40%; padding:20px;  /* border: solid red;*/
      }

#plineend { padding-bottom:12px;
           }
/* Responsive layout - makes the two columns/boxes stack on top of each other instead of next to each other, on small screens */
@media (max-width: 950px) {
  nav, #mtb {
    width: 100%;margin-left: 0px;
    height: auto;
  }
  #imph {  width: 100%; display: block;  margin-left: auto; margin-right: auto;  }
  #imph img {  display: block;  margin-left: auto; margin-right: auto; }
}

/* Style the list inside the menu */
nav a:hover { color: black; background-Color: #EAEEF2; }
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 10; padding-top: 20px;
  width: 280px;
  background-color: ##C71585;
   color: white;
   height: 100%; /* Full height */
  /* position: fixed; /* Make it stick, even on scroll */
  /* overflow: auto; /* Enable scrolling if the sidenav has too much content */
}

nav li a {
  display: block;
  color: #fff;
  padding: 8px 16px;
  text-decoration: none;
  border-bottom: 2px solid black; border-left: 2px solid black;
}

nav li a.active {
  background-color: #952e6f;
  color: white; font-weight: bold;
}

nav li a:hover:not(.active) {
  color: black; background-Color: #EAEEF2;font-weight: bold;
}

.button {
  background-color: #730c4e;
  border: none;
  color: white;		font-weight: bold;
   width: 256px;
  padding: 15px 32px;
  margin-left: 0px; margin-bottom: 1px;
  border-top: 4px solid #B9C6DE;
		border-bottom: 4px solid #7D8CA8;
		border-left: 1px solid #B9C6DE;
		border-right: 1px solid #7D8CA8;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}		
#mtb a {
  color: #00ffff;text-decoration: none;
}
/* visited link */
#mtb  a:visited {
  color: #00ffff;text-decoration: none;  }  
/* mouse over link */  
#mtb a:hover {
  color: hotpink;text-decoration: none;  
