.nav {
  color: #5a5a5a;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  
}

li {
    float: left;
}


a:link, a:visited {
    display: block;
    width: 120px;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #D30000;
    text-align: center;
    padding: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

a:hover, a:active {
    background-color:#B23212;
    #FD8375;
}


ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}


.nav .container {
  position: absolute;
  top: 56px;
  left: 319px;
}

.nav .container1 {
  position: absolute;
  top: 56px;
  left: 560px;
  
}


.home {
  background-image:url(/images/pencils.jpg);
  background-size: 650px;
  height: 430px;
  width: 600px;
  top: 34px;
  right: 325px;
  left: 325px;
  position: relative;
  border-radius: 32px 32px 32px 32px;
  box-shadow: 13px 2px 27px 3px rgba(255,238,238,1);

}

.vine {
   background-image:url(/images/vine.png);
   background-size: 350px;
   height: 170px;
   width: 280px;
   float: right;

}

.vineUpper {
   background-image:url(/images/vineUpper.png);
   background-size: 150px;
   height: 800px;
   width: 120px;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 999;
   

}


.home .container{
  font-size: 50px;
  font-family: 'Playfair Display', serif;
  color: #BD9D7D;
  text-shadow: 4px 4px 4px #aaa;
  
}

.home .sig{
  font-size: 20px;
  font-family: 'Playfair Display', serif;
  color: #BD9D7D;
  text-shadow: 4px 4px 4px #aaa;
  
}

}
  




	