body{
  font-family: times, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f2f2f2;
  line-height: 1.5em;
}

.container{
  width: 75%;
  margin:auto;
  overflow: hidden;
}

/*682x286.5 50% banner size*/
header{
  background: black;
  min-height: 70px;
  border-bottom: #654321 10px solid;
}

header nav{
  float: right;
  margin-top: 10px;
}

.navbar{
  text-decoration: none;
  color: darkgray;
  text-transform: uppercase;
  font-size: 18px;;
}

.navbar:hover{
  color: white;
}

header ul{
  margin: 0;
  padding: 0;
}

header li{
  float: left;
  display: inline;
  padding: 0 20px 0 20px;
}

header .current a{
  color: white;
  font-weight: bold;
}

header nav{
  float: right;
}

header #branding{
  float: left;
}

.header-title{
  color: white;
  font-weight: bold;
  margin-left: 200px;
  padding-top: 32px;
}

.header-title:hover{
  color: #654321;
}

.banner2{
  text-decoration: none;
}

header #banner img{
  height:75px;
  padding-bottom: 20px;
  padding-top: 30px;
}

#showcase{
  height: 100px;
  width: 100%;
  background: url('../images/showcase.jpg') no-repeat;
  background-size: contain;
  padding-bottom: 200px;
}

#showcase h1{
  text-align: center;
  color: black;
  font-size: 25px;
  margin-top: 20px;
  padding-right: 54px;
}

@media only screen and (max-device-width: 400px) {
  #showcase{
      height: 100px;
      width: 100%;
      background: url('../images/showcase2.jpg') no-repeat;
      background-size: contain;
      padding-bottom: 100px;
    }
}

#main{
  float: left;
  width: 70%;
  padding: 0px 30px;
  box-sizing: border-box;
  color: black;
}

#main h1{
  font-size: 40px;
  margin-top: 10px;
}

#maintwo{
  float: left;
  width: 70%;
  padding: 0 30px;
  box-sizing: border-box;
  color: black;
  font-family: times;
  font-size: 16px;
}

#maintwo h2{
  font-size: 36px;
}

#maintwo ul{
  list-style: square;
}

#maintwo .bold{
  font-weight: bold;
}

#sidebar{
  float: right;
  width: 30%
  padding: 10px;
  box-sizing: border-box;
  background-color: #8f775e;
}

#sidebar h3{
  color: black;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

#sidebar ul{
  padding-top: 5px;
  margin-top: 5px;
  list-style: none;
  padding-right: 5px;
}

#sidebar a{
  text-decoration: none;
  color: black;
}

#sidebar a:hover{
  color: red;
}

#main-footer{
  text-align: center;
  font: times;
  padding: 20px;
  margin-top: 40px;
}

@media(max-width:600px){
  #main{
    float: none;
    width: 100%
  }
  #sidebar{
    float: none;
    width: 100%;
  }
}
