body {
	position: relative;
	text-align: left;
	background: #3b9dff;
	padding: 0;}

h1 {
    text-align: left;
    margin: 00% 30% 00% 10%;}

h2 {
    text-align: left;
    margin: 00% 30% 00% 10%;}
    
h5 {
    text-align: left;
    margin: 00% 30% 00% 10%;}
    
p {
    text-align: left;
    margin: 25px 30% 25px 10%;}
    
img {
    max-width: 100%;
    margin: 00% 01% 00% 10%;}
    
ul {
    font-weight: bold;    
    margin:  00% 30% 00% 12%;}

 /* Add a black background color to the top navigation */
.topnav {
    background-color: black;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
    float: left;
    display: block;
    color: #72d65c;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-family: Sans-Serif;
    font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
    background-color: #41a62a;
    color: #f2f2f2;
}

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
    display: none;
}

 /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

div#linklist {
    text-align: center;
    font-weight: bold;}

div#rightfloat {
	float: right;
	padding: 0px;}

div#footer {
	position: relative;
	text-align: center;
   vertical-align: middle;
	color: black;
	background: lightblue;
	border: solid 3px;
	margin: 01% 00% 01% 00%;
	font-family: serif;
	font-style: italic;
	clear: both;}

div#footer img{
	text-align: center;
   vertical-align: middle;
	border: none;
	margin: auto;}

ul.piclist {
	list-style: none;
	margin: 1px;
	padding: 5px;
	float: left; 
	width: auto;
	height: 410px;
	border: solid 0px;
	background: #3b9dff;
	text-align: center;
	font-weight: bold;
	overflow: auto;}

.clear {
	clear: both;}

 .button {
 	 display: inline-block;
    background-color: #4CAF50; /* Green */
    border: 1px black;
    border-style: solid;
    color: black;
    font-family: "sans serif";
    font-weight: bold;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}