.container {
  width:100%;
  height: auto;
  margin: 0 auto;
}
body    {
    margin: 0;
    background: #BC986A;
    font-family: sans-serif;
    font-weight: 400;
}
header{
  background: #8D8741;
}
header::after {
  content: '';
  display: table;
  clear: both;
}

.logo {
  float: left;
  overflow: hidden;
  padding: 10px 0;
  width: 80px;
  height: 80px;
  margin: 15px;
  border-radius: 5%;
}


h1{
  padding-top: 50px;
  text-align: center;
  margin: 0 auto;
  width: 500px;
  font-family: sans-serif;
  color: #FFDB58;
}

nav {
  float: right;
  list-style: none;
  font-weight: bold;
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
    }
nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  nav li {
    display: inline-block;
    margin-left: 70px;
    padding-top: 23px;
    position: relative;
  }
nav a {
  color: #FBEEC1;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a: hover {
  color: #FBEEC1;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #FBEEC1;
  position: absolute;
  top: 0;
  width: 0;
  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%
}

h3 {
  text-align: center;
  color: #FBEEC1;
  padding: 35px;
  padding-bottom: 0px;
}
h4{
  text-align: center;
  padding-left: 50px;
  color: #FFDB58;
}
h5{
  text-align: left;
  padding-left: 250px;
  color: #black;
}
#homehero{
  background-image: url('bee.jpg');
            height: 800px;
            width: 800px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin-left: 190px;
}
#winghero{
  background-image: url('beewings.jpg');
            height: 700px;
            width: 800px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin-left: 190px;
}
#stinghero{
  background-image: url('stings.jpg');
            height: 700px;
            width: 800px;
            background-size: 100% 100%;
            background-repeat: no-repeat;
            margin-left: 190px;
}
#hivehero{
  background-image: url('hiveinclearing.jpg');
          height: 300px;
          width: 400px;
          background-size: 100% 100%;
          background-repeat: no-repeat;
          margin-left: 350px;
}
#pasturehero{
  background-image: url('pasture.jpg');
          height: 300px;
          width: 400px;
          background-size: 100% 100%;
          background-repeat: no-repeat;
          margin-left: 350px;
}
#regularhero{
  background-image: url('regularhive.jpg');
          height: 300px;
          width: 400px;
          background-size: 100% 100%;
          background-repeat: no-repeat;
          margin-left: 350px;
}
#suithero{
  background-image: url('farmingsuit.jpg');
          height: 600px;
          width: 400px;
          background-size: 100% 100%;
          background-repeat: no-repeat;
          margin-left: 350px;
}

table {
    border-style: ridge;
    border: 1px;
    background-color: #fff;
    margin-left: auto;
    margin-right: auto;
    font-family: sans-serif;
    font-size: 12px;
}

td, th {
    padding: 0.5em;
    border: 4px;
    border-style: ridge;
  }

tr:nth-of-type(odd) {
  background-color: #FBEEC1;
}

label {
      float: left;
      display: block;
      text-align: right;
      width: 450px;
      padding-right: 10px;
  }

  input {
      display: block;
      margin-bottom: 20px;
      background-color: #FBEEC1;
  }

  textarea {
      display: block;
      margin-bottom: 20px;
      background-color: #FBEEC1;
  }

  .submit {
      margin-left: 460px;
      width: 75px;
      text-align:center;
}

    footer  {
        text-align: center;
        font-size: 12px;
        color: black;
    }
