/* site.css */
header, footer {
  background-color: lightgray;
  border: solid 1px black;
  /*font-family: 'Times New Roman', serif;*/
}

footer {
  padding: 10px;
  border-radius: 3px;
}

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 14px;
  
}

body {
      background-image: url("marble.gif");
      display: block;
      background-size: 100%;
      min-height: 25px;
      min-width: 25px;
      background-position: center; 
    }

a {
  color: green;
}

html, body {
  padding: 0;
  margin: 0;
}

.bordered-image {
  border: solid 1px #444;
  border-radius: 2px;
}

#main {
  border: solid 1px #ccc;
  border-radius: 5px;
  color: #202020;
  margin: 20px 0;
  padding: 5px;
}

.simple-form label {
  padding: 2px;
}

.simple-form label {
  font-weight: bold;
}

.simple-form input,[type=text],
.simple-form select,
.simple-form input[type=password],
.simple-form textarea {
  width: 150px;
}

.simple-form input[type=submit] {
  background-color: green;
  color: white;
  border-radius: 15px;
  padding: 3px;
  margin-top: 5px;
}

#results {
  padding: 2px;
  width: 600px;
  display: inline-block;
  vertical-align: top;
}

.simple-form {
  padding: 2px;
  width: 300px;
  display: inline-block;
  vertical-align: top;
/*  position: absolute;
  bottom: 5px;
  right: 5px;
*/}

.simple-form label {
  font-weight: bold;
}

.simple-form input[type=text],
.simple-form select,
.simple-form input[type=password],
.simple-form textarea {
  width: 150px;
}

.simple-form input[type=submit] {
  background-color: green;
  color: white;
  border-radius: 15px;
  padding: 3px;
  margin-top: 5px;
}

#hardware {
  background-color: yellow;
  border: solid 1px #255,255,0;
  border-radius; 5px;
  color: #FF0000;
  margin: 20px 0;
  padding: 5px;
  border-image-float: right;
  display: inline-block;
}

.container {
  width: 989px;
  margin: 0 auto;
  background-color: white;
  padding: 5px;
}

ul {
  list-style-type: none;
  margin: 20;
  padding: 20;
  overflow: hidden;

}

li{
  float: left;
}

li a{
  display: block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

li a: hover{
  background-color: #111;
}

table, th, td {
  border: 1px solid black;


}

th, td {
  padding: 15px;
}

table {
  border-spacing: 5px;
  background-color: #ADD8E6
}

header nav {
  margin-right: 20px;

}

body {
  max-width: 1000px;
  margin: auto;
}

/* This was probably the hardest section of the web page over all.  It seemed like a massive struggle to get things on the CSS to actually apply to the web site at all.
after a lot of struggles I found where I was making some errors.  Despite that however on occassions I would simply not see any changes.  Professor Brandenburg assisted
and pointed out that cleaning out my history and so on may help with that issue.  After doing that I discovered that changes began happening correctly.  From that point
on any time I made changes that were not showing up I made sure I cleaned out my history before becoming stressed out in the attempt to fix the issues. */








