html {
	background-color: ##869960;
    
}


body {
	font-family: Tahoma, sans-serif;
	font-size: 87%;
}
img {
	max-width:100%;
	height: auto;
}
    ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
}

h1 {
    text-decoration: none
}
  .btn {
    display: inline-block;
    background: #CBB7FF;
    color: #fff;
    text-decoration: none;
    padding: 1em 2em;
    border: 1px solid #666;
    margin: .5em;
  }
.btn:hover {
  background: #333;
  color: #fff;
}
h1 {
    text-align: left;
}
/* Main-area*/
.main-area{ 
    width:100%;
    padding:40px 0px; 
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}
.main-area h1{
    text-align: center;
}
.main-area p {
    text-align: center;
}
/* end Main-area*/
/*banner desription*/
.image-banner img {
	display: block;
}
/* end banner description*/

/* maps*/
.maps-top {
    text-align: center;
}

.img-map{
    display: block;
    align-content: center;
}


/* Pixs.html*/
.container-pixs{
    text-align: center;    
}
.container-pixs h1{
    text-align: center;
    
}

.container-nav,
{
	max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: lightgray;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
    padding-bottom: 0px;
    
}
.container-main{
    max-width: 940px;
	margin-left: auto;
	margin-right: auto;
	background-color: lightgray;
	padding-left: 40px;
	padding-right: 40px;
	box-sizing: border-box;
    padding-bottom: 0px;
    }


 
header {
		padding-top: 40px;
		color: #000;
        background-image: url(../images/logo-small.jpg);
        background-position: center right;
        background-repeat: no-repeat;
        background-size: contain;

}
.header-index h1 {
        text-align: none;
}

header h1{
        margin: 0;
        font-weight: normal;
        font-size: 165%;
}
header p {
		margin: 0;
		}

/* Site Navigation*/
.site-nav{
	margin-top: 40px;
}
.site-nav {
	margin-top: 40px;
}
.site-nav ul {
	margin: 0;
	padding: 0;
}
.site-nav li {
	list-style: none;
	float: left;
	margin-right: 5px;
}
.site-nav a{
	display:  block;
	color: #000;
	text-decoration: none;
	padding: 5px 10px 10px 10px;
    border: 3px solid #e5e9dc;
	border-bottom: 10px;
}
.site-nav a:hover {
	background-color: #e5e9dc;
}
/* End Site Navigation */
.content-area {
	border-top: 3px solid #e5e9dc;
    width: auto;
}
.content-wraper >li h3{
        text-decoration: none
    }

}
.main-area {
	width:940px;
	padding-left: 40px;
    padding-right: 40px;
	box-sizing: border-box;
}
.main-area ul {
    text-decoration: none;
}
.main-area li {
    text-decoration: none;

}
.main-li{
    text-align: center;
}



/* Table Styles */
table {
	border-spacing: 0;
	border-collapse: collapse;
	width: 100%;
    border-bottom: 10px;
}

.col-item-name,
.column-item-position {
	width: 33%;
}

.col-quantity,
.col-price,
.col-name,
.col-telephone
 {
	width: 20%;
}

table th {
	text-align: left;
	background-color: #869960;
	color: #FFF;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, .4);
}

table th,
table td{
	border: 1px solid #869960;
	padding: 10px;
	vertical-align: top;
}

	}
table tbody tr:nth-child(even) td {
	background-color: #E5E9DC;
}

table.grocery-list,
table.contact-list tr :nth-child(2),
table.grocery-list,
table.contact-list tr :nth-child(3) {
	text-align: center;
}

table tbody tr:hover td {
	background-color: green;
}


footer{
	text-align: center;
	font-size: 85%;
	color:  #333;
	padding-top: 20px;
	padding-bottom: 40px;
}
.group:before,
.group:after{
	content: "";
	display: table;

}
.group:after {
	clear:both;
}
.group {
	zoom: 1;
} 
  .fix{
	clear: both;
}

@media screen and (max-width: 1260px){
    #navbar{
        width: 800px;
        }
    
    #navbar>li{
        width: 150px;
        }
#logo>img{
    width: 150px;
    height: 80px;
    }
    
@media screen and (max-width: 1060px){
    #header {
        width:100%; 
        height: 60px;
        position: relative;
        top: 80px;    
        }
    #navbar{
        width: 100%;
        height: 60px;
        float: right;
        }
    #navbar>li{
        width: 18%;    
        }
    li>a {
        line-height: 60px;
        font-size: 16px;
        }
@media screen and (max-width: 768px){ 
  
    header {
        padding-top: 40px;
        color: #000;
        background-image: url()
    }
      h1 {
        font-weight: normal;
    font-size: 165%;
    margin: 0px;
    }
    ul{
        padding:0;
    }
    a {
        color: #000;
    }
     li>a {
        display: block;
        color: white;
        line-height: 20px;
        font-size: 15px;
        background: #000;
        }
  ul {
        width: 100%;
    }
   /* Site Navigation*/
.site-nav{
	margin-top: 0px;
}

.site-nav ul {
	margin: 0;
	padding: 5px;
}
.site-nav li {
	list-style: none;
	margin-right: 5px;
    float: left;
   
}
.site-nav a{
	
    background-color:#869960;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px;
    border-bottom: none;
    text-align: center;
}
.site-nav a:hover {
	background-color: #e5e9dc;
    color: #000;
}

    .main-area {
	width:100%;
	padding-left: 0px;
    padding-right: 0px;
	box-sizing: border-box;
}




@media screen and (max-width : 480px) 
{ 
    .container-nav{
	
	margin-left: 5px;
	margin-right: 5px;
	background-color: whitesmoke;
	padding-left: 10px;
	padding-right: 10px;
    padding-top: 10px;
	box-sizing:  border-box;
    padding-bottom: 10px;
    
}
.container-body{

	background-color: lightgray;
	padding-left: 0px;
	padding-right: 0px;
	box-sizing: border-box;
    padding-bottom: 0px;
    }  
    header {
        padding-top: 20px;
        color: #000;
        background-image: url()
    }
    h1 {
        font-weight: normal;
    font-size: 165%;
    margin: 0px;
        
    }
    ul{
        padding:0px;
        
    }
    @media screen and (min-width 480px){
        ul{
            width 50%;
        }
    }


    #navbar{
        width: 100%;
        height: 10px;
           }
    #navbar>li{
        display: none
        width: 100%;
        list-style: none;

        }
    li>a {
        
        color: white;
        line-height: 20px;
        font-size: 15px;
        background: #000;
        }
    /* Site Navigation*/
.site-nav{
	margin-top: 0px;
}

.site-nav ul {
	margin: 0;
	padding: 5%;
    
}
.site-nav li {
    
	list-style: none;
	margin-right: 15px;
   
   
}
.site-nav a{
	display:   block;
    background-color:#869960;
	color: #fff;
	text-decoration: none;
	padding: 5px 5px;
    border-bottom: none;
    text-align: center;
}
.site-nav a:hover {
	background-color: #e5e9dc;
    color: #000;
}
/* Main-area*/
.main-area{ 
    width:100%;
       text-align: center;
    text-decoration: none;
}
.main-area h1{
    text-align: center;
}
.main-area p {
    text-align: center;
}
/* end Main-area*/        
/* end of @media 320px*/

