/*!
 * CUSTOM CSS for use with Bootstrap v3.3.6 (http://getbootstrap.com)
 */
 
 .container-fluid {
  margin-right: auto;
  margin-left: auto;
  max-width: 1200px; /* or 950px */
}

 .row-vert-margin-sm {
  margin-top: 0px;
  margin-bottom: -15px; /* used on homepage title */
}

.btn-group-fill-height .btn { 
  white-space: normal; /* used for button nav grid */
}


h1, h2, h3, h4, h5, h6 {
    font-family: "Arial", Helvetica, sans-serif;
}
p, div {
    font-family: "Arial", Helvetica, sans-serif;
}

@font-face {
    font-family: 'BayouCowboy';
	src: url('fonts/BAYOC___.eot'); /* IE9 Compat Modes */
    src: url('fonts/bayoc___-webfont.woff2') format('woff2'),
         url('fonts/bayoc___-webfont.woff') format('woff'),
		 url('fonts/BAYOC___.ttf')  format('truetype'); /* Safari, Android, iOS */
    font-weight: normal;
    font-style: normal;

}



/* Image Modal BEGIN */
body.modal-open {
	overflow:visible;
}

/* Image Modal END */

.video450 {
	max-height: 450px;
	position: relative !important;
}
