@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');
body { font-family: 'Hind', sans-serif; }


* {
    box-sizing: border-box;
}
.topnav #myLinks {
}



#page { max-width: 2300px; margin: 0 auto; position: relative; }

/*header*/
header { height: 430px; background: #DFD9AB no-repeat center bottom; position: relative; height: 150px;  }
header a.logo {   position: absolute; display: block; width: 100%; height: 120px; 
background: url no-repeat 0 0; background-size: contain; 
	top: 15px; left: 20px;  
}
header a.logo span { display: none; }
header a.logo {
    background: url(images/jblogo2.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 1;
    margin-top: 2.25%;
    margin-left: 5%;
    padding-bottom: 15px;
    padding-top: 15px;
    bottom: auto;
    top: -22%;
    padding-right: 15px;
    padding-left: 15px;
}


header { background-size: 100px; background-position: center; }

/*navagtion*/




nav { 
	
	text-align: center;
	width: 100%;
	position: static;    
	top: 70px; 
	margin: -20px; 
	text-decoration: none; 
	padding: 50px; 
	font-size: 16px; 
	
}

nav ul li a { display: inline-block; color: #191312; padding: 10px 10px; text-decoration: none; width: 125px; position: relative; text-align: center; }

nav ul li a:visited {
    color: #7E0000;
    top: 0px;
}
	

	


nav ul { list-style: none; }
nav ul li { display: inline-block }

.topnav { visibility: hidden;}

/*footer*/

.subscribe { text-align: left;
			color: #7E0000;
			padding-left: 2%;
			padding-top: 1%;
			font-size: 1.25em; 
}

.emailinput { text-align: left; 
			padding-left: 2%; 
			margin-top: -1.5%;
			color: #7E0000;
}

.submitbutton { 
				padding-left: 2%; 
				


}
			
footer {align-content: center;
		text-align: center;
		background-color: #DFD9AB;
		position: static;
		
	}

footer { background: url(images/jblogo2.png) no-repeat;  background-color: #DFD9AB; 
		 padding-top: 30px; 

}
footer { background-size: 100px; background-position: center; }
h3 {color: #7E0000;}


.copyright { padding-top: 3%;  }

.contact { text-align: right;
		   margin: -80px 5px;
			padding-right: 2%; 
			color: #7E0000;

}

.mobilef { visibility: hidden; }

/*home page*/
.btnform { background-color: #DFD9AB; 
			font-color: #7E0000;
			margin-left: 44%; }

p { margin: 0 0 1em 0; }

	
section.news { background-color: #491000; padding-top: 30px; padding-bottom: 30px; color: #DFD9AB; }

section.news article { padding: 0 20px 0 350px;  min-height: 220px; max-height: 250px; background-size: contain;
margin-left: 25%; margin-right: 2%; }

.info { margin-right: 44%; margin-left: 7.5%;  }

.column {
    float: left;
    width: 33.33%;
    padding-top: 40px;
    padding-right: 70px;
    padding-left: 70px;
    padding-bottom: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.pour { float: left; }
.row.newsinfo { margin: 2% 33.33%  }

.info { float: right; }



/*contact*/

nput[type=text], select, textarea{
  width: 100%;
  padding: 12px;
  border: 1px solid #DFD9AB;
  border-radius: 4px;
  box-sizing: border-box;
  resize: vertical;
}


label {
  padding: 12px 12px 12px 0;
  display: inline-block;
}


input[type=submit] {
  background-color: #491000;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  float: right;
}


.container {
  border-radius: 5px;
  background-color: #883E24;
  padding: 20px;
}


.col-25 {
  float: left;
  width: 25%;
  margin-top: 6px;
}


.col-75 {
  float: left;
  width: 75%;
  margin-top: 6px;
}


.row:after {
  content: "";
  display: table;
  clear: both;
}







/*locations*/

.loc { background-color: #191312; }


/*about us*/ 

.abu { background-color: #883E24;

}

.about { text-align: center; 
		color: #DFD9AB; }

.name { color: #DFD9AB; 

		font-size: 1.5em; }
.dis { color: #DFD9AB;
		margin-top: -40px }

.his { color: #Dfd9ab;
	text-align: center
}
.histext { margin-top: -8px; 
		text-align: center; 
		 color: #dfd9ab;}

/*menu*/

body, html {
    height: 100%;
}


.hero-image {
    
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(images/coffee_beans.jpg);

    
    height: 50%;

    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/* Place text in the middle of the image */
.hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #DFD9AB;
}

.menu { background-color: #DFD9AB; }


























/* Media Quries */

/* Responsive layout for contact*/
@media screen and (max-width: 625px) {
  .col-25, .col-75, input[type=submit] {
    width: 100%;
    margin-top: 0;
  }
}


@media screen and (max-width: 1000px){
	
	h1 { font-size: 1em;}
	h3 { margin-bottom: 0px; }
	a.btn { font-size: .9em; }
	
	header { height: 160px; background-image: url(images/jbmobile.png);  background-size: 150px 150px; background-position: 50% 50%;  
		
	 }
	header a.logo { display: none;
	}
	
	header.logo { display: none; }
	
	nav { display: none;}
	
	.mobile-container {
  max-width: 100;
  margin: auto;
  background-color: 1px #7E0000;
		background-size: contain; 
  height: 500px;
  color: #883E24;
  border-radius: 10px;
}
	
	.topnav { visibility: visible; }
.topnav {
	border: #7E0000;
	z-index: 1000;
  overflow: hidden;
  background-color: #DFD9AB;
  position: absolute;
	padding: 50px; 
	
}
	

.topnav #myLinks {
  display: none;
}

.topnav a {
	
  color: #883E24;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #DFD9AB;
  display: block;

  position: absolute;
  padding-top: 60px; 
  top: 0;
}

.topnav a:hover {
 
  color: black;
}
	.topnav { padding-top: 80px; }
	


	
	/*homepage*/
	
		.column { width: 100%; 
			padding: 2.5% 30%; }
	
	.info { font-size: 1em;}
	
}

@media screen and (max-width: 780px){
	
	.footer { visibility: hidden;}
	
	.mobilef { visibility: visible; background: url(images/jblogo2.png) no-repeat;  background-color: #DFD9AB; 
		 padding: 60px; }
	.mobilef { background-size: 100px; background-position: center; }
	.mobilef { align-content: center;
		text-align: center;
		background-color: #DFD9AB;
		position: static;
	 }
	.mobilef { margin-top: -80px; }
	
	
}

@media screen and (max-width: 625px){ 
	h1 { font-size: 1em;}
	h3 { margin-bottom: 0px; }
	a.btn { font-size: .9em; }
	
	header { height: 160px; background-image: url(images/jbmobile.png);  background-size: 150px 150px; background-position: 50% 50%;  
		
	 }
	header a.logo { display: none;
	}
	
	header.logo { display: none; }
	
	nav { display: none;}
	
	.mobile-container {
  max-width: 100;
  margin: auto;
  background-color: #7E0000;
		background-size: contain; 
  height: 500px;
  color: #883E24;
  border-radius: 10px;
}
	
	.topnav { visibility: visible; }
.topnav {
	z-index: 1000; 
  overflow: hidden;
  background-color: #DFD9AB;
  position: absolute;
	padding: 50px; 
	
}
	

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: #883E24;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon {
  background: #DFD9AB;
  display: block;

  position: absolute;
  padding-top: 60px; 
  top: 0;
}

.topnav a:hover {
 
  color: black;
}
	.topnav { padding-top: 80px; }
	

	
	
/*mobile footer*/
	
	.footer { visibility: hidden;}
	
	.mobilef { visibility: visible; background: url(images/jblogo2.png) no-repeat;  background-color: #DFD9AB; 
		 padding: 60px; }
	.mobilef { background-size: 100px; background-position: center; }
	.mobilef { align-content: center;
		text-align: center;
		background-color: #DFD9AB;
		position: static;
	 }
	.mobilef { margin-top: -80px; }
	
	/*homepage*/
	
		.column { width: 100%; 
			padding: 2.5% 30%; }
	
	.info { font-size: 1em;}
	
}
