/* COLOR REFERENCES 
Red:  #AC152E */


/* GENERAL */

body {
	font-family: 'proxima-nova', 'Nunito Sans', 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;
}

img {
	max-width: 100%;
	height: auto;
}

/* LAYOUT */

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

section {
	padding: 80px 0;
}

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

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

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

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

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

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

/* BUTTONS */

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

.btn {
	font-weight: bold;
}

.btn:focus {
	outline; none;
}

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

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

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

/* OPTIN SECTION */

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

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

/* MODAL */

.modal {
   z-index: 10040;
   overflow: auto;
   overflow-y: auto;
   
}

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

.modal.modal-wide .modal-dialog {
  width: 65%; }

.modal-wide .modal-body {
  oveflow-y: auto; 
  }

#tallModal .modal-boy p {
  margin-bottom: 900px; 
  }
  
/*   FOOTER */

footer {
	background: #3e4249;
	color: white;
	padding: 20px 0 10px;
	font-size: 12px;
}

footer p {
	margin: 0;
}

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

footer a:hover {
	color: #dd5638;
}

/* NABAR */

.navbar {
	height: 60px;
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	border-width: 0;
	border-radius: 0;
	-webkit-box-shadow: 0 8px 6px -6px #999;
    -moz-box-shadow: 0 8px 6px -6px #999;
    box-shadow: 0 8px 6px -6px #999;
}

.navbar-nav {
	margin: 1px 1px;
}

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

.navbar-default .navbar-nav li>a:hover, 
.navbar-nav li .open,
.navbar-default .navbar-nav .active>a {
	background-color: #AC152E;
}

.navbar-default .dropdown-menu {
	right: 0;
}

.navbar-default .navbar-nav>.dropdown>a .caret {
	border-top-color: black;
	border-bottom-color: black;
}

.navbar-collapse.in {
	overflow-y: visible;
}

.navbar-toggle {
	outline: 0;
}

.nav ul li:hover > a {
	color: white;
}

.navbar-brand {
	padding: 0;
}

.navbar-brand >img {
	height: 100%;
	padding-top: 5px;
	width: auto;
}

/* doing this separately without > or li keeps background tab highlighted when rolled over */
.navbar-nav .current_page_item,
.navbar-nav .current_page_parent{ 
  background-color: #080808; 
} 

/* doing this separate is necessary to keep tab background active while keeping white type */ 
.navbar-nav > li.current_page_item a,
.navbar-nav > li.current_page_parent a {
  color: #fff;
}

/* PAGE-HEADER */

.page-header {
	height: 40px;
	text-align: center;
	background: blue;
	padding: 0;
	margin: 0;
	color: white;
	border-width: 0;
}

/* HERO SECTION */

.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#hero {
	padding: 0px;
}

/* MEDIA QUERIES */

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

@media (min-width: 768px) {
.modal-dialog-wide {
width: 750px;/* your width */
	}
}

 @media (max-width:768px){
        .navbar-brand{
       width:70vw!important;
      }
    }
    
@media (max-width: 767px) {
    .navbar-collapse {
        background: white; !important; /*Add your own background*/
    }
}

