article {
    display: block;
}

body {
    font-family: "Roboto",sans-serif;
	background-color: #f9f9f9;
}

.featured-post {
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

article{
	overflow:hidden;
}

.featured-post:hover{
	opacity: 0.7;
	transform: scale(1.05);
	transition: .5s;
}

.featured-post h2 {
    bottom: 0;
    margin: 0;
    padding: 10px;
    position: absolute;
}


.featured-post h2 span {
    display: inline-block;
    color: white;
    font: bold 24px/45px Helvetica, Sans-Serif;
    letter-spacing: -1px;
    background: #000;
    background: rgba(0,0,0,0.7);
    padding: 10px;
	margin-left: 20px;
	margin-bottom:7px;
}

.blank{
	margin-bottom: 10px;
}



.foodTrip{
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 1100px){
	.foodTrip{
		width: 95vw;
		margin-left: auto;
		margin-right: auto;
	}
}



.content-wrapper {
    padding-top: 66px;
    margin: auto;
    display: block;
    width: 1080px;
}

@media (max-width: 1100px){
	.content-wrapper {
		padding-top: 66px;
		margin: auto;
		display: block;
		width: 95vw;
	}
}