body {
    font-family: Verdana, sans-serif;
	background-color:#f6f4f1;
}

/* original solution by https://codepen.io/Rowno/pen/Afykb */

.carousel-fade .carousel-inner .item {
    -webkit-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .item,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    opacity: 0;
}
.carousel-fade .carousel-inner .active,
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-inner .next,
.carousel-fade .carousel-inner .prev,
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.carousel-fade .carousel-control {
    z-index: 2;
}


/* carousel fullscreen */

.carousel-fullscreen .carousel-inner .item {
    height: 87vh; 
    min-height: 600px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}


/* carousel fullscreen - vertically centered caption*/

.carousel-fullscreen .carousel-caption {
    top: 50%;  
    bottom: auto;
    -webkit-transform: translate(0, -50%); 
    -ms-transform: translate(0, -50%); 
    transform: translate(0, -50%);
}

/* overlay for better readibility of the caption  */

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.1;
    transition: all 0.2s ease-out;
}


/* demo typography */

h1,h2,h3,h4 {
    font-weight: 400;
	font-family: Verdana, sans-serif;
	text-align: center;
	font-weight: normal;
}

.super-heading {
    font-size: 70px; 
}


.super-paragraph {
    font-size: 30px; font-weight: 300;
}

.carousel-caption .super-paragraph a,
.carousel-caption .super-paragraph a:hover
{
    color: #fff;
}

#carousel-example-generic {
    margin: 40px 0;
}

.demo-content {padding-top: 50px; padding-bottom: 50px; 
background-color: #ffffff;
}
/* RB CSS*/
.navbar {
   background-color: transparent;
   	background: transparent;
   	border-color: transparent;
	background-image: url(images/TransparentWhite.png);
	margin-bottom: 0px;
	position: fixed;
	width: 100%;
	border-radius: 0px;
	z-index: 10007;
	border-bottom: 1px solid #000000;
	min-height: 60px;
	padding-top: 0px;
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
    text-decoration: underline;
    background-color: transparent;
}
.fixed .navbar-nav.navbar-right:last-child {
	margin-right: 15px;
}

.fixed .container .navbar-nav.navbar-right:last-child {
	margin-right: -15px;
}

.container-fluid .navbar-header.page-scroll .navbar-brand.page-scroll {
	font-family: Verdana, sans-serif;
}
figure figcaption a {
	color: black;
}
