body {
  background: #cccccc !important;
}

.background {
  background: #0e1b4d;
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.bg-light {
  background: white !important;
}

.logo-img {
  border: 2px solid white;
}

.footer-links {
  margin-left: -15px;
}
.navbar-brand, .nav-link, .hamburger {
  color: white;
}
.nav-link.active {
  color: lightblue;
}
a.navbar-brand:hover, 
a.nav-link:hover
{
  color: pink;
}

.indent-text {
  text-indent: 20px;
  margin-bottom: 0;
}

.large-paragraph {
	font-size: 1.4rem;
	margin-bottom: 10px;
}

hr {
  color: white;
  background-color: white;
  border-width: 0;
  height: 1px;
}

#ageQueryModal .modal-content {
  background: #dde2ed;
}

.text-prod {
	font-weight: bold;
	color: #0e1b4d;
}

.text-brand {
	color: #0e1b4d;
}

.product-img {
	max-height: 800px;
}

.product-text {
	text-indent: 20px;
	color: #0e1b4d;
	font-size: 1.3rem;
}

.title .img-fluid {
	max-height: 150px;
	max-width: 150px;
}

.breadcrumb {
	background-color: white;
	text-wrap: nowrap;
}

/*
* === for iOS removing color and underline for phone numbers ===
*/
a[href^=tel] { color: white; text-decoration: none; }

/*
* === for message form ===
*/

label {
  font-weight: 500;
}
label {
  font-weight: 500;
}
.with-errors {
  color: red;
  font-size: 0.8rem;
}
.has-error .form-control {
  border-color: red;
}

.btn-prod {
	color: #fff;
    background-color: #273673;
    border-color: #273673;
	font-weight: bold;
	font-size: 1.1rem;
}

/*
/* === Back to top arrow ===
*/
#return-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.7);
  width: 50px;
  height: 50px;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top i {
  color: #fff;
  margin: 0;
  position: relative;
  left: 16px;
  top: 13px;
  font-size: 19px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#return-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
  color: #fff;
  top: 5px;
}

/*
/* === Pictures slider ===
*/
.pict-slider img {
  width: 70px;
}
@media (min-width: 576px) {
  .pict-slider img {
    width: 80px;
  }
}
@media (min-width: 768px)  {
  .pict-slider img {
    width: 100px;
  }
}
@media (min-width: 992px) {
  .pict-slider img {
    width: 120px;
  }
}
@media (min-width: 1200px) {
  .pict-slider img {
    width: 130px;
  }
}