/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html,
body {
  height: 100%;
  font-family: 'Roboto', sans-serif;
}

html {
	overflow-y: scroll;
}
body {
  padding-top: 7rem;
  color: #000;
}

.custom-navbar {
	background: #fff;
}

.custom-navbar img {
	max-height: 80px;
	padding: 10px 0;
}

.navbar-dark .navbar-toggler {
	color: rgba(255,255,255,.5);
	/*border-color: rgba(0, 58, 103,1);*/
	border-color:none;
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 58, 103, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-dark .navbar-nav .nav-link {
	color: #7f9cb3;
	transition: .4s;
	text-transform: uppercase;
	font-weight: 500;
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link.selected {
	color: #003a67;
}

.dropdown-menu.custom-background {
	border: 0;
	background: #fff;
	font-size: .9em;
	-moz-box-shadow: 5px 5px 10px #888;
	-webkit-box-shadow: 5px 5px 10px #888;
	box-shadow: 5px 5px 10px #888;
}

.dropdown-menu.custom-background li.dropdown-item.bg-dark {
	background: #f00;
}

.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link {
	color: #003a67;
}

h1, h2, h3, h4, h5, h6, a {
	color: #003a67;
	font-weight: 800;
}

h1.title {
	font-size: 1.6rem;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 45px;
	color: #016620;
}

.subTitle {
	margin-bottom: 45px;
}

a:hover {
	text-decoration: none;
}

.prices h3 {
	color: #7f9cb3;
}

.prices img {
	margin-bottom: 30px;
}

.text-center .node-body ul {
	text-align: left;
	
}

.prices .node-body {
	text-align: left;
	padding: 10px 30px;
}

strong, b {
	color: #3f6b8d;
}

.prices strong, b {
	color: #016620;
}

.prices .node-body ul {
	max-width:100%;
	margin: 0 0 35px 0;
	background:none;
	padding: 0;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow:none;
}

.prices .node-body ul li {
	margin: 0 0 10px 0;
	padding: 0 0 0 25px;
	list-style: none;
	background: url('/live/img/tick.png') no-repeat;
	background-size: 15px;
	background-position: 0 4px;
}

.prices .node-body p strong {
	font-weight: 400;
	font-size: 1.4em;
}

#main {
  flex: 1 0 auto;
}

footer {
  flex-shrink: none;
	/*background: #7f9cb3;*/
	background: #016620;
	color: #fff;
}

footer a {
	color: #fff;
	font-weight: 400;
}

#contentPage {
	padding: 30px 0;
}

.thumbnail {
	margin-bottom: 30px;
}

.thumbnail img {
	-moz-box-shadow: 5px 5px 10px #ccc;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px #ccc;
	margin-bottom: 10px;
	transition: .4s;
}

.thumbnail img:hover {
	-moz-box-shadow: 5px 5px 10px #000;
	-webkit-box-shadow: 5px 5px 10px #000;
	box-shadow: 5px 5px 10px #000;
	margin-bottom: 10px;
}

.shadowTop {
	background: url('/live/img/top-shadow.png');
	height: 35px;
	width: 100%;
	margin: 30px 0 ;
}

.shadowBottom {
	background: url('/live/img/bottom-shadow.png');
	height: 35px;
	width: 100%;
	margin: 30px 0;
}

.btn-site {
	background: #7f9cb3;
	color: #fff;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
	text-transform: capitalize;
}

.block-bespoke-design-consultation {
	margin-bottom: 30px;
}

ul.social {
	padding: 0;
}

ul.social li {
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}


ul.footer {
	margin: 0;
	padding: 0;
}

ul.footer li {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.footer li a {
	color: #fff;
	font-weight: 400;
}

.node-body ul {
	max-width: 800px;
	margin: 45px auto 45px auto;
	background: #fafafa;
	padding: 30px 60px;
	-moz-box-shadow: 5px 5px 10px #ccc;
	-webkit-box-shadow: 5px 5px 10px #ccc;
	box-shadow: 5px 5px 10px #ccc;
	font-weight: 800;
}
.node-body ul li {
	margin-bottom: 30px;
	list-style: none;
}
.node-body ul li h3 {
	font-weight: 400;
	margin: 20px 0 20px 0;
	padding-bottom: 10px;
	color: #016620;
	border-bottom: 1px solid #016620;
	background: url('/live/img/tick.png') no-repeat;
	background-size: 30px;
	background-position: middle left;
	padding-left: 40px;
}

.faq {
	-moz-box-shadow: 5px 5px 10px #ddd;
	-webkit-box-shadow: 5px 5px 10px #ddd;
	box-shadow: 5px 5px 10px #ddd;
	padding: 25px 20px;
	margin-bottom: 30px;
	transition: .4s;
}

.faq:hover {
	background: #f1f1f1;
	-moz-box-shadow: 5px 5px 10px #aaa;
	-webkit-box-shadow: 5px 5px 10px #aaa;
	box-shadow: 5px 5px 10px #aaa;
}
 
.faq h5 {
	color: #016620;
	
	font-weight: 800;
}


.faq h5::before {
	content: "Q: ";
	color: #003a67;
	font-weight: 800;
	font-size: 1.3em;
}

.faq .node-body p::before {
	content: "A: ";
	color: #003a67;
	font-size: 1.3em;
}

#contactInfo {
	padding: 60px 0;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
	margin-bottom: 45px;
}

/* Declare heights because of positioning of img element */
.carousel-item {
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}

