/**
* Template Name: Deborah Bennet
* Template URL: -
* Author: -
* License: -
*/

body {
  color: #000;
  background-color: #f2f2f2;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
}

/* Titles */

h1, h2, h3, h4, h5, h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin: 0 0 30px 0;
}

h1 {
  font-size: 40px;
  margin-bottom: 30px;
}

h3 {
  font-weight: 400;
}

h4 {
  font-weight: 400;
  font-size: 20px;
}

p {
  line-height: 28px;
  margin-bottom: 25px;
  font-size: 16px;
}

p.lg {
  font-size: 22px;
}

.centered {
  text-align: center;
}

.img-centered {
  margin: 0 auto;
}

/* Links */

a {
  color: #68a70d;
  word-wrap: break-word;
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none;
  outline: 0;
}

a:before, a:after {
  -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
  -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
  -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
  -o-transition: color 0.1s ease-in, background 0.1s ease-in;
  transition: color 0.1s ease-in, background 0.1s ease-in;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

.navbar-default {
  background-color: #3498db;
  border-color: transparent;
}

.navbar-default .navbar-brand {
  color: white;
}

.navbar-default .navbar-nav>li>a {
  color: white;
}

.navbar-toggle {
  background: #fff;
}

/* Helpers */

.mt {
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-control {
  height: 42px;
  font-size: 18px;
  width: 280px;
}

i {
  margin: 8px;
  color: #3498db;
}

.marg-b-30 {
	margin-bottom: 30px;
}

.input-txt {
	border: 1px solid #68a70d;
}
	
#headerwrap {
  /*background: url(../img/hero.jpg) no-repeat center top;*/
  background: rgba(190, 175, 135, 1);
  /*margin-top: 50px;*/
  /*padding-top: 200px;*/
  background-attachment: relative;
  background-position: center center;
  /*min-height: 650px;*/
  width: 100%;
  -webkit-background-size: 100%;
  -moz-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#headerwrap h1 {
  font-size: 45px;
  font-weight: 700;
  margin-bottom: 0;
}

#headerwrap h2 {
  font-size: 30px;
  font-weight: 700;
  color: #404041;
}

.col-0 {
	margin: 0;
	padding: 0;
}

.header-form {
	background: rgba(190, 175, 135, 1);
	padding: 50px;	
}

@media (min-width: 997px) {

}

.btn-cta {
	background: #000;
	color: #fff;
	font-weight: 700;
}

.btn-cta:hover {
	background: #68a70d;
}


.fluid-black {
	background: #404041;
	color: #fff;
}

@media (max-width: 768px) {
	#headerwrap h1 {
	  font-size: 30px;
	}
	#headerwrap h2 {
	  font-size: 26px;
	}
}
/* Contact Form */

#contact {
  padding: 40px 0;
}

.contact-form {}

.contact-form label {

}


/* Copyrights */

#copyrights {
  background: #404041;
  padding: 20px 0;
  text-align: center;
}

#copyrights p {
  margin-bottom: 5px;
  color: #fff;
}

#copyrights a {
  color: #fff;
}

.credits {
  color: #fff;
}
