/*
Theme Name: Dearmore's BBQ Catering
Theme URI: http://dearmorebbqcatering.com
Author: Chris Jones
Author URI: http://heyjones.com
Description: 
Version: 0.1
Text Domain: dearmorebbqcatering
*/
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
body{
	background-image: url('img/body.png');
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 300;
}

h1{
	color: #fff;
	font-size: 3em;
	font-weight: 700;
	margin: 30px 0;
	text-shadow: 0 1px 2px #000;
}
h2, h3, h4, h5{
	margin: 15px 0;
}
	h2{
		color: #300;
		font-size: 2em;
		font-weight: 700;
	}
	h3{
		font-size: 1.5em;
		font-weight: 700;
	}
	h4{
		font-size: 1.25em;
		font-weight: 400;
	}
	h5{
		font-size: 1em;
		font-weight: 400;
	}

hr{
	border-top: 1px dotted #999;
}

ul.menu{
	list-style: none;
	margin: 15px 0;
	padding: 0;
}
	ul.menu li{
		clear: both;
		padding: 5px 0;
	}
		ul.menu li span {
		    font-weight: 400;
		    float: right;
		}

.header{
	background-image: url('img/header.jpg');
	background-position: center center;
	background-size: cover;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
	.header:after{
		background: linear-gradient(-45deg, #300 10px, transparent 0), linear-gradient(45deg, #300 10px, transparent 0);
		background-position: left-bottom;
		background-repeat: repeat-x;
		background-size: 20px 20px;
		bottom: 0;
		content: '';
		display: block;
		height: 20px;
		left: 0;
		position: absolute;
		width: 100%;
}

.nav{
	background-color: #300;
	color: #fff;
	margin-bottom: 30px;
	padding: 10px;
}
	.nav a{
		color: #fff;
	}

.gallery{
	margin: 30px 0;
}
	.gallery-item{
		padding: 0;
	}
		.gallery-image{
			height: auto;
			width: 100%;
		}

.footer{
	background-color: #111;
	color: #666;
	margin-top: 30px;
	padding: 30px 0;
}
	.footer h5{
		text-transform: uppercase;
	}
	.footer a{
		color: #666;
	}

@media (max-width: 480px){
	body{
		font-size: 14px;
	}
	.footer{
		text-align: center;
	}
}