html {
  height: 100%;
  margin: 0;
}

body {
    height: 100%;
    margin: 0;
    text-align:center;
    color:#191970;/*#000080;*/
/*    background-image:url(Images/flowersRect.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;*/
  /*background-size: 50% 50%;*/
}

.heightContainer {
  height:100%;
}

.classNavigationMenu {
  /* Fix the bar at the top of the page*/
  position: fixed;
  top: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #d6599d; /* #bc8593; */
}

.displayFlexContainer{
  display: flex; /*to enable the float*/
  align-items: center; /*vertically*/
  justify-content: center; /*horizontally*/
}

.containerImageAndText {
}
.figCol {
}
.imgCol{
}
.centerCol{
}
.rightCol{
}
.imgColFront{
}

/*Fonts settings*/

.Level1FontSettings {
  /*text-align:center;*/
  font-family:"URW Chancery L";
}

.Level2FontSettings {
  /*text-align:center;*/
  font-family:"URW Chancery L";
}

.Size2FontSettings {
}
.Size3FontSettings {
}
.Size4FontSettings {
}
.SizeFinalFontSettings{
}

li {
  float: left;
}

li a {
  display: block;
  color: white;
  text-align: center;
  padding: 1.25vw;
  text-decoration: none;
}

li a:hover {
  background-color: #cf5798; /*#a56f7f;*/
}

.buttonFormat{
  font-family:"serif";
  border-radius: 1.2vw;
  border: 0.15vw solid #a56f7f;
  background-color: #d6599d; /*#bc8593;*/
  color: white;
  padding: 0.3vw 0.5vw; /* vert and horiz*/
  cursor: pointer;
  cursor: hand;
  /*text-align: center;
  text-decoration: none;
  display: inline-block;*/
}

.buttonFormat:hover{
  background-color: #cf5798; /*#a56f7f;*/
  /*color: black;
  text-decoration: none;
  display: inline-block;*/
}

.buttonFormat:active{
  /*background-color: green;
  color: white;*/
}

/* slideshow*/

.mySlides {display: none}
img {vertical-align: middle;}
.classImgSlides {
}

/* Slideshow container */
.slideshow-container {
  margin: auto;
  align-items: center; /*vertically*/
  justify-content: center; /*horizontally*/
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
/*  position: absolute;
  top: 50%;*/
  /*width: auto;*/
  padding: 16px; /*dist between arrows*/
  margin-top: 0px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 0px 0px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: white;
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: black;
  font-size: 15px;
  padding: 8px 12px;
  width: 100%;
  text-align: center;
  /*position: absolute;
  bottom: 8px;*/
}

/* Number text (1/3 etc) */
.numbertext {
  color: black;
  font-size: 12px;
  padding: 8px 12px;
  /*position: absolute;
  top: 0;*/
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2s;
  animation-name: fade;
  animation-duration: 3s;
}

@-webkit-keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.bg{
  display: flex; /*to enable the float*/
  align-items: center; /*vertically*/
  justify-content: center; /*horizontally*/
  position: relative;
  /*z-index: 1;
  background-image:url(Images/flowersRect.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.content{
  display: flex; /*to enable the float*/
  align-items: center; /*vertically*/
  justify-content: center; /*horizontally*/
  position: relative;
  z-index: 2;
}

.bg:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  background-image:url(Images/flowersRect.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 100%;
  filter:brightness(50%);
}


@media screen and (min-width: 1081px) {
.Level1FontSettings {
  font-size: 5vw;
}
.Size2FontSettings {
  font-size: 3vw;
}
.Size3FontSettings {
  font-size: 2vw;
}
.Size4FontSettings {
  font-size: 1.5vw;
}
.SizeFinalFontSettings {
  font-size: 3vw;
}
li a {
  font-size: 1.1vw;
}
.buttonFormat{
    font-size: 1.2vw;
}
.containerImageAndText {
  display: flex; /*to enable the float*/
  align-items: center; /*vertically*/
  justify-content: center; /*horizontally*/
}
.figCol {
  flex-basis: 35%;
}
.imgCol{
  width:85%;
  height:auto;
  /*object-fit: contain;*/
}
.imgColFront{
  width:85%;
  height:auto;
  /*object-fit: contain;*/
}
.centerCol {
   flex-basis: 20%;
}
.rightCol {
   flex-basis: 20%;
}
.classImgSlides {
   width:60%
}
.slideshow-container {
  display: flex;
  flex-basis: 80%
}
}

@media screen and (max-width: 1080px) {
.Level1FontSettings {
  font-size: 10vw;
}
.Size2FontSettings {
  font-size: 8vw;
}
.Size3FontSettings {
  font-size: 5vw;
}
.SizeFinalFontSettings {
  font-size: 5vw;
}
li a {
  font-size: 3.5vw;
}
.buttonFormat{
  font-size: 3.5vw;
}
.imgCol{
  width:100%;
}
.classImgSlides {
   width:100%
}
.imgColFront{
  margin-top: 10vw;
  width:80%;
  height:auto;
  margin-bottom: 10vw;
}
}
