@charset "utf-8";
/* CSS Document */

body{
	padding: 0%;
	margin: 0%;
	font-family: sans-serif;
	background-color: #DFD9AB;
	
}

header{
	padding: 10px 20px;
	height: 400px;
	background-image: url("images/hero_coffee.jpg");
	background-size: 100%; 
	background-position: center;
	background-repeat: no-repeat;
}

header .logo {
	background-image: url("images/java_been_logo.jpg");
	background-size: 150px;
	background-repeat: no-repeat;
	display: inline-block;
	position: relative;
	text-indent: -9999999999999px;
	width: 300px;
	height: 150px;
}

.topnav{
	background-color:#9C9A9A;
	overflow: hidden;
	text-align: center;

}

.topnav li{
	display: inline;
	
}


.topnav a{
	display: inline-block;
	color: #DFD9AB;
	text-align: center;
	font-weight: bold;
	padding: 10px 13px;
	text-decoration: none;
	font-size: 25px;
}

.topnav a:hover{
	background-color: #EDEDED;
	color: black;
	
}

.topnav a.active {
	background-color: #7E0000;
	color: white;
}

.topnav .icon{
	display: none;	
}

/* Header Responsive Rules */

@media screen and (max-width: 700px) {
	header{
		height: 200px;
	}
	
	.topnav a{
		font-size: 12px;
	}
	
	header .logo {
		background-size: 75px;
		height: 75px;
		width: 150px;
	}
	
}


.coffee-month{
	text-align: center;
	padding: 15px 0px;
	font-size: 20px;
	background-color: rgba(136,62,36,1.00);
	color: rgba(223,217,171,1.00);
}

.coffee-images{
	padding: 30px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	
}

.coffee-images figure{
	margin: auto;
	width: 400px;
	text-align: center;
	align-content: center;
	text-transform: uppercase;
	font-size: 16px;
}

.coffee-images figure img {
	width: 400px;
	border-radius: 50%;
	box-shadow: gray 5px 5px 10px;
}

.coffee-images figcaption {
	padding-top: 30px;
}


.latte{
	display: block;
	width: 100%;
	height: auto;
}

.overlay-coffee-a{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	color: #f1f1f1;
	width: 100%;
	text-align: center;
	font-size: 20px;

}

.cold-brew{
	display: block;
	width: 100%;
	height: auto;
}

.overlay-coffee-b{
	position: absolute;
	bottom: 0;
	background-color: rgba(0,0,0,0.75);
	color: #f1f1f1;
	width: 100%;
	text-align: center;
	font-size: 20px;
}


.about-title{
	text-align: center;
	padding: 15px 0px;
	font-size: 20px;
	background-color: rgba(136,62,36,1.00);
	color: rgba(223,217,171,1.00);
}

.java_been_info {
	width: 1200px;
	margin: 50px auto 0;
	display: table;
	box-sizing: border-box;
	font-size: 20px;
}

.row {
	margin: 10px 0;

}

.column {
	background-color:rgba(223,217,171,1.00);
	display: table-cell;
	padding: 30px;
	width: 30%;
	text-align: center;
	vertical-align: middle;

}

.java_been_info figure {
	margin: auto;
	align-content: center;
	width: 400px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	
}

.java_been_info figure img {
	width: 400px;
	box-shadow: gray 5px 5px 10px;
}

.java_been_info figcaption {
	padding-top: 30px;
}

/* About Responsive Section */
@media screen and (max-width: 900px) {
	.java_been_info {
		margin: 0;
		padding: 10px;
		width: 100%;
	}
	.column {
		width: 100%;
		display: block;
		margin: 10px 0;
		border: none;
		box-sizing: border-box;
	}
	.row {
		margin: 0;
	}
	
}


footer{
	padding: 10px 20px;
}

.footer-section{
	text-align: center;
}

.social-media{
	margin: 5%;
}

.social-row{
	flex: auto;
	justify-content: center;
	font-size: 25px;
}

.bakery-info{
	text-align: center;
	padding: 15px 0px;
	font-size: 20px;
	background-color: rgba(136,62,36,1.00);
	color: rgba(223,217,171,1.00);
}

.gallery-info{
	background-color: #883E24;
	text-align: center;
}

.contact-info{
	text-align: center;
	padding: 15px 0px;
	font-size: 20px;
	background-color: rgba(136,62,36,1.00);
	color: rgba(223,217,171,1.00);
	text-indent: -9999999999999px;
	align-content: center;
}

.contact-form{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-width: 600px;
	width: 100%;
	background-color: white;
	padding: 50px;
	border-radius: 5px;
	text-align: center;
}

.contact-form h2 {
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 3px;
	
}

.contact-form .input_field {
	margin-bottom: 10px;
}

.contact-form .input_field input [type="text"],
.contact-form textarea {
	
	width: 100%;
	border: 1px solid #e0e0e0;
	padding: 20px;
}

.contact-form textarea{
	height: 120px;
	resize: none;
}

.contact-section{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	outline: none;
}

/* Dedicated Coffee Drink Page */

.coffee_title {
	text-align: center;
	padding: 15px 0px;
	font-size: 20px;
	background-color: rgba(136,62,36,1.00);
	color: rgba(223,217,171,1.00);
}

.coffee_drink_a {
	padding: 75px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.coffee_drink_a figure {
	margin: auto;
	align-content: center;
	width: 400px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	
}

.coffee_drink_a figure img {
	width: 400px;
	border-radius: 50%;
	box-shadow: gray 5px 5px 10px;
}

.coffee_drink_a figcaption {
	padding-top: 30px;
}

.coffee_info {
	text-align: center;
	font-size: 20px;
	
}

.back_button{
	padding-top: 40px;
	text-align: center;
}

.button {
	background-color: gray;
	border: none;
	color: white;
	padding: 20px 50px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	border-radius: 12px;
}

.button:hover {
	background-color: #7E0000;
}

/* Bakery Page Information */

.bakery_title {
	text-align: center;
	padding: 15px 0px;
	font-size: 20px;
	background-color: rgba(136,62,36,1.00);
	color: rgba(223,217,171,1.00);
}

.bakery_info {
	text-align: center;
	font-size: 20px;
}

.bakery_items_a {
	padding: 75px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.bakery_items_a figure {
	margin: auto;
	align-content: center;
	width: 400px;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
}

.bakery_items_a figure img {
	width: 400px;
	border-radius: 50%;
	box-shadow: gray 5px 5px 10px;
}

.bakery_items_a figcaption {
	padding-top: 30px;
}



/* Navigation Responsive Rules */

@media screen and (max-width: 700px) {
	.topnav a:not(:first-child) {display: none;}
	.topnav a.icon{
		float: right;
		display: block;
	}
}

@media screen and (max-width: 700px) {
	.topnav.responsive {position: relative;}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive a {
		float: none;
		display: block;
		text-align: left;
	}
}















