/* style.css */
header {
  background-color: white;
}

footer {
  padding: 10px;
  font-family: Segoe UI;
  font-size: 18px;
  font-weight: bold;
  background-color: black;
  color: white;
}

body {
  font-family: Segoe UI, Arial, Helvetica, sans-serif;
  font-size: 14px;
  background-color: steelblue;
}

a {
  font-family: verdana;
  font-size: 14px;
  font-weight: bold;
  color: steelblue;
}

h1 {
  float; left;
}

.linkSpace {
  padding-right: 70px;
}

html, body {
  padding: 0;
  margin: 0;
}

#main {
  border-radius: 5px;
  color: #202020;
  margin: 20px 10px;
  padding: 10px;
}

#results {
  padding: 2px;
  width: 600px;
  display: inline-block;
  vertical-align: top;
}

#form {
  border: solid 1px #444;
  background-color: orange;
  border-radius: 5px;
  padding: 15px;
  width: 235px;
  display: inline-block;
  position: relative;
  bottom: 10px;
  left: 275px;
}

#form2 {
  border: solid 1px #444;
  background-color: orange;
  border-radius: 5px;
  padding: 15px;
  width: 235px;
  display: inline-block;
  position: absolute;
  top: 400px;
  right: 215px;
}

#contact {
  border: solid 1px #444;
  background-color: orange;
  border-radius: 5px;
  padding: 15px;
  width: 235px;
  display: inline-block;
}

#video {
  position: absolute;
  top: 420px;
  right: 500px;
}

#video2 {
  position: absolute;
  top: 580px;
  right: 510px;
}

.container {
  width: 989px;
  margin: 0 auto;
  background-color: white;
  padding: 5px;
}

header nav {
  float: right;
  margin-right: 10px;
}

header nav li {
  display: inline;
  font-size: 12px;
}











