/*!
 * Start Bootstrap - Thumbnail Gallery HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */
@font-face {
    font-family: 'cabinregular';
    src: url('fonts/cabin-regular.eot');
    src: url('fonts/cabin-regular.eot?#iefix') format('embedded-opentype'),
         url('fonts/cabin-regular.woff') format('woff'),
         url('fonts/cabin-regular.ttf') format('truetype'),
         url('fonts/cabin-regular.svg#cabinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/*.page-header {
	font-family:'cabinregular';
}*/
body {
	/*font-family:'cabinregular';
    padding-top: 70px;  Required padding for .navbar-fixed-top. Change if height of navigation changes. */
}
.container a {
	color:#CC0000;
}
footer a {
	color:#CC0000;
}
.navbar {
	min-height:100px;
	vertical-align: bottom;
	font-size:16px;
	top:0px;
	margin-top:0px;
	background-color:#900;
}
.navbar-nav {
	margin-top:50px;
	float:right;
	background-color:#900;
}
.navbar-default .navbar-brand {
	color: #428bca;
	}
.page-header {
	margin-top: 1px;
}

.thumb {
    margin-bottom: 30px;
}

footer {
    margin: 50px 0;
	text-align:center;
}

.modal-backdrop.fade {
opacity: 0;
filter: alpha(opacity=0);
}
.modal-backdrop.fade.in {
opacity: 0.75;
filter: alpha(opacity=75);
}

.modal-footer {
	text-align:center;
}
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  color: #ffffff;
  background-color:#090;
}
.btn-primary:hover {
	background-color:#363;
}
.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default.active {
  color: #ffffff;
  background-color:#CC0000;
}
.btn-default:hover {
	color: #ffffff;
background-color:#A20610;
}
.modal-header {
	background-color:#000;
}
@media only screen and (max-width: 500px) {
	h2 {
		font-size:18px;
	}
	footer {
		font-size:12px;
	}
}