body
{
	background-image: url("img/Summer Tea Spot MCC Branch 2.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
	margin: 0;
} 

/*Header*/
.mainheader
{
	background-image: url("img/Summer Tea Spot Cover.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
}

.header
{
	height: 70px;
	width: 100%;
	padding: 0%;
}

.contents
{
	float: left;
	margin-left: 0.5%;
	margin-top: -0.5%;
	position: fixed;
	margin-top: 5px;
}

.navs
{
	display: block;
	float: left;
	margin-left: 10px;
	border: 5px solid #79c7d4;
	border-radius: 20px;
}

.navs
{
	color: black;
	background-color: white;
	font-family: arial, tahoma;
	font-size: 20pt;
	font-weight: bold;
	text-decoration: none;
	padding: 10px 10px;
	
}
.navs:hover
{
	opacity: 0.9;
}

/*Header2*/
.header2
{
	margin-left: 5%;
	margin-top: 5%;
}


.tagline
{
	color: black;
	font-family: arial, tahoma;
	font-size: 25pt;
	font-weight: bold;
	margin-left: 15%;
}


/*Location*/
.content1
{
	width: 500px;
	float: left;
	margin-left: 25%;
	margin-top: 5%;
}

.content2
{
	width: 500px;
	float: left;
	margin-left: 25%;
}
.about
{
	color: white;
	font-family: arial, tahoma;
	font-size: 20pt;
	font-weight: bold;
	margin-left: 40%;
}

.desc
{
	color: white;
	font-family: arial, tahoma;
	font-size: 16pt;
	text-align: center;
	margin-left: 5%;
}
.fbpage
{
	color: white;
	font-family: arial, tahoma;
	font-size: 16pt;
	margin-left: 16%;
	margin-top: 10%;
}

.sts
{
	color: white;
	font-family: arial, tahoma;
	font-size: 16pt;
	text-decoration: none;
}
.contact
{
	color: white;
	font-family: arial, tahoma;
	font-size: 16pt;
	margin-left: 16%
}

.hours
{
	color: white;
	font-family: arial, tahoma;
	font-size: 16pt;
	margin-left: 16%
}

.address
{
	color: white;
	font-family: arial, tahoma;
	font-size: 16pt;
	margin-left: 16%
}