

/* ===== Bootstrap Override Styles ========================================================
   Author: Alex Tissandier
	alex@tissandier.net
   ========================================================================== */


a {
  color: #999;
  text-decoration: none;
}

a:hover {
  color: #999;
  text-decoration: underline;
}



/* Get rid of borders around sidebar options */
.nav-tabs.nav-stacked > li > a {
  border: none;
  -webkit-border-radius: 0;
     -moz-border-radius: 0;
          border-radius: 0;
}


/* Vimeo embed */
.vimeo {
     margin: 0 auto;
     width: 500px;
  }

.carousel-inner { 
	text-align: center; /* Center images in carousel */
 	background: #fff; /* Make image background grey */
}

.carousel .item > img { display: inline-block; } /* Center images in carousel */

.carousel-caption {
/* text-align: left; /* Keep caption text on the left */
position: relative; /* Stop caption text overlapping image */
background: rgba(0, 0, 0, 1); /*Stop caption background from being translucent */
background: #fff; /* Make caption background grey */
}

.carousel-caption p {
  color: #000; /* Change caption colour to black */
}

/* Make the main page image caption smaller */
small {
	font-size: 12px;
}

/* Justify main page text */
#mainText{
	text-align:justify;
}
