<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<head>
<title>javabeenpghcoffee new document title</title>
</head>
<body>
<p>@charset "utf-8"; /* CSS Document */  * {   box-sizing: border-box; }   h3 {font-family: 'Bitter', sans-serif;}  .header {   background-color: #9933cc;   color: #ffffff;   padding: 15px; font-family: 'Bitter', sans-serif; }  body { margin:5px 20px;; font-family: 'Hind', sans-serif;	 }  #logoImage { 	width: 150px; 	align-content: center; 	text-align:center; 	 }  .bg-light {   background-color: #ffffff !important; 	align-content: center; 	text-align:center; 	 }  .nav-link {   display: block;   padding: 0.5rem 1rem; 	width: 110px; 	border-bottom: #7E0000 2px solid; 	 	 }  .nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {   color: #495057;   background-color: #fff;   border-bottom: #dee2e6 #dee2e6 #fff; 	 	 	 }  .nav-item { 	text-align:center; 	align-content: center; 	 	 }  .navbar {   position: relative;   display: -ms-flexbox;   display: flex;   -ms-flex-wrap: wrap;   flex-wrap: wrap;   -ms-flex-align: center;   align-items: center;   -ms-flex-pack: justify;   justify-content: space-between; 	    }  #coffeemug { 	width:100%;		 }  ul { 	list-style-type: none; }  .contactForm { 	width:400px; 	margin:5px; 	border-bottom:#191312 1.5px solid !important; 	border-style: none; 	float: center; }   #contactFormMessage { 	width:400px; 	height: 100px; 	margin:5px; 	border-bottom:#191312 1.5px solid !important; 	border-style: none; 	align-content: center; 	justify-content: center; }  #submitButton { 	width: 200px; 	color: #ffffff; 	background-color: #191312; 	border-style: none; 	padding:3px; 	margin-top: 20px; 	margin-bottom: 50px; 	 }  .shopImages { 	 	width: 150px; 	border-radius: 20px; }  #shopButton{  	border-style:none; 	background-color: #DFD9AB;  	padding:3px 7px; 	color: #7E0000; 	border-radius: 10px; 	margin: 0px 10px; 	 }  #cartButton{  	border-style:none; 	background-color: #491000;  	padding:5px 15px; 	color: #DFD9AB; 	border-radius: 10px; 	border-bottom: #7E0000 3px solid; 	font-size:15px; 	margin: 0px 10px; 	 }  .footer { 	background-color: #490000; 	height:200px; 	color: #DFD9AB; 	 }  .footerLogo { 	width:100px; 	margin:30px; 	 }  .footerText{ 	margin: 30px; 	 }   /* CSS for Hamburger Menu */  /* Add a white background color to the top navigation */ .topnav {   background-color: #ffffff;   overflow: hidden; 		 }    /* Style the links inside the navigation bar */ .topnav a {   float:left;   display: block;   color: #a3a3a3;   text-align: center;   padding: 7px 22px;   text-decoration: none;   font-size: 17px; font-family: 'Bitter', sans-serif;	 }  /* Change the color of links on hover */ .topnav a:hover {   background-color: #ffffff;   color: black; }  /* Add an active class to highlight the current page */ .topnav a.active {   border-bottom: #7E0000 2px solid;   color: #000000; }  /* Hide the link that should open and close the topnav on small screens */ .topnav .icon {   display:none; 	float:right; }  /* media queries */ /* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */ @media screen and (max-width: 600px) {   .topnav a {display: none;}   .topnav a.icon {     float: right;     display: block;   } }  /* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */ @media screen and (max-width: 600px) {   .topnav.responsive {position: relative;}   .topnav.responsive a.icon {     position: absolute;     right: 0;     top: 0;   }   .topnav.responsive a {     float: none;     display: block;     text-align: left   } }  /*ends */</p>
</body>
</html>