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

html, body {
	background: #BFBD30
}
body {
	min-height: 2000px;
	padding-bottom: 40px;
	color: #333;
}

h1, h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
}

.giglink
{
	color: #333;
	text-decoration: underline

}

.giglink:hover
{
	color: #FFF;

}
.navbar {
	background: #868422 url(../images/nav-bg1.png) no-repeat top right;
	-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);
}
.navbar-brand {
	float: right;
	color: #BFBD30!important;
}
div.navbar-inner {
	height: 10px;
}
.navbar-default {
	border-color: #93C;
}
.navbar-nav a {
	color: #FFF!important;
}
.navbar-nav a:hover {
	color: #333!important;
}
.giglets-thumbnail {
	text-align: center;
}
.giglets-thumbnail img {
	border: #000 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;
}
.giglets-row {
	margin-bottom: 40px;
}
.col-lg-3 {
	padding-top: 10px;
}
.gig1:hover {
	background: #D8D563;
}
.footer-links
{
padding-top: 10px;	
}
.footer-links a {
	color: #333
}
.footer-links a:hover {
	color: #CF6
}
.giglets-logo {
	float: right;
}





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

.yellow 
{background-color: #F0FE00!important;
padding: 1em;
margin-bottom: 1em;}