#myCarousel h4 {
	font-size: 50px;
	margin-bottom: 15px;
	color:#FFF;
	line-height: 100%;
	letter-spacing: 0.5px;
	font-weight: 600;
}
#myCarousel p {
	margin-bottom: 15px;
	color:#d5d5d5;
}

#myCarousel .carousel-item h4 {
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
    font-style: normal;
	font-size: 18px;
	color: #D2383F;
    text-align: left;
} 
#myCarousel .carousel-item h2 {
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	font-family: "Fredericka the Great", serif;
	font-weight: 400;
    font-style: normal;
	font-size: 24px;
	color: black;
	text-align: left;
}

#myCarousel .carousel-item p {
	-webkit-animation-name: fadeInUp; 
	animation-name: fadeInUp;
	display: block;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
    font-family: "Simonetta", serif;
  	font-weight: 400;
  	font-style: normal;
	/*font-size: 16px;*/
	color: black;
	text-align: left;
} 

#myCarousel .carousel-item p.title {
    font-family: "Fredericka the Great", serif;
	font-weight: 400;
  	font-style: normal;
    font-size: 20px;
}

#myCarousel .carousel-item a {-webkit-animation-name:fadeInUp; animation-name:fadeInUp;}
#myCarousel .carousel-item .mask .slide-bgimg {
	-webkit-animation-name: fadeIn; 
	animation-name: fadeIn; 
	display: block; 
	height: auto; 
	max-width: 100%;
}
#myCarousel h4, #myCarousel h2, #myCarousel p, #myCarousel a, #myCarousel .carousel-item .mask figure {
	-webkit-animation-duration: 1s;
    animation-duration: 1.2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.caption {
	display: block;
    line-height: 1.4;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Fredericka the Great", serif;
	font-weight: 400;
    font-style: normal;
    font-size: 16px;
    width: 20rem;
    text-align: left;
	-webkit-animation-name:fadeIn !important; 
	animation-name:fadeIn !important;
}

#myCarousel .container { max-width: 1430px;  }

@media screen and ( min-width: 768px) {
	#myCarousel{position: relative; z-index: 1; top: -32px; background-position: center center no-repeat;  }
}

@media screen and ( max-width: 767.98px) {
	#myCarousel{position: relative; z-index: 1; top: -12px; background-position: center center no-repeat;  }
}

.carousel-control-next {
    right: unset;
    justify-content: end;
}

.carousel-control-prev-icon {
  position: absolute;
  left: 0px;
  top: 150px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
  background-color: white;
  background-size: 40px 40px;
  background-position-x: 3px;
  box-shadow: 5px 5px 5px darkgray;
}
.carousel-control-next-icon {
    position: absolute;
    top: 150px;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-color: white;
    background-size: 40px 40px;
    background-position-x: 7px;
    box-shadow: 5px 5px 5px darkgray;
  }

.carousel-dark .carousel-control-next-icon, .carousel-dark .carousel-control-prev-icon {
    filter: none;
}

.carousel-item {
    position: relative;
    display: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    transition: -webkit-transform .6s ease;
    transition: transform .6s ease;
    transition: transform .6s ease,-webkit-transform .6s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.carousel-fade .carousel-item {
	opacity: 0;
	-webkit-transition-duration: .6s;
	transition-duration: .6s;
	-webkit-transition-property: opacity;
	transition-property: opacity
}
.carousel-fade .carousel-item-next.carousel-item-left, .carousel-fade .carousel-item-prev.carousel-item-right, .carousel-fade .carousel-item.active {
	opacity: 1
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-right.active {
	opacity: 0
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}
@supports (transform-style:preserve-3d) {
	.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
	}
}
.carousel-fade .carousel-item-left.active, .carousel-fade .carousel-item-next, .carousel-fade .carousel-item-prev, .carousel-fade .carousel-item-prev.active, .carousel-fade .carousel-item.active {
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}


@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}


 
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

