html, body {
	height:100%;
  font-family: 'Roboto', "Helvetica Neue", Helvetica, Calibri, Arial, sans-serif;
  font-size: 16px;
}
img {
	max-width: 70%;
	height: auto;
}
.footer {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;
   background-color: #f8f8f8;
   color: black;
   text-align: center;
}
.carousel-inner img {
  margin: auto;
}
.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #eee;
  text-align: center;
  text-shadow: @carousel-text-shadow;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eee;
  border-radius: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #eee;
}

a {
	color: #3030B0;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
	color: #A03030;
}

a:visited {
	text-decoration: underline;	
	color: #3030A0;
}

a:focus {
	text-decoration: underline;	
	color: #A03030;
}	

a.external {
  background-image: url(./img/external-link-ltr-icon.svg);
  background-position: center right;
  background-repeat: no-repeat;
  padding-right: 13px;
}
