/*!
 * Start Bootstrap - Thumbnail Gallery (https://startbootstrap.com/template-overviews/thumbnail-gallery)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-thumbnail-gallery/blob/master/LICENSE)
 */

body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

#wrapper {
  text-align: center;
}
#largecamdiv {
  background-color: #ffffff; /* for vizualization purposes */
  display: flex;
  flex-wrap: nowrap;
  align-content: space-around;
  height: 100%;
}

#image {
  position: absolute;
  left: 0;
  top: 0;
}
#text {
  z-index: 100;
  position: absolute;
  color: white;
  font-size: 24px;
  font-weight: bold;
  left: 150px;
  top: 350px;
}

#clears  {
    clear: left;
}

/* Top left text */
.top-left {
    position: absolute;
    top: 0px;
    left: 15px;
	z-index: 200;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
background: -moz-linear-gradient(left, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
	color: white;
	font-size: 13px !important;
	width: 86%;
	border-top-right-radius: .5em;
	border-top-left-radius: .5em;
}
.col-lg-3 col-md-4 col-xs-6 {
	z-index: 100 !important;
}

img {
    opacity: 1.0;
    filter: alpha(opacity=100); /* For IE8 and earlier */
}

img:hover {
    opacity: 0.95;
    filter: alpha(opacity=95); /* For IE8 and earlier */
}

.tweeter {
    margin-top: 11px !important;
    margin-left: 10px !important;
}

.nav-item{
	padding-right: 5px !important;
	border: 0px !important;
}

.dropdown{
	padding-right: 5px !important;
	border: 0px !important;

}
.navbar-nav {
	margin-top: 3px !important;
}
.col-lg-3
{
	background-image: url("/images/cam_offline.png");
	background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
}
.img-thumbnail
{
	min-height: 165px !important;
	border: 0px !important;
	object-fit: fill;
	max-height: 200px !important;
	padding: 0px !important;
	border-radius: .5em !important;

}
.featured
{
	max-height: 400px !important;
	border: 0px !important;
	object-fit: fill;

}

.feattext
{
	font-size: 12px !important; 
	font-weight: bold;
}



/* Pattern styles */
.left-half {
  background-color: #ffffff;
  flex: 1;
  padding:0 10px 10px 0;
 justify-content: space-around;
		min-width: 700px;
}

.right-half {
  background-color: #f1f1f1 !important;
  flex: 1;
  padding: 1rem;
justify-content: space-between;
	max-width: 200px;
}

.top-gray {
  margin: 0 -9999rem;
  /* add back negative margin value */
  padding: 0.25rem 9999rem;
  background: #f1f1f1 !important;
}
