/*COLOR REFERENCES
	
	GREEN: 		#79b044
	SALMON: 	#dd5638
	BLUE GRAY:  #3e4249
	
*/

/*  === GENERAL === */


body {
	font-family:'Montserrat', Helvetica, sans-serif;
	font-size: 16px;
	background: #2C3035;

}

.no-padding {
	padding: 0px !important;
}

/* ==== GLOBAL ==== */

h1,h2,h3,h4,h5,h6 {
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
	font-weight: bold;
}

h1 {
	font-size: 3em;
}

h1,h2 {
	margin: 0 0 20px;
}

h2.weird {
	margin-top: -20px;
	margin-bottom: 40px;
}

h2,h3 {
	font-family: 'Montserrat', Helvetica, sans-serif;
}

h2 {
	font-size: 22px;
}

h3 {
	margin: 20px 0;
	font-size: 20px;
}

h4 {
	font-size: 18px;
}

p {
	margin: 0 0 15px;
}

p.lead {
	font-weight: normal;
	font-family: 'Montserrat', Helvetica, sans-serif;
	font-size: 19px;
}

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

a:hover {
	text-decoration: none;
	color: #c9302x;
}

button, input, .btn, a.btn {
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
}

.btn {
	
	font-weight: bold;
}

button.btn:focus {
	outline: none !important;
}

.btn-danger {
	background-color: #BE2340;
	border-collapse: #BE2340;
}

.show {
	display: block;
}

.hide {
	display: none;
}


img {
	max-width: 100%;
}

.line {
	border-bottom: 1px solid #BE2340;
	width: 150px;
	margin-bottom: 40px;
}


/* ==== NAVBAR ===== */
header .navbar{
	background-color: transparent;
	color: white;
	margin-bottom: 0px;

	border-radius: 0px;
	transition: 0.3s;
}

header .navbar a{
	color: white;
	cursor: pointer !important;	
}

header .navbar a:hover{
	cursor: pointer !important;
}

.nav li a {
	font-size: 16px;
	padding-top: 30px;
	padding-bottom: 30px;
	cursor: pointer;
}

.nav li a:hover {
	color: #BE2340 !important;
	cursor: pointer !important;
	transition: 0.3s;
	background-color: white;

}  

.nav li:hover {n
	color: #BE2340;
	cursor: pointer !important;
	transition: 0.3s;

}

.nav:hover {
	cursor: pointer !important;
}

.navbar-toggle {
	border-color: white;
}

.navbar-toggle .icon-bar{
	background-color: white;
}

.navbar-collapse {
	padding-right: 0px !important;
}

.navbar-brand {
	padding: 0px !important;
	max-width: 190px; 
}

/* === BACKGROUND === */
#background {
	background-color: #2C3035;
	height: 750px;
	width: 100%;
	background: url(../img/woodvale.jpg) fixed;
	background-size: cover;
}

/* === HERO === */
#hero {
	background-size: cover;
	height: 500px;
	position: relative;
	margin-top: -680px;
	display: table;
	width: 100%;
	padding: 0px 0 40px;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizelegibility;
}

#hero article { 
  width: 100%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

#hero .hero-text {
	margin-top: 30px;
}


/* === LAYOUT === */
#main {
	margin-top: -185px;
}

.section-header {
	text-align: center;
}

section h2 {
	margin: 20px 0 50px;
}

section h3 {
	margin: 30px 0 10px;
}



#primary {
	padding-top: 40px;
	padding-bottom: 40px;
}

#reviews {
	background-color: #2C3035;
	color: white;
	padding: 0px 0px 40px;
}
blockquote {
	padding: 0;
	border: none;
	font-style: italic;
	text-align: left;
	margin-top: 35px;
}


blockquote cite {
	display: block;
	margin: 15px 0 0 0;
}

blockquote:before {
	display: none;
}

section#why-us {
	padding-top: 60px;
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: white;
}

.circle {
	background-color: #BE2340;
	height: 150px;
	width: 150px;
	display: table;
	border-radius: 100%;
	margin: auto;
	margin-top: 20px;
}

.fa {
	color: white;
	text-align: center;
	margin: auto;
	display: table-cell;
	vertical-align: middle;
}

#signup 
{
	text-align: center;
}

/*============== FOOTER ===========*/
footer {
	background: #2c3035;
	color: white;
	padding: 40px 0 20px;
	font-size: 12px;
	text-align: center;
}

footer ul {
	list-style: none;
	padding: 0px;
}

footer li {
	display: inline-block;
	padding: 10px 20px;
	font-size: 20px;
}

footer .fa {
	font-size: 25px;
	color: #777777;
}

footer p {
	margin: 0;
	padding: 10px;
	font-size: 16px;
}

footer a:link, footer a:visited {
	color: white;
}

footer a:hover {
	color: #BE2340;
}

footer li.signup-link a {
	color: #BE2340;
}

footer li.signup-link a:hover {
	font-weight: bold;
	font-family: 'Raleway Bold', Helvetica, sans-serif;
}

.modal-body {
	padding: 0px;
}

.modal-content {
	border-radius: 0px;
	height: 800px;
	overflow: hidden;
}

.no-padding {
	padding: 0px !important;
}

