body {
  width: 100%;
  font-family: 'Open Sans', sans-serif;
}

main {
  background-image: url('../img/airline.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 650px;
}

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

nav img {
  float: left;
  margin-left: 50px;
}

nav {
  height: 90%;
  background-color: #193a55;
  border-bottom: 1px solid silver;
}

nav ul {
  padding: 40px 62px 28px 750px;
}

nav li {
  color: #ffffff;
  float: left;
}

nav img {
  padding: 0 4px 0 12px;
}

nav a {
  font-size: 80%;
  font-weight: lighter;
  text-decoration: none;
}

nav li :hover {
  color: #009999 !important;
}

nav li :visited {
  color: #ffffff;
}

.box {
  width: 390px;
  height: 360px;
  background-color: #193a55;
  position: absolute;
  margin: 79px 0 0 65px;
  border-radius: 3px;
}

.icon {
  background-color: #009999;
  border-radius: 3px;
  padding: 5px 41.5px;
  margin: -3px;
}

.services a :hover{
  background-color: #0066cc;
}

table {
  width: 380px;
  height: 155px;
  margin: 20px 24px
}

td p {
  font-size: 60%;
  width: 140px;
  height: 30px;
  margin: 12px 0;
  color: #999999;
  border: .2em solid #ffffff;
  border-radius: 3px;
  padding: 19px 0 0 10px;
}

input {
  background-color: #193a55;
  border: .15em solid #ffffff;
  border-radius: 3px;
  padding: 12px 0px 22px 10px
}

label {
  color: #ffffff;
  font-size: 60%;
}

input[type=number] {
  width: 50px;
  margin-top: 10px;
}

form h5 {
  color: #ffffff;
  display: inline;
  padding-right: 34px;
}

form h4 {
  color: #ffffff;
  display: inline;
  font-size: 60%;
}

input[value] {
  color: white;
  padding-top: 16px;
}

#search input {
  background-color: #0066cc;
  border: none;
  color: #ffffff;
  width: 340px;
  height: 40px;
  margin: 0px 12px 20px 25px;
  padding-bottom: 33px;
  font-size: 95%;
}
