@font-face {
    font-family: 'RobotoBoldCondensed';
    src: url('fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.eot');
    src: url('fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.woff') format('woff'),
         url('fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.ttf') format('truetype'),
         url('fonts/roboto_boldcondensed_macroman/RobotoCondensed-Bold-webfont.svg#RobotoBoldCondensed') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AlfaSlabOneRegular';
    src: url('fonts/alfaslabone_regular/alfaslabone-regular-webfont.eot');
    src: url('fonts/alfaslabone_regular/alfaslabone-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/alfaslabone_regular/alfaslabone-regular-webfont.woff2') format('woff2'),
         url('fonts/alfaslabone_regular/alfaslabone-regular-webfont.woff') format('woff'),
         url('fonts/alfaslabone_regular/alfaslabone-regular-webfont.ttf') format('truetype'),
         url('fonts/alfaslabone_regular/alfaslabone-regular-webfont.svg#alfa_slab_oneregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html { 
  background: url(../images/road-street-blur-blurred.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body{
	background-color: transparent !important;
}

#content {
	padding-bottom: 3em;
}

#navbar-content {
	margin: 0px 100px;
}

.navbar-default{
	background-color: rgba(0,0,100,0.2);
  box-shadow: 1px 1px 5px rgba(10,10,50,0.5);
  border: none;
}

#legacy-logo{
	height: 50px;
}

#legacy-lightbulb {
	/*margin: 0px 50px;*/
	height: 50px;
	margin: 5px 0px 0px 50px;
}

#decode-logo{
	height: 50px;
	margin: 4px;
}

.video-component {
	display: block;
	margin: 0px auto;
}

#date-control {
	margin-top: 50px;
}

.icon {
	margin:0px 5px;
}

#timeline-bar  {
	margin-top: 50px;
}

#timeline-bar div {
	background-color: rgba(242,242,242,0.7);
}


.info{
  padding: 2px 10px;
  background-color: #eee;
}

.info p{
  font-size: 14px;
}

.contact-links{
  font: 20px 'RobotoBoldCondensed', "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
  text-align: center;
}

img.icon-links{
  height: 28px;
}

#footer {
  width:100%;
/*   height:100px;   /* Height of the footer */
}

#copyright{
  position:relative;
  bottom:0;
  width:100%;
  /*padding-right: 10px;*/
/*   height:100px;   /* Height of the footer */
}
