<style>
body {
  font-family:"Merriweather", Arial, sans-serif;
  font-size:28px;
  margin:0px;
  padding:0px;
  text-align:center;
}
p {
  font-family:"Lexend", Arial, sans-serif;
  font-size:medium;
}
h1, h2, strong, blockquote{
  font-family:"Merriweather", Arial, sans-serif;
}
i {
  opacity:0.4;
}
ul {
  list-style-type:none;
  margin:0;
  padding:0;
  overflow: hidden;
  background-color:lightslategray;
}
li {
  float: left;
  border-right: 1px solid white;
  font-family:"Lexend", Arial, sans-serif;
  font-size:medium;
}
li a.active {
  background-color:dimgray;
  color: white;
  text-align:  center;
  padding: 14px  16px;
  text-decoration: none;
}
li a, .dropbtn {
  display: inline-block;
  color: white;
  text-align:  center;
  padding: 14px  16px;
  text-decoration: none;
}
li a:hover, .dropdown:hover .dropbtn {
  background-color:dimgray;
}
li:last-child {
  border-right: none;
  background-color:lightslategray;
}
li.dropdown {
  display:inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: lightslategray;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  
}
.dropdown-content a {
  padding: 12px 16px;
  text-decoration: none;
  display: block;
    overflow:visible;
  text-align: left;
}
.dropdown-content a:hover {
	background-color: dimgray;
}
.dropdown:hover .dropdown-content {
  display: block;
}
@media screen and (max-width: 600px) {
  ul.topnav li.right, 
  ul.topnav li {float: none;}
}
header {
  background-color:dodgerblue;
  background-image:url(CCdove.png);
  background-size:contain;
  background-position:light;
  background-repeat: no-repeat;
  width:100%;
  height: 180px;
  text-align:right;
  color:white;
  margin: 0;
  padding: 0;
}
article {
  padding:15px;
  background-color: lightsteelblue;
}
section {
	float:left;
	width:68%;
	padding:15px;
	background-color: lightsteelblue;
}
aside {
	float:right;
	width:28%;
	padding-top:30px;
	color:black;
	font-size:1.5rem;
	text-align:center;
	height:max-height;
}
@media screen and (max-width:600px) {
header {
  background-color:dodgerblue;
  background-image:none;
}
  section {
    width: 100%;
  }
  aside {
    width: 100%;
  }
}
@media screen and (min-width:960px) {
	h1 {
		font-size:3em;
	}
	p {
		font-size:1.15em;
		line-height:1.25;
	}
}
.column {
  float: left;
  width: 33.33%;
  padding: 15px;
}
.row:after {
  content: "";
  display: table;
  clear: both;
}
footer {
	float:left;
	padding:15px 0px 0px 15px;
	width:100%;
	background-color: lightslategray;
}
</style>