/* site2.css */
header, footer {
  background-color: yellow;
  border: solid 1px black;
  display:inline-block;
  float:center;
  /*font-family: 'Times New Roman', serif;*/
}

footer {
  padding: 5px;
  border-radius: 3px;
  align-self: center;
}
h1 {
  color: green;
  background: tan;
  display: center;
}

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 20px;
  background-color: white;
  background-image: url(../img/jeremy-bishop-556948-unsplash.jpg);
  word-break: break-word;
}
.box {
  align-self: center;
  width: 980px;
  margin: 0 auto;
  background-color: tan;
  border: solid 1px #444;
  border-radius: 2px;
  padding: 5px;
}


}


a {
  color:green;
}

html, body {
  padding: 0;
  margin: 0;
}
.highlight  {
  background-color: yellow;
  font-weight: bold;
}
.bordered-image {
  border: solid 1px #444;
  border-radius: 2px;
  align-self: right;
}

#main {
  border: solid 1px green;
  border-radius: 5px;
  color: #202020;
  margin: 20px 0;
  padding: 5px;
}
#secondary{
  color: black;
}
  #secondary h3 {
    color: green;
    letter-spacing: 7px;
  }
  #tertiary {
    float: right;
    width: 100px;
    display: inline-block;
  }
}
#results {
  padding: 2px;
  width: 300px;
  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;
}

.container {
  width: 1500px;
  margin-right: 10px;
  background-color: #005500;
  padding: 1px;
  vertical-align: 50px; 
}

 nav {
  display: inline-block;
  float: center;
  margin-right: 1px;
  font-size: 15px;
  background-color: tan;
  padding: 10px;
}



 











