body,td,th {
	font-family: Arial, Helvetica, sans-serif, times;
	background-color: #fdf5bc;
}

a {  
	color: #66550e;
	background-color: #fdf5bc;
	text-decoration: underline;
}
a:hover {
	color: #f5dda0;
	background-color: #D76ACC;
	text-decoration: none;
}
a:visited {
	color: #d5bd95;
	text-decoration: none;
}
a:active {
	color: #d5bd95;
	background-color: #f5dda0;
	text-decoration: underline;
}
p {
	font-size: 16px;
	color: #87660e;
}	
.stylebb {
	font-size: 16px;
	color: #A5389A;
	font-weight: bold;
}
.stylebi {
	font-size: 16px;
	color: #87660e;
	color: #A5389A;
    font-style: italic;
}
.stylepb {
	font-size: 16px;
	font-weight: bold;
	color: purple;
}
.stylehead2 {
	color: #A5389A;
	font-weight: bold;
	font-size: 3vw;
	text-align: center;
}
.stylehead3 {
	font-size: 2vw; 
	color: #87660e;
	color: #A5389A;
	font-weight: bold; 
	text-align: center;
}
h1 {
	font-size: 4vw;
	color: #87660e;
	color: #A5389A;
	font-weight: bold;
	text-align: center;
}	
.stylehead1 {
	font-size: 4vw;
	color: #87660e;
	color: #A5389A;
	font-weight: bold;
	text-align: center;
}
.styleheadb {
	font-size: 18px;
/*	color: #c00540;*/
	color: #b7693e;
}
.stylebn {
    font-size: 16px;
    font-weight: normal; 
	color: #A5389A;
}
.stylecp {
	font-size: 12px;
	text-align: center;
	color: #87660e;
	color: #A5389A;
}
.style7 {
	font-size: 16px;
	font-weight: bold;
	color: #87660e;
	color: #A5389A;
}
.stylein {
	font-size: 16px;
	color: #fdf5bc;
	background-color: #97693e;
	background-color: #A5389A;
}
.styleinold {
	font-size: 16px;
	color: #fdf5bc;
	background-color: #b88307;
}
.stylebd {
	font-size: 16px;
	color: #fdf5bc;
	background-color: #d5bd95;
}
.styleref {
	font-size: 20px;
	font-weight: bold;
	color: #c07020;
}
.style11 {
	color: #000033;
	font-weight: bold;
}
@media screen and (min-width: 601px) {
  div.example {
    font-size: 80px;
  }
}
@media screen and (max-width: 600px) {
  h1 {
    font-size: 18px;
  }
  .stylebn {
	font-size: 11px;
  }
  .stylebb {
	font-size: 11px;
  }
}
.img-container {
  float: left;
  width: 20%;
  padding: 5px;
}
.head-container {
  width: 66%
  padding: 5px;
}
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
.navbar {
  overflow: hidden;
  background-color: #97693e;
	background-color: #A5389A;
  text-decoration: none;
  text-shadow: 2px 2px #7F4551;
}

.navbar a {
  float: left;
  font-size: 1.6vw;
  color: #DB9576;
  text-align: center;
  padding: .5vw .2vw;
  text-decoration: none;
  text-shadow: 2px 2px #7F4551;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #fdf5bc;
  padding: .8vw 1vw;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #c07020;
  background-color: #D76ACC;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #6600c8;
  min-width: 160px;
  font-size: 1.6vw;  
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: white;
  padding: .8vw 1vw;
  text-decoration: none;
  text-shadow: 2px 2px #7F4551;
  display: block;
  text-align: left;
  font-size: 20px;
}

.dropdown-content a:hover {
  background-color: #c07020;
  background-color: #D76ACC;
  color: #f9f9f9;
  font-size: 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}
.flex-container {
  display: -webkit-flex;
  display: flex;  
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  font-weight: bold;
  text-align: center;
}

.flex-container > * {
  padding: 10px;
  flex: 1 100%;
}

.main {
  text-align: left;
  background: #fdf5bc;
}

.header {background: coral;}
.footer {background: lightgreen;}
.aside1 {background: #A5389A;}
.aside2 {background: violet;}

@media all and (min-width: 775px) {
  .aside { flex: 1 0px; }
  .main    { flex: 6 0px; }
  .aside1 { order: 1; } 
  .main    { order: 2; }
  .aside2 { order: 5; }
  .footer  { order: 4; }
}
@media screen and (max-width: 775px) {
  .dropdown-content a:hover { font-size: 14px; }
  .dropdown-content a { font-size: 14px; }
}