.modal-body hr{
	margin-top: 10px;
}

.modal-body .fa{
	display: inline;
	color: black !important;
	padding-right: 5px;
	margin-top:  0px;
}

#modal-body form .form-control {
	border-radius: 3px;
	margin-bottom: 15px;
}

.imgTile {
	overflow: hidden;
}

#myModal .imgTile img {
	height:  800px !important;
}

.textTile {
	padding: 20px;
}

.textTile .form-control {
	border-radius: 3px;
}

.textTile .btn {
	margin-top: 20px;
	margin-left: 0px !important;
}



input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	padding: 6px 12px;
}

input[type="submit"],
button[type="submit"] {
	display: inline-block;
	margin-bottom: 0;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.33;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}
input[type="submit"]:hover,
button[type="submit"]:hover {
	outline: none;
	border: none;
	background: #aaa;
}

/* ==== CONTACT FORM ===== */
.contact-form {
	background-color: white;
	padding: 30px;
	border-radius: 8px;
	color: black;
	text-align: left;
	box-shadow: 0 8px 10px 0 rgba(0,0,0,0.2), 0 8px 20px 0 rgba(0,0,0,0.2);
	margin-top: -30px;
}

.form-group {
	margin-bottom: 5px;
}

.form-control:focus {
	border-color: #BE2340;
	box-shadow: none !important;
}

textarea {
    resize: vertical !important;
    border-radius: 3px !important;
}

.btn {
	margin-left: 15px;
	border-radius: 300px;
	background-color: #BE2340;
	font-size: 18px;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-family: 'Montserrat', Helvetica, sans-serif;
}
::-moz-placeholder { /* Firefox 19+ */
  font-family: 'Montserrat', Helvetica, sans-serif;
}
:-ms-input-placeholder { /* IE 10+ */
  font-family: 'Montserrat', Helvetica, sans-serif;
}
:-moz-placeholder { /* Firefox 18- */
  font-family: 'Montserrat', Helvetica, sans-serif;
}


/* ==== MEDIA QUERIES ==== */
@media screen and (max-width: 1199px) {
	#myCarousel {
		height: 180px;
	}
	
	
}

@media screen and (max-width: 991px) {	
	.navbar-brand {
		margin-bottom: 30px;
	}
	.navbar-brand img {
		margin-left: 15px;
	}
	 .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
        margin-top: 20px;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
        background-color: white;
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
   .navbar-nav .open .dropdown-menu {
       position: static;
       float: none;
       width: auto;
       margin-top: 0;
       background-color: transparent;
       border: 0;
       -webkit-box-shadow: none;
       box-shadow: none;

    }
    
    .nav li a {
		font-size: 13px;
		color: black;
		width: 700px;
	}
	
	.nav li a:hover {
		color: #BE2340;
		cursor: pointer !important;
	}  
	
	.nav li:hover {
		color: #BE2340;
		cursor: pointer !important;
	}
	
	.nav:hover {
		cursor: pointer !important;
	}
	
	#background {
		height: 800px;
	}
	
	#main {
		margin-top: -20px;
	}
	
	#reviews {
		background-color: #2C3035;
		color: white;
		padding: 15px 0px 0px;
	}

	
	#hero {
		background-size: cover;
	}
	
	#myCarousel {
		height: 180px;
	}
}

@media screen and (max-width: 767px) {
	.navbar-brand img {
		max-width: auto;
		height: 50px !important;
		margin-bottom: 0px;
	}
	
	.navbar {
		background-color: white;
	}
	
	.navbar-brand {
		margin-bottom: 0px;
	}
	
	.navbar-toggle {
		margin-top: 10px;
	}
	
	h1,h2,h3,h4,h5,h6 {
		z-index: 10;
	}
	
	#myCarousel {
		height: 200px;
	}

	#hero {
		background-size: cover;
	}	

}

@media screen and (max-width: 567px) {
	.show {
		display: none !important;
	}
	
	.hide {
		display: block !important;
	}
	
	h2.weird {
		margin-top: -40px;
		margin-bottom: 40px;
	}
	
	#myCarousel {
		height: 250px;
		width: 90%;
		margin: auto;
	}
	
	section h2 {
		margin: 0px 0 40px;
	}
	
	header .navbar{
		background-color: white;
		color: white;
		margin-bottom: 0px;
		border: 0px;
		border-radius: 0px;
	}

	header .navbar a{
		color: #BE2340;
		cursor: pointer !important;
	
	}
	
	header .navbar a:hover{
		cursor: pointer !important;
	}
	
	.nav li a {
		font-size: 13px;
		color: black;
	}
	
	.nav li a:hover {
		color: #BE2340;
		cursor: pointer !important;
	}  
	
	.nav li:hover {
		color: #BE2340;
		cursor: pointer !important;
	}
	
	.nav:hover {
		cursor: pointer !important;
	}
	
	.navbar-toggle {
		border-color: #b6b6b6;
	}
	
	.navbar-toggle:hover {
		background-color: #e3e3e3;
	}
	
	.navbar-toggle .icon-bar{
		background-color: #7d7d7d;
	}
	
	.navbar-collapse {
		padding-right: 0px !important;
		border-top: 1px solid #e3e3e3;
	}

}










