html {
  position: relative;
  min-height: 100%;
  font-family:"Century Gothic";
}

body {
	
	
	background-image:url();
	
	
	
	font-family:"Century Gothic";
  
  /*background-color:#333;*/
}
.starter-template {
  padding: 40px 15px;
  text-align: center;
  font-family:"Century Gothic";
}

.footer {
  position: absolute;
  bottom: 0;
 
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 40px;
  
  
}


/* Removes the default 20px margin and creates some padding space for the indicators and controls */
.carousel {
    margin-bottom: 0;
    padding:;
}
/* Reposition the controls slightly */
.carousel-control {
	left: -12px;
}
.carousel-control.right {
	right: -12px;
}
/* Changes the position of the indicators */
.carousel-indicators {
	right: 50%;
	top:o;
	bottom: 0px;
	margin-right: -19px;
}
/* Changes the colour of the indicators */
.carousel-indicators li {
	background: #c0c0c0;
}
.carousel-indicators .active {
background: #333333;
}
