html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}


body {
	background: url('http://www.blackfalconconsulting.com.au/assets/road-background.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 {
	width: 100%;
	max-width: none;	
}

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

.drop {
	margin-top: 100px;
	
}

.main {
	text-align: center;
	font-size: 1.3em;
	background-color: rgba(0,0,0,0.75);
	line-height: 1.7;
	width: 100%;
	z-index: 2;
	position: relative;
	margin-top: 40px;
	padding: 40px 0 0 0;
}

.main p {
	max-width: 700px;
	padding: 20px;
	display: block;
	margin: 0 auto;
}

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: #2799d2;
	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;}
}
