/* COLOR REFERENCES 
Red:  #AC152E */


/* GENERAL */

body {
	font-family: 'proxima-nova', 'Raleway', Helvetica, sans-serif;
	font-size: 16px;
	position: relative;
}


/* 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 40px;
}

h3 {
	margin: 20px 0;
}

h4 {
	font-size: 18px;
}

p.lead {
	font-weight: normal;
}

p {
	margin: 0 0 15px;
}

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

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

.text-danger, li.text-danger a {
	color: #dd5638;
}

a.text-danger:hover {
	color: #e55939;
}

.affix {
	top: 0;
	width: 100%;
	z-index: 9999;
}

.affix ~ .container-fluid {
	position: relative;
	top: 50px;
}


/* BUTTONS */

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

.btn {
	font-weight: bold;
}

.btn:focus {
	outline: none;
}

.btn-success {
	background: #AC152E;
	border: none;
}

.btn-success:hover {
	background: #AC152E;
	border-color: #AC152E;
}

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


/* LAYOUT */

.row + .row {
	margin-top: 20px;
}

section {
	padding: 80px 0;
	height: auto;
	height: 100%;
	padding-top: 100px;
}

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

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

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

section.main-content {
	padding: 40px 0;
}

#wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;

}

#wrap > .container {
	padding: 60px 15px 0;
}

.container .credit {
	margin: 20px 0;
}

/* NAVBAR */

/* SECOND NAVBAR */

.fixed {
	positon: fixed;
	width: 25%;
}

.scrollit {
	float; left;
	width: 71%;
}


/* HERO */

#hero {
	background: url(../img/hero.jpg) no-repeat;
	background-size: cover;
	min-height: 500px;
	height: 900px;
	position: relative;
	display: table;
	width: 100%;
	padding: 40px 0;
	-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;
}


/* BG1 */

.bg-1 {
	background: url(../img/bg1.jpg) no-repeat center center fixed;
	height: auto;
	min-height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* BG2 */

.bg-2 {
	background: url(../img/bg-2.jpg) no-repeat center center fixed;
	height: auto;
	min-height: 500px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}


/* OPTIN MODAL */

#optin {
	background: black;
	padding: 20px 0;
	color: white;
	-webkit-font-smoothing: antialiased;
	text-redering: optimizelegibility;
	font-size: 1.2em;
}

#optin p {
	margin: 7px 0 0 0;
}

.modal {
   top: 250px;
   right: 100px;
   bottom: 0;
   left: 0;
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;
}

.modal-backdrop.in {
	opacity: 0.5;
}

/* CONTACT FORM */

input[type=text], select, textarea {
	width: 100%;
	padding: 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	margin-top: 6px;
	margin-bottom: 16px;
	resize: verical;
	color: black;
}

input[type=submit] {
	background-color: #AC152E;
	color: white;
	padding: 12px 20px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #d9534f;
}

#contact .container {
	border-radius: 5px;
	background-color: white;
	padding: 20px;
}



/* FOOTER */

footer {
	height: 150px;
	background-color: #f5f5f5;
	margin-top: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}


/* MEDIA QUERIES */

@media (min-width: 767px) {
	.navbar-nav.nav-justified > li{
		float:none:
	}
}
