@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
html { 
  background: url(../images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
body {
	background:none
	}
.header {
    margin-bottom: 20px;
}
.header h1 {
	display:none;
	}
.jumbotron img{
	display:inline;
	}	
.jumbotron img.top {
	border: 1px solid #000;
}
.jumbotron {
	background: RGBA(51, 204, 0, 0.8);
	padding: 10px 10px !important;
	text-align:center;
	box-shadow: 0px 0px 20px #FFF;
	color: #FFFF00;
	text-shadow: 0.1em 0.1em 0.2em #292828;
	}
.screen {
	padding: 0 10px 10px;
	}
.videoshadow {
	margin:10px 30px;
	box-shadow: inset 0px 0px 10px #4D4D4D;
	background-color: #fff;
	padding: 10px 0;
	color:#000;
	text-shadow: initial;
}
.jumbotron .lead {
    color: #FFFF00;
    margin-top: 8px;
    text-shadow: 0.1em 0.1em 0.2em #292828;
    font-weight: bold;
	margin-bottom: 5px;
}
.jumbotron strong {
	font-size:1.3em;
	}
.jumbotron .btn {
	padding: 14px 24px;
	font-size:1.7em;
	text-shadow: 0.1em 0.1em 0.2em #787676;
	}
.headline {
    font-size: 32px !important;
    color: #F00 !important;
    margin-top: 0;
    font-weight: bold;
    text-shadow: rgba(255, 255, 0, 0.82) 2px 2px 0px;
}
.pulse{animation-name:pulse;-webkit-animation-name:pulse;animation-duration:3s;
-webkit-animation-duration:3s;animation-iteration-count:infinite;-webkit-animation-iteration-count:infinite;}
@keyframes pulse {0%{transform:scale(0.95);opacity:1;}50%{transform:scale(1);opacity:1;}100%{transform:scale(0.95);opacity:1;}}
@-webkit-keyframes pulse{0%{-webkit-transform:scale(0.95);opacity:1;}50%{-webkit-transform:scale(1);opacity:1;}100%{-webkit-transform:scale(0.95);opacity:1;}}
.small {
	font-size:75%;
	}
.btn-danger {
    background-color: #d2322d;
    border-color: #ac2925;
}
.btn {
	margin-bottom:10px;
	}
	/* Customize container */
@media (min-width: 768px) {
  .container {
    max-width: 930px;
  }
}
