/*

	SlickFish Basic Styles for Royal River Grillhouse
	Version : 1
	Site	: www.royalrivergrillhouse.com
	
	Author	: gordon@slickfish.com
	Company : SlickFish Studios (www.slickfish.com)
	Copyright: Royal River Grillhouse © 2015. All Rights Reserved.
	
*/
body {
	font-family: "century-old-style-std",serif;
	font-style: normal;
	font-weight: 400;
    color: #ffffff;
    font-size: 16px;
}
h1 {
	font-family: "century-old-style-std",serif;
	font-style: normal;
	font-weight: 700;
}
h2 {
	margin: 20px auto;
}
h3 {
	margin-bottom: 6px;
		padding-bottom: 0;
		color: #6988a1;
}
#content a {
    color: #dfd292;
    text-decoration: none;
}
#content a:hover {
	color: #fff4bf;
}
#content {
    background: rgba(0,0,0,.7);
	width: 50%;
	min-height: 500px; 
	margin: 7em auto;
	padding: 2em;
	text-align: center;
	line-height: 180%;
	
-webkit-border-radius: 25px 25px 25px 25px;
border-radius: 25px 25px 25px 25px;

-webkit-box-shadow: 1px 1px 7px 0 rgba(0,0,0,.8);
box-shadow: 1px 1px 7px 0 rgba(0,0,0,.8);
}
#content img {
	display: block;
	margin: 0 auto 1em;
	border: 0;
	
}
#content p {
	font-size: 1.2em;
	text-align: center;
	margin: 10px;

}
#content b {
	font-weight: 700;
}
#content .blue {
		color: #6988a1;
}

@media screen and (max-width: 768px) {
	#content {
		margin-top: 4em;
		width: 84%;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
}