  
@import url('https://fonts.googleapis.com/css?family=Jura');

body {
	padding-top: 70px;
	background-image: url(../images/surveillancepro_background.jpg);
      background-repeat: repeat;
	color: silver;
	font-family: "Jura";
      font-size: 13pt;
}

.logo {

      padding-top: 20px;
      padding-bottom: 20px;

}

img {
	max-width: 200px;
}

.navbar {
	background: rgba(73,93,115,.98);
	border-radius: 5;
}

header .navbar-brand {
  background-repeat: no-repeat;
  background-position: 15px 0px;
  background-size: contain	;
  background-repeat: no-repeat;
}

h2, h3 {
  font-weight: bold;
  color: steelblue;
}

.clarkeco_color {
  font-weight: bold;
  color: steelblue;
}

ul {
  list-style-image: url(../images/private_eye.png);
}

.tagline {
  color: steelblue;
  font-family: "Jura";
  font-style: italic;
  font-size: 2.2em;
  text-align: right;
  padding-top: 2.2em;
  padding-bottom: 1.5em;
}

/* centered columns styles */
.row-centered {
    text-align:center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.col-centered {
    display:inline-block;
    float:none;
    text-align:center;
    padding-top: 15px;
    padding-bottom: 15px;
}

blockquote {
  border-color: silver;
}

.panel-default > .panel-heading {
  text-align: center;
  font-family: "Jura";
  font-weight: bold;
  font-size: 14pt;
  color: white;
  background-color: steelblue;
}

.panel-body {
  font-family: "Jura";
  color:navy;
  font-size: 12pt;
}

.modal-title {
  text-align: center;
  color: white;
  background-color: steelblue;
}

.modal-header > .close {
  color: steelblue;
  text-align: right;
  vertical-align: bottom;
  font-weight: bold;
}

.modal-footer {
  font-size: 14pt;
}

.control-label {
  color: rgb(73,93,115);
  font-family: "Jura";
  font-weight: bold;
  color: steelblue;
}

footer .navbar-default {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(73,93,115,.98);
  border-radius: 5;
}

/** Carousel Fade **/

.carousel.fade {
  opacity: 1;
}

.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0;
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}

.carousel.fade .item:first-child {
  top: auto;
  opacity: 1;
  position: relative;
}

.carousel.fade .item.active {
  opacity: 1;
}

.carousel-control {
  opacity: 0;
}

.carousel-control.right,
.carousel-control.left {
  background-image: none;
}

#surveillance .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 95%;
} 

.form-radio-buttons {
  font-size: 12pt;
}

.antispam {
  display: none;
}

.surveillancepro_footer {
  padding-top: 10px;
  padding-bottom: 10px;
  color: steelblue;
  border-radius: 5;
  font-size: 14pt;
  font-family: "Jura";
}

.surveillancepro_footer_list {
  list-style-type: none;
  list-style-image: none;
}

