*{
		margin: 0;
		padding: 0;
		border: 1px solid green;
		box-sizing: border-box;
}
/* TEXT FORMAT */
body{
	font-family:arial, sans-serif;
}

h1 {
  color: Black;
  font-family: Arial, sans-serif;
  font-size: 60px;
}
h2 {
  color: Sienna;
  font-family: arial, sans-serif;
  font-size: 30px;
}

h3 {
  color: Sienna;
  font-family: arial, sans-serif;
  font-size: 30px;
  text-align: center;
}
#centered {
	text-align: center;
}
p {
  color: brown;
  font-family: arial,monospace;
  font-size: 20px;
}
.introtext {
  color: green;
  font-family: verdana, sans-serif;
  font-size: 150%;
}
#header {
	width: 100%;
	margin: 0 auto;
	background-color: red;
	text-align: center;
}
.hero {
	background-image: url("../img/coffeecup.jpg");
	background-position: center;
	background-size: cover;
	height: 700px;
	color: white;
	position: relative;
	margin-top:70px;
}

#nav {
	text-align: center;
	padding: 20px;
	text-align: center;
	position: absolute;
	top: 40px;
	width: 100%;
}
#nav a {
	color: green;
	text-decoration: none;
	font-weight: bold;
	margin:0 25px;
	font-size: 25px;
}
a {
	text-decoration:none;
}
#hero-text {
	width: 60%;
	margin: 0 auto;
	text-align: center;
	padding-top: 250px;
	color: purple;
}
.buttonleft {
	background-color: darkgrey;
	width: 40px;
	height:20px;
	font-size: 10px;
	padding: 10px;
	text-align: center;
	color: black;
	text-align:center;
}
.buttonright {
	background-color: white;
	width: 40px;
	height:20px;
	font-size: 10px;
	padding: 10px;
	color: black;
	text-align:centered;
}
.buttonbox {
	padding: 10px;
	margin-top:20px;
}
.div1 {
	background-color: orange;
	width: 100%;
	padding: 10px;
	text-align: center;
	height: 150px;
	padding-top: 60px;
}

#navbar {
	background-color: linen;
	text-align: center;
	padding: 20px;
	text-align: center;
	position: absolute;
	width: 100%;
	margin: 0 auto;
}
#navbar a {
	color: green;
	text-decoration: none;
	font-weight: bold;
	margin:0 25px;
	font-size: 25px;
}

#grayframe {
	text-align: center;
	background-color: gray;
	width: 50%;
	margin-top: 120px;
	margin-left: 400px;
	padding: 20px;
}
.half-image {
	float: left;
	margin-left: 100px;
	width: 30%;
	float: left;
}
.half-image img{
	width: 100%;
	height: auto;
	display: block;
}
.circle-image {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0 auto;
	float: left;
	margin-left:300px;
}
.circle-image img{
	width: 100%;
	height: auto;
	object-fit: cover;
}
.half-box{
	text-align: left;
	padding: 20px;
	width: 50%;
	height: auto;
	float: right;
	margin-top: 100px;
	margin-right: 50px;
	
}
.half-box h2{
	margin-top: 10px;
}
#category-box {
	margin: 0 auto;
	padding:10px;
	width: 100%;
	height: auto;
	float: left;
}
.square-box{
	color: white;
	text-align: center;
	width: 30%;
	height: auto;
	float: left;
	margin-left: 40px;
}
.square-box h3{
	margin-top: 10px;
}	
.square-image {
	width: 100%;
	text-align: center;
	padding:20px;
}

.square-image img{
	width: 100%;
	height: auto;
	display: block;
}
.rectangle-box{
	color: white;
	text-align: center;
	width: 40%;
	height: auto;
	float: left;
	margin-left: 100px;
}	
.rectangle-image {
	width: 100%;
	text-align: center;
	padding:20px;
}

.rectangle-image img{
	width: 100%;
	height: auto;
	display: block;
}
.footer {
	background-color: seashell;
	width: 100%;
	padding: 10px;
	text-align: center;
	float: left;
}
.fullbox {
	background-color: beige;
	width: 100%;
	overflow: hidden;
	padding-top: 50px;
}
.eventtext{
	background-color: LightGrey;
	text-align: left;
	padding: 20px;
	width: 55%;
	height: auto;
	float: right;
	margin-top: 60px;
	margin-right: 50px;
}
.eventtext h2{
	margin-top: 50px;
}
.shoptext{
	background-color: LightGrey;
	text-align: left;
	padding: 20px;
	width: 50%;
	height: auto;
	float: right;
	margin-right: 50px;
	margin-bottom: 250px;
}
.shoptext h2{
	margin-top: 50px;
}
#category {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
#box1, #box2, #box3, #box4{
	width: 50%;
	height: 600px;
	float: left;
	position: relative;
	color: white;

}

