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

.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;
}

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


/* 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 {
	height: auto;
	height: 100%;

}

.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 */

.navbar {
	margin-bottom: 0;
}

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

.navbar-custom {
	background-color: gray;
	font-weight: 700;
	text-transform: uppercase;
	border-width: 0;
}

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

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

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

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

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

.navbar-toggle {
	outline: 0;
}

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

.nav-top {
  width: 100%;
  height: 40px;
  background: #AC152E;
  color: white;
  text-transform: uppercase;
  text-align: center;
  position: fixed;
  z-index: 999;
  overflow: hidden;
  top: 0;
}

.nav-top p { color: white; }
.nav-top div.row { padding: 10px 0; }

.head-room { margin-top: 40px; }

.navbar-brand {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0
    text-align: center;
    margin: auto;
    padding:0;
}

.navbar-toggle {
    z-index:3;
}

/* PAGE-HEADER */

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

/* SIDE NAVBAR */

#sidebar {
	z-index: 1;
	position: absolute;
	width: 0;
	height: 100%;
	overflow-y: hidden;
	background: purple;
}

.sidebar-nav {
	padding: 0;
	list-style: none;
}

.sidebar-nav li {
	text-indent: 20px;
	line-height: 40px;
}

.sidebar-nav li a{
	display: block;
	text-decoration: none;
	color: pink;
}

.sidebar-nav li a:hover {
	background: #AC152E;
}

/* Change The Width Of The Sidebar To Display */

#wrapper.menuDisplayed #sidebar {
	width: 250px;
}

/* Change The Width Of The Main Area When Sidebar Is Displayed */
#wrapper.menuDisplayed #page-content-wrapper {
	padding-left: 250px;
}

/* HERO */

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

/* MAIN CONTENT */

#page-content-wrapper {
	width: 100%;
	postion: absolute;
	padding: 15px;
	border: 5px green;
	
}


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


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

/* ACS-HERO */

#hero-text {
	padding-left: 50px;
	padding-top: 100px;
}


/* FOOTER */

footer {
	height: 200px;
	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;
	}
}

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

<div class="page-header">
<div class="container">
	<h4>100% Employee Owned</h4>
</div><!-- container -->
</div><!-- page-header -->

<!-- NAVBAR -->	

<nav class="navbar navbar-inverse navbar-fixed-top head-room">
<div class="container-fluid">
	
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle Navigation</span>
<span class="icon-bar"></span>	
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>	
	
	
	
	
	
	
	
	
	
	
	

</div><!-- Container -->
</nav><!-- Navbar -->

