

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.container-gallery-img {
	text-align: center;
/*	padding-top: 0px;
	padding-bottom: 0px;
 	padding-right: 0px;
	padding-left: 0px;*/
}

.text-body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	padding-bottom: 100px;
}

.navbar-brand {
	float: left;
	height: 50px;
	padding: 15px 15px;
	line-height: 20px;
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
	font-color: #337ab7;
	font-weight: bold;
}

.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(51, 122, 183, 0.5);
}

.navbar-light .navbar-nav .nav-link {
  color: #337ab7;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(51, 122, 183, 0.5);
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #337ab7;
}

.navbar-default .navbar-title {
  color: #337ab7;
}

.navbar-nav{
   justify-content: center;
}

body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 16px;
}

/* Adding padding on top of the anchor that the navbar won't hide the anchor text */

.anchor {
	padding-top: 90px;
}

@media (min-width: 768px) {
	.navbar > .container .navbar-title,
	.navbar > .container-fluid .navbar-title {
	margin-left: -15px;
  }
}

/* Show that the Navbar is fixed to the top */
body {
  min-height: 50rem;
  padding-top: 4.5rem;
}

.navbar-light .navbar-brand {
  color: #337ab7;
}

.bg-lightblue {
  background-color: #86e3ff !important;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  color: #000000;
  line-height: 1;
  background-color: #transparent;
  border: 0px solid #000000;
  border-radius: 0.25rem;
}

.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

h3 {
	font-family: 'Titillium Web', sans-serif;
	text-align: center;
	font-size: 1.5rem;
	color: #337ab7;
}

h4 {
	font-size: 1.2rem;
	color: #337ab7;
}

h5 {
	text-align: center;
	font-size: 1.2rem;
	color: #337ab7;
}

.gallery-block.grid-gallery{
  padding-bottom: 60px;
  padding-top: 10px;
}

.gallery-block.grid-gallery .heading{
    margin-bottom: 50px;
    text-align: center;
}

/*.gallery-block.grid-gallery .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;*/
}

.gallery-block.grid-gallery a:hover{
  opacity: 0.8;
}

.gallery-block.grid-gallery .item img{
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
  transition: 0.4s;
}

.gallery-block.grid-gallery .item{
  margin-bottom: 20px;
}

@media (min-width: 576px) {

  .gallery-block.grid-gallery .scale-on-hover:hover{
    transform: scale(1.05);
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.15) !important;
  }
}

.price-table {
  margin-right: auto;
  display: block;
  max-width: 100%;
  height: auto;
}

.textflag {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 25%;
}

/* Required by Quform */

.upload-explanation span.quform-required {
	color: #cc0101;
	font-size: 18px;
}

.quform-element .quform-element-text {
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	line-height: 1.5;
}

.quform-spacer {
	font-family: 'Titillium Web', sans-serif;
	font-size:14px;
	line-height: 1.5;
}




















