body {
 font-size: 17px;
}

/* 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: 100vh; 
    min-height: 600px; 
    background-position: center center; 
    background-repeat: no-repeat; 
    background-size: cover;
}
.carousel-fullscreenA .carousel-inner .item {
    height: 50vh; 
    min-height: 300px; 
    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 {
	color: #000000;
	font-size: 30px;
	font-family: oswald, sans-serif;
	font-weight: 400;
	font-style: normal;
	
}
h2 {
    font-weight: 350;
	color: #000000;
	font-size: 20px;
	font-family: oswald, sans-serif;

}
h3 {
  font-weight: 350;
	color: #ffffff;
	font-size: 22px;
	font-family: oswald, sans-serif;
}
.super-heading {
    font-size: 60px;
	font-family: "Poynter Oldstyle Text", "Times New Roman", "serif";
	font-style: italic;
}


.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; }

/* To mantain the navbar at the bottom*/
header {
  width: 100%;
  min-height:calc(100vh - 52px);
  background-color: white;
}


/* To mantain the navbar at the top once it is affixed */
.affix {
    top: 0;
    width: 100%;
  }

/* Padding for a smooth affix */
.affix + .container-fluid {
  padding-top: 72px;
}
	.navbar .navbar-nav {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.navbar .navbar-collapse {
  text-align: center;
}
.WhiteBG {
 background-color: white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

            /* navbar */
.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
    margin-bottom: 0px;
    position: fixed;
    width: 100%;
    border-radius: 0px;
    z-index: 10007;
	border-bottom: 1px solid #000000;
}
.navbar-default .navbar-brand {
  color: #000000;
}


.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a{
  color: #88898c;
  background-color: transparent;
	font-size: 19px;
	padding-top: 40px;
	font-family: oswald, sans-serif;
}
a {
	color: #57585b;
}

.padding{
	padding-top: 10%;
	padding-right: 10%;
	padding-left: 10%;
}
.paddingTB{
	padding-top: 5%;
	padding-bottom: 5%;
}
.paddingT{
	padding-top: 5%;
}
.paddingCarousel{
	margin-top: -20px;
}
.nav.navbar-nav > li.active > a{
    color: #57585b;
	background-color: #ffffff;
	font-weight: bold;
}
.greenBackground{
	background-color: #adaeb0;
	color: #ffffff;
	position:absolute;
	left:0;
	right:0;
	font-size: 18px;
	
}
.navbar-form input, .form-inline input {
	width:auto;
}

header {
	
    background-color:#ffffff;
}

#nav.affix {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:10;
}
.paddingLR{
	padding-right: 0px;
	padding-left: 0px;
}
.paddingR{
	margin-right: 0px;
}
.moR{
	padding-right: 0px;
	padding-left: 0px;
	position: fixed;
	background-color: #ffffff;
	z-index:10;
}

.paddingText{
	padding-right: 50px;
	padding-left: 0px;
	margin-right: 50px
}
.paddingSM{
	padding-top: 1px;
	margin-bottom: -15px;
}
.myNav{
	font-size: 20px;
	color: #57585b;
	background-color: #ffffff;
	padding-bottom: 10px;
	border-bottom: 1px solid #f0f1f1;
	font-family: poynter-oldstyle-text, serif;
	position: fixed;
	z-index:20;
}
.bottomP{
	
	position:absolute;
	left:0;
	right:0;	
}
iframe{
	border: 12px  #000000;
	width: 100%;
	height: 450px;
	margin: 0;
	padding: 0;
	} 
