html{
	background-color:white;
}
body{
	width: 992px;
	margin: auto;
	font-family: 'Playfair Display', serif;
	background-color: #E8D3B8;
}
/*ask Anthony */

.top-header {
	overflow: hidden;
	background-color: #E0C49F;
	border-top: 30px solid #E0C49F;
	width: 992px;
	padding-bottom: 20px;
}

.logo{
	display: inline-block;
	width: 20%;
	position: relative;
	height: 60px;
	padding-left: 10px;
}

.logo img{
	position: absolute;
	display: block;
	height: 100px;
}

ul {
padding: 0;
}

.navigation {
	display: inline-block;
	width: 55%;
	text-align: center;
}

li {
  display: inline-block;
  background-color: #734120;  
  color: #ffff;   
  width: 70px;              
  padding: 8px 16px;            
  border-radius: 6px;           
  text-decoration: none;        
}

.socials {
	display: inline-block;
	width: 20%;
	margin-left: 20px;
}

.socials a {
	display: inline-block;
}


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

#hero div {
	width: 100%;
	text-align: top-left;
	color: #BDB76B;
	
}

.featured-coffee  {
	display: inline-block;
	width: 33%;
}

.featured-coffee div {
	width: 90%;
	margin: auto;
}

.text-coffee {
	height: 100%;
	position: relative;
	
}

.text-coffee a{
	width: 50px;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;	
}


.coffee-selection {
	width: 90%;
	margin: 0 auto;
	overflow: hidden;
}

.coffee-selection img {
    display: block;
   height: 350px;
    width: 100%;
    
}

.lower-images {
    width: 100%;
    overflow: hidden;
}

.img-left {
    float: left;
    width: 45%;
    margin-right: 5%;
}

.img-right {
    float: right;
    width: 45%;
}

input {
	margin-bottom: 10px;
}

footer {
	bottom: 0;
	width: 992px;
	text-align: center;
	overflow:hidden;
}























