/*
 Theme Name:   Roots Picnic Landing Page
 Description:  Twenty Fifteen Child Theme
 Author:       Gavin Rehkemper
 Author URI:   http://gavinr.com
 Template:     twentyfifteen
 Version:      1.0.0
 Text Domain:  roots-picnic-landing-page
*/

html, body, .site, .landingPageWrapper {
	height: 100%;
}
body {
	background-color: #1b1b1b;
}
.landingPageWrapper .header {
	background-color: #1b1b1b;
	text-align: center;
	line-height: 87px;
}
.landingPageWrapper .mainContent {
	position: absolute; 
	top: 87px;
	bottom: 0;
	left:0;
	right: 0;
}
.landingPageWrapper .mainContent .lrItem {
	height: 100%;
	float: left;
	width: 50%;
	text-align: center;
	padding: 10px;


	background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;

    display: flex;
  	align-items: center;
  	justify-content: center;
}
.landingPageWrapper .mainContent .lrItem a img {
	max-width: 100%;
	max-height: 100%;
}
.landingPageWrapper .mainContent .left {
	background-image: url(images/philly-bg.jpg);
}
.landingPageWrapper .mainContent .right {
	background-image: url(images/nyc-bg.jpg);
}
body:before {
	display: none;
}

@media (max-width : 1024px)  {
	.landingPageWrapper .mainContent .lrItem {
		float: none;
		width: 100%;
		height: auto;
		padding: 50px 10px;
	}
}