/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

header {
  background-image: url("images/unnamed.jpg");
  font-family: Verdana;
  color: yellow;
  text-align: center;
}

body {
  background-image: url("images/unnamed.jpg");
  font-family: Verdana;
  color: yellow;
  text-align: center;
}

.sidenav {
  background-image: url("images/unnamed.jpg");
  font-family: 'ibm', monospace;
  text-align: left;
  color: #0f0;
  height: 100%;
  width: 200px;
  position: fixed; 
  z-index: 1; 
  top: 0;
  left: 0;
  background-color: #111; 
  overflow-x: hidden;
  padding-top: 20px;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 1px;
  text-decoration: none;
  font-size: 20px;
  color: #0f0;
  display: block;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #0bc;
}

 /* 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: #0f0;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 18px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: #0bc;
}

/* Add an active class to highlight the current page */
.topnav a.active {
  background-color: black;
  color: blue;
}

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

i.sup {
	font-family:sans-serif;
	font-size:9.93333px;
	line-height:9.93333px;
	color:rgb(6, 69, 173);
	vertical-align:super;	
}

i.sup:before {
	color:rgb(6, 69, 173);
	font-style:normal;
	content:"[";
}

i.sup:after {
	color:rgb(6, 69, 173);
	font-style:normal;
	content:"]";
}



blog {
    font-family: 'ibm', monospace;
    white-space: pre-wrap;
    color: blue;
    text-align: left;
    font-size: 20px;
}


footer {
    text-align: center;
    padding: 30px;
    font-size: 11px;
}
