body {
	background: url('ppg-bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#fff;
  	background-color:#333;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
}

.container {
	max-width: 900px;
	
}

a:link, a:visited {
	color:#eee;
}

.drop {
	margin-top: 160px;
	
}

.pull-center {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

h1.pull-center {
	font-weight: 300;
	font-size: 3em;
}

h1.pull-center a:hover {
	text-decoration: none;
}

p.pull-center {
	font-size: 2.1em;
}

.main {
	text-align: center;
	font-size: 1.3em;
	background-color: rgba(0,0,0,0.6);
	border-radius: 0;
	line-height: 1.7;
	padding: 1.6em;
	max-width: 680px;
	margin: 60px auto 0 auto;
	z-index: 2;
	position: relative;
}

a.action {
	display: inline-block;
	text-align: center;
	padding: 12px 20px;
	background: #4f0D06;
	color: white;
    border-radius: 12px;
    text-align: center;
    padding: 12px 20px;
    font-size: 1.4em;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}

a.action:hover {
	background: white;
	color: #4f0D06;
	text-decoration: none;
}

.address {
	max-width: 680px;
	margin: 30px auto;
	text-align: center;
}

.photocredit {
	position: absolute;
	left: 15px;
	bottom: 10px;
	z-index: 1;
	display: none;
}

.icon {
	display: inline-block;
	background: #4f0D06;
	border-radius: 70px;
	height: 70px;
	width: 70px;
	text-align: center;
	margin: 15px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 60% 60%;
}

a.icon:hover {
	background-color: black;
	-webkit-box-shadow: 0px 0px 2px 5px rgba(250,249,235,0.25);
-moz-box-shadow: 0px 0px 2px 5px rgba(250,249,235,0.25);
box-shadow: 0px 0px 2px 5px rgba(250,249,235,0.25);
	}

.phone {
	background-image: url(phone.png);
}

.email {
	background-image: url(plane.png);
}

.home {
	background-image: url(home.png);
}

.icon img {
	max-width: 50px;
	display: inline-block;
}

#contact-form, input, label, textarea {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

#contact-form label {font-size: 1em; margin-bottom: 6px; }

#contact-form input, #contact-form textarea {
	font-size: 1.2em;
}

#contact-form input {
	height: 30px;
}

.text-muted {font-size: .9em; color: #f1f1f1;}

input, textarea {width: 500px; max-width: 80%;}

.g-recaptcha {
	max-width: 305px;
	margin: 0 auto;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
    font-size: 1.2em;
    padding: 10px 20px;
}

input[type="submit"].btn {
	background: #4f0D06;
}

#contact-form input[type="submit"] {
	height: auto;
}


.help-block.with-errors {
    color: #ff5050;
    margin-top: 5px;
}

.d-none {display:none;}

@media screen and (max-width: 900px) {
	
	body {padding-left: 0; padding-right: 0;}
	
	.container {width: 100%;}
	
	.main {
		max-width: 100%;
		border-radius: 0;
	}
	
	h1.pull-center {font-size: 2.5em;}
	p.pull-center {font-size: 1.9em;}
	.main {font-size: 1.3em; margin-top: 100px}
	
	}

@media screen and (max-width: 600px) {
	
	.drop {margin-top: 75px;}
	h1.pull-center {font-size: 2em;}
	p.pull-center {font-size: 1.5em;}
	.main {font-size: 1.2em; margin-top: 50px;}
}
