@import url(//fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic);
@import url(//fonts.googleapis.com/css?family=Kaushan+Script);

#tray {
	padding:10px;
}

.topbar {
    position: relative;
    display: table;
    width: 100%;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 8rem;
	color: #525252;
	background: #c96200 url("../img/devoops_pattern_b10.png") 0 0 repeat;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
}


body {
	color: #525252;
	background: #c96200 url("../img/devoops_pattern_b10.png") 0 0 repeat;
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size:16px;
}

.no-video .video-container video,
.touch .video-container video {
    display: none;
} 

.no-video .video-container .poster,
.touch .video-container .poster {
    display: block !important;
}

.video-container {
    position: relative;
    bottom: 0%;
    left: 0%;
    width: 100%;
	background-color: transparent;
	background-image: none;
	padding:0px;
    overflow: hidden;
}

.video-container .container {
	position: absolute;
	z-index: 1;
	overflow: scroll;
}

.video-container .btn {
	margin-bottom:10px;
}

video {
	opacity: 0.5;
}

@media only screen and (max-width: 600px) {
   .masthead h1 {
        font-size: 2rem; 
    }
}

.video-container video {
    z-index: 0;
    bottom: 0;
	
	min-width: 100%;
	min-height: 100%;
	object-fit: cover;
}

.video-container video.fillWidth {
    width: 100%;
}


.pagebtn {
	margin-left:10px;
}

.pages {
	text-align: center;
	padding:20px; 
	border: 1px solid #ccc;
	color:#fff;
	margin:20px;
	width: 33%;
	display:inline-block;
	font-size: 16px;
}
.pages i.fa {
	display: block;
}

.logo {
	filter: brightness(0) invert(1); 
}

@media only screen and (max-width: 600px) {
   .masthead h1 {
        font-size: 2rem; 
    }

}

.pages:hover {
	background-color: rgb(214, 80, 0);
	color:#fff;
	text-decoration: none;
}


.list-group-item {
	padding: 0px;
}

.feeds .list-group-item {
	font-size:smaller;
}

.live-card {
	background-color:rgba(255,255,255,0.6) !important;
	border: 1px solid #fff;
}