* {box-sizing: border-box}


* {
   margin: 0px;
   padding: 0px;
}


html {
  background-color:white;
    }
	
html a:link {
  color: red;
  }
  
html a:visited {
  color: darkgray;
  }
  
html a:hover  {
  color: maroon;
  }     
  
  img {
	  display: block;
  margin-left: auto;
  margin-right: auto;
  }

body {
    background-color: white;
    color: #221811;
    font-family: Verdana;
    width:100%;
	height:100%;
    margin-left:5px;
	margin-top:10px;
    margin: 0 !important;
    padding: 0 !important;
    
}

main {
    background-color: white;    
    font-size:1em;
    width:100%;
    color: black;
	position:static;
	height:100%;
	margin-top:5%;
	left:0;
	padding-left:30;
	z-index:10;
}

main a:link {
  color: red;
  }
  
main a:visited {
  color: red;
  }
  
main a:hover  {
  color: maroon;
  }     

figcaption {
	font-style:italic;
	text-align: center;
}
     
  div {
display:inline-block;

  }	 
  
div.center {

width:100%;	 
text-align:center;
	 
 }

header {
    background-color: #21618c;
    color: #9e2001;
    background-repeat: no-repeat;
    position: fixed;
}

fieldset	{	margin: 20px 0px; 
width:75%;
float:none;
margin: auto;
}

table	{	border: 2px solid rgb(0,0,85);
		box-shadow: 1px 1px 1px rgb(51,51,51);
		margin: 30px;
	}

/*td	{	border: 1px solid rgb(0,0,170); } */
td,th	{	 
			padding-right: 25px;
			padding-bottom:10px;
			}
th	{	
border-bottom: 1px solid rgb(0,0,0);}

p {
  
  }

form {
    width: 100%;	
}

legend{
	
}

fieldset{
	
}


label {
    
    /* positions the label text beside the input */
    text-align: left;
    display: inline-block;
    float:left;
}



/* only the submit button is matched by this selector,
   but to be sure you could use an id or class for that button */
input {
 width:220px;
   
}

textarea {
  
  padding-left:25px;
  
  }

h1 {
  
font-weight:normal;
font-style:normal;
    font-size: 2.5em;
    color: black;
    width:100%;
    
    
    
}



h2 {
  font-size:1.5em;
  text-align:left;
  padding-bottom:5px;
  
 }
 
 h2.center {
	  font-size:1.5em;
    padding-bottom:5px;
	margin-left:25%;
 } 
  
  
h3 {
  font-size:1em;
  padding-left:1%;
  text-align:left;
  text-decoration:italic;
  }
  
 





nav {
	overflow: hidden;
  padding-left:0.5em;
  width:100%;
  top:0;
  padding-bottom:5px;
  padding-top:5px;
  position:fixed;
  font-size:1em;
  background-color:black;
  color:white;
  height:9vh;
  z-index:2550000000;
   
    }
    

footer {
	 height: 155px; /* .push must be the same height as .footer */
	 margin-left:20%;
}




/* Set a style for all buttons */
button {
  background-color: skyblue;
  color: white;
  padding: 14px;
  margin: 8px 0;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: .5;
  
  
}




.wrapper {
    width:70%;
	min-height: 100%;
	flex: 1 0 auto;
}

.footer,.push {
  height: 150px;
  flex-shrink: 0;
}
/* nav settings */
.logo
{
	font-size:3.5em;
	font-family: "Palatino", serif;
	float:left;
}

.rightside
{
float:right;
padding-right:15px;
}
/* end nav settings */

.category
{
	font-size:1.8em;
}

.sidebar
{
width:25%;
float:right;

top:10%;

min-height: 400px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 100; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #111; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  color:white;
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size:2em;
  font-size: 1.5em;
  color: white;
  display: block;
  transition: 0.3s;
}

/* When you mouse over the navigation links, change their color */

.sidenav a:link {
  color: white;
  }
  
.sidenav a:visited {
  color: gray;
  }
  
.sidenav a:hover  {
  color: maroon;
  }     

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 1.5em;
  margin-left: 50px;
  color:white;
}

.red{
	color:green;
}




/* Add a black background color to the top navigation bar */
.topnav {
  overflow: hidden;
  
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}



/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Style the "active" element to highlight the current page */
.topnav {
  
  color: white;
}

/* Style the search box inside the navigation bar */
.topnav input[type=text] {
  float: right;
  padding: 6px;
  border: none;
  margin-top: 8px;
  margin-right: 16px;
  font-size: 17px;
}

.inline {
  display: inline;
}

.link-button {
  background: none;
  border: none;
  color: maroon;
  cursor: pointer;
  font-size: 1em;
}
.link-button:focus {
  outline: none;
}
.link-button:active {
  color:red;
}


