* {margin: 0; padding: 0}

body, html	{
	height: 100%;
}

a	{
	color:#4C685C;
	text-decoration:underline;
}

a:link	{ color:#bb360a; text-decoration:underline; }
a:visited	{ color:#bb360a; text-decoration:underline; }
a:hover	{ color:#bb360a; text-decoration:none; }



p	{
	font-family: 'Roboto Slab', serif;
	font-size:14pt;
	margin-top: 10;
	margin-bottom: 10;
}

p.white {
	color: white;
}

h1 {
	font-family: 'Roboto Slab', serif;
	font-size: 20pt;
	font-style: bold;
	line-height: 50px;
}

h1.white {
	color: white;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-size: 50pt;
	font-style: bold;
	color: #F7F5E7;
}

.header {
	height: 200px;
	background: #F7F5E7;
	background-image: url(img/parallax/dcpowell_photography_raleway_big_2lines_new.png);
	background-position: center;
	background-repeat: no-repeat;
	padding: 20px 0px;
}

.greeting {
	padding: 20px;
	background-color: #bb360a;
	color: white;
}

.plax1 {
	background-image: url(img/parallax/20161022_810_87623_1200px.jpg);
	height: 75%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.plax2 {
	background-image: url(img/parallax/D750_20181020_0648_4x6_1200px.jpg);
	height: 75%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.plax3 {
	background-image: url(img/parallax/20151023_0566_4x6_1200px.jpg);
	height: 75%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.plax4 {
	background-image: url(img/parallax/20161128_0111_bw_1200px.jpg);
	height: 75%;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.weddings {
	padding: 20px;
	background-color: white;
}

.engagement {
	padding: 20px;
	background-color: #bb360a;
}

.newborns {
	padding: 20px;
	background-color: white;
}

.footer {
	padding: 20px;
	background-color: #F7F5E7;
}

.contentcell {
	padding: 30px;
}

@media only screen and (max-device-width: 1024px) {
	.plax1 {
		background-attachment: scroll;
	}
	.plax2 {
		background-attachment: scroll;
	}
	.plax3 {
		background-attachment: scroll;
	}
	.plax4 {
		background-attachment: scroll;
	}
}