@charset "utf-8";
/* CSS Document */

html, body {
	background: #000;
}
body {
	min-height: 2000px;
	padding-bottom: 40px;
	color: #FFF;
	background-image: url( ../images/blb-p-bg.svg), url( ../images/beatha-le-buaidh-bg1.jpg);
	background-position: right top, center top;
	background-repeat: no-repeat, no-repeat;
	background-size: auto, auto;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
}
h1, h2 {
	font-family: EroxionBT-Roman, sans-serif;
	font-weight: 400;
	color: #C21B23;
}
.blblink {
	color: #333;
	text-decoration: underline
}
.blblink:hover {
	color: #FFF;
}
.blb-intro {
	margin: 0px!important;
	padding-left: 10px!important;
}
.navbar {
	background: #C21B23;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	font-weight: bold;
}
.navbar-brand {
	float: right;
	color: antiquewhite!important;
}
div.navbar-inner {
	height: 10px;
}
.navbar-default {
	border-color: #93C;
}
.navbar-nav a {
	color: #FFF!important;
}
.navbar-nav a:hover {
	color: #333!important;
}
.jumbotron {
	background: none;
	padding-bottom: 0px;
	margin-bottom: 5px;
}
.blb-thumbnail {
	text-align: center;
}
.blb-thumbnail img {
	border: #FFF thin solid;
	-webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	-moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
	margin: auto;
}
.blb-row {
	margin-bottom: 40px;
}
.col-lg-3 {
	padding-top: 10px;
}
.blb-software {
	background-color: #C21B23;
	background-image: url( ../images/blb-software-r-bg.svg), url( ../images/blb-software-r-bg-2.svg);
	background-repeat: no-repeat, no-repeat;
	background-position: center top, center top;
}
.footer-links {
	padding-top: 10px;
}
.footer-links a {
	color: #333
}
.footer-links a:hover {
	color: #CF6
}
.blb-logo {
	float: right;
}
.blb-footer {
	background: #4A1617
}
/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar-wrapper {
	position: relative;
	z-index: 15;
}
/* CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 0px;
	/* Negative margin to pull up carousel. 90px is roughly margins and height of navbar. */
	margin-top: -90px;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
	z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel .item {
	height: 500px;
	background-color: #000;
}
.carousel-inner > .item > img {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
	height: 500px;
}
/* MARKETING CONTENT
-------------------------------------------------- */

/* Pad the edges of the mobile views a bit */
.marketing {
	padding-left: 15px;
	padding-right: 15px;
}
/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
	text-align: center;
	margin-bottom: 20px;
}
.marketing h2 {
	font-weight: normal;
}
.marketing .col-lg-4 p {
	margin-left: 10px;
	margin-right: 10px;
}
/* Featurettes
------------------------- */

.featurette-divider {
	margin: 80px 0; /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */
.featurette-heading {
	font-weight: 300;
	line-height: 1;
	letter-spacing: -1px;
}

/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
/* Remove the edge padding needed for mobile */
.marketing {
	padding-left: 0;
	padding-right: 0;
}
/* Navbar positioning foo */
.navbar-wrapper {
	margin-top: 20px;
}
/* The navbar becomes detached from the top, so we round the corners */
.navbar-wrapper .navbar {
	border-radius: 0px;
}
/* Bump up size of carousel content */
.carousel-caption p {
	margin-bottom: 20px;
	font-size: 21px;
	line-height: 1.4;
}
.featurette-heading {
	font-size: 50px;
}
}

@media (min-width: 992px) {
.featurette-heading {
	margin-top: 120px;
}
}
.blb-gaelic-seperator {
	height: 45px;
	width: 100%;
	background: #868422 url(../images/gaelic-giglets--bar-bg.png) repeat-x;
	margin-bottom: 20px;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #BFBD30;
	text-decoration: none;
}
.back-to-top {
	padding-top: -20px;
	font-size: xx-small;
	text-align: right
}
.white-txt {
	color: #FFF
}
.white-txt a:link {
	color: #FFF!important
}
.white-txt a:visited {
	color: #FFF!important
}
