/* Required height of parents of the Full Page Carousel for proper displaying carousel itself */
html,
body,
.view {
  height: 100%;
  position:relative;
}

 /* Fuscore Colour */
 .dmew-text{
	color:#966568;
 }
 .dmew-fill{
	background-color:#966568;
 }

/* Fixed menu offset for anchors */
.anchor {
  display: block; 
  position: relative; 
  top: -60px; 
  visibility:hidden; }

/* Full Page Carousel itself*/
.carousel {
  height: 100%; }
  .carousel .carousel-inner {
    height: 100%; }
    .carousel .carousel-inner .carousel-item,
    .carousel .carousel-inner .active {
      height: 100%; }

	
/* Navbar animation */
.navbar {
  background-color: rgba(255, 255, 255, 1); }

.top-nav-collapse {
  background-color: #FFF; }

/* Adding color to the Navbar on mobile */
@media only screen and (max-width: 768px) {
  .navbar {
    background-color: #FFF; } }

/* Footer color for sake of consistency with Navbar */
.page-footer {
  background-color: #3F729B; }
