/*!
 * Start Bootstrap - Shop Item (https://startbootstrap.com/template-overviews/shop-item)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-shop-item/blob/master/LICENSE)
 */
body {
  padding-top: 66px;
}

.bg {
  /* The image used */
  background-image: url("../images/web-bg2.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bborder-shadow{
  border:none;
  width: 100%;
  margin-top: 0;
  border-bottom: 1px solid #ccc;
  box-shadow: 0 15px 15px -15px #b3b3b3;
  background:#fff;
}

a{
	color:#212529!important;
}

.navbar a{
	color:#0063cc;
}

a.navbar-brand{
	font-weight:900;
}

a.nav-link{
	color:#000;
	font-weight:500;
}

.h2, h2 {
	font-size: 1.5rem!important;
	color:#0063cc;
}

.list-group-item{
	line-height:1em;
}

#colorbox, #cboxOverlay, #cboxWrapper {
	box-sizing: content-box;
}

.list-group .selected{
	background-color:#ccc;
}

.jumbotron{
	padding: 1rem 1rem!important;
}
.contactForm{
	width:100%;
}
.contactForm td{
	padding:10px 0;
}

.logo-table{
	width:100%;
}

.logo-table td{
	text-align:center;
	padding:10px;
}

.logo-table img{
	height:50px;
}

@media (max-width:480px) { 
	.container { 
		width: 90% !important;
	} 
}