
body {
  padding-top: 106px;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

nav{
  background-color: #FFF;
}
nav .nav-item{
  margin: 0 20px;
}
.logo{
  width: 80px;
}
.text-white a{
  color: #FFF;
}

footer{
  margin-top: 50px;
}

.customers .img-fluid{
  border: #ccc solid 1px;
}
.video-content{
  width: 100%;
}
.video-content video{
  width: 100%;
  height: 100%;
}

.btn-primary{
  background-color: #343a40;
  border-color: #343a40;
}
.welcome{
  text-align: center;
  width: 100%;
  padding: 30px 0 40px;
}
.logopic{
  width: 300px;
  height: 300px;
  margin: 50px auto 0;
}
.logopic img{
  width: 100%;
  border: #ccc solid 1px;
}
.indexsection{
  margin-top: 50px;
}
.dropdown-item.active, .dropdown-item:active{
  background-color: #343a40;
}

.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}

.carousel-caption{bottom: 40%;}
.police{text-align: center;}

@media (min-width: 1200px){
  .container, .container-lg, .container-md, .container-sm, .container-xl{max-width: 96%;}
}