@charset "utf-8";
/* CSS Document */
h1 {background-color: #FF2603; color:white;}
h2 {display: inline-flex; background-color: #FFF200; color:black;}
h3 {/*display: inline-flex;*/ 
	background-color: #FF2603; 
	color:white;
}
h4 {display: inline-flex; background-color: #FFF200; color:black;
}
/*h5 {margin-left:20px;}*/

/* Place the navbar at the bottom of the page, and make it stick */
.navbar {
  background-color: #333;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 98%;
	padding: 5px 8px; 
	
}

/* Style the links inside the navigation bar */
.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 5px 5px; 
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.navbar a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.navbar a.active {
  background-color: #04AA6D;
  color: white;
}

.main {
  padding: 0px;
  margin: 0px;
}
