@charset "utf-8";
article, aside, footer, header, main, nav, section {
	display: block;
	}
	
	html, body, h1, h2, h3, ul, li, a, p, 
	article, aside, footer, header, main, nav, section {
		padding: 0;
		margin: 0;
	}

img {
	width: 50%;
}

.banner {
    color: #ffcc00;
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    font-size: 25px;
    font-weight: bold;
    padding: 10px 20px;
    text-align: center;
    background-size: 60em auto;
    background-repeat: no-repeat;
    background-color: #51C9FC;
}

.topnav {
  background-color: #51C9FC;
  overflow: hidden;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
  font-size: 17px;
  min-height: 44px;
  min-width: 44px;
}

.topnav a:hover {
  background-color: #A5C7FC;
  color: black;
}

.topnav a:focus {
	background-color: #91A7F0;
	color: black;
}

.topnav a.active {
  background-color: #5193FC;
  color: white;
}

.topnav .icon {
  display: none;
}

.reflect {
	padding: 10px;
}

body {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	background-color: #5193FC;
	color: #ffffff;
	font-family: Arial;
	font-size: 15px;
}

section {
	background-color: #515CFC;
	color: #ffffff;
	margin-top: 10px;
	padding: 5px;
	font-family: Arial;
	font-size: 15px;
}

article {
	background-color: #A5C7FC;
	color: #000000;
	margin-top: 5px;
	padding: 10px 15px;
	font-family: Arial;
	font-size: 15px;
	font-style: italic;
	font-weight: bold;
}

aside article {
	background-color: #665FED;
	color: white;
}
	
article p {
	font-style: normal;
	font-weight: normal;
}

article header p { 
	font-family: Arial;
	font-style: oblique;
	font-size: 13px;
	font-weight: normal;
}

h1 {
	font-family: Arial;
	font-size: 25px;
}

h2 {
	font-family: Arial;
	font-size: 20px;
}
p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 15px;
}

main {
	background-color: #515CFC;
	color: #ffffff;
	width: 640px;
	float: left;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 15px;
}

aside {
	background-color: #7D51FC;
	color: #ffffff;
	width: 270px;
	float: right;
	padding: 24px;
	margin-top: 0px;
	font-family: Arial;
	font-size: 15px;
}

aside section {
	background-color: #7D51FC;
	padding: 0px;
	margin-top: -7px;
}

aside ul {
	font-weight: normal;
	padding: 10px;
}

aside ul li {
	padding-left: 10px;
}

aside ol a{
	color: white;
	font-weight: normal;
}

aside ol li{
	margin-bottom: 10px;
}

.hiddenaside {
	display: none;
	background-color: #7D51FC;
	color: #ffffff;
	width: 90%;
	float: left;
	padding: 20px;
	margin-top: 10px;
	font-family: Arial;
	font-size: 15px;
}

.hiddenaside section {
	background-color: #7D51FC;
	padding: 0px;
	margin-top: -5px;
}

.hiddenaside article {
	background-color: #665FED;
	color: white;
}

.hiddenaside ol a{
	color: white;
	font-weight: normal;
}

.hiddenaside ul {
	font-weight: normal;
	padding: 10px;
}

.hiddenaside ul li {
	padding-left: 10px;
}

.hiddenaside ol a{
	color: white;
	font-weight: normal;
}

.hiddenaside ol li{
	margin-bottom: 10px;
}

footer {
	clear: both;
	background-color: #51C9FC;
	color: #ffffff;
	padding: 5px 20px;
	font-family: Arial;
	font-size: 15px;
}

footer p {
	font-family: Arial;
	font-size: 15px;
}

.special {
	text-decoration: underline;
	font-style: normal;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 2px;
}


@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

main {
	display: grid;
}

@media screen and (max-width: 480px) {
	aside {
		display: none;
		width: 0%;
    }

	
	.hiddenaside {
		display: block;
	}
	
	body {
		width: 100%;
	}
	main {
		width: 100%;
	}
	
}
