@font-face
{
	
	 font-family: 'SteelfishIE';
    src: url('/assets/fonts/steelfish.eot');
    src: url('/assets/fonts/steelfish.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/steelfish.woff') format('woff'),
         url('/assets/fonts/steelfish.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face
{
	
	 font-family: 'GilSans';
    src: url('/assets/fonts/gilsans.eot');
    src: url('/assets/fonts/gilsans.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/gilsans.woff') format('woff'),
         url('/assets/fonts/gilsans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.redbox{
	height:100px;
	background-color:red;
	padding-left:10px;
	padding-top:10px;
	margin-bottom:20px;
}

.redbox a {
	 font-family: 'steelfishie';
	 font-size:36pt;
	color:white;	
	
}

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

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


h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-family: inherit;
  font-weight: bold;
  color: #C00;
  text-rendering: optimizelegibility;
}

.carousel-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 15px;
  background: #333333;
  background: rgba(0, 0, 0, 0.50);
}
