@import url('https://fonts.googleapis.com/css2?family=Cinzel&display=swap');
* {box-sizing: border-box}
.mySlides {display: none;
  vertical-align: middle;}

body > footer{
  margin:0px;
  padding:0px;
  min-width:100%;
  max-width:100%;
  height:auto;
  bottom: 0;
  position: absolute;
  font-size: smaller;
}

.img-boat{
  /* margin-top: auto;
  margin-bottom: auto; */
  /* width:100%;
  height:auto; */
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media  (max-width: 1200px)  {
  .img-boat{
    margin: auto;
    display: block;
    top:0;
    position:relative;
    width:80%;
    height: auto;
    -ms-transform: none;
    transform: none;
  }
}

.calendar{
  margin-left: auto;
  margin-right: auto;
 
  width:470px;
  height:auto;
}
@media(max-width:1200px){
  .calendar{
    margin-left: auto;
    margin-right: auto;
   
    width:315px;
    height:auto;
  }
}
.container {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 75%; 
}
@media (max-width: 1200px) {
  .container {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 60%; 
  }
}

.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media  (max-width: 1200px) {
  .responsive-iframe {
    margin: auto;
   
    width:80%;
    height: 80%;
  }
}
/* Slideshow container */
.slideshow-container {
  position: relative;
}
/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
 
  user-select: none;
}
/* Position the "next button" to the right */
.prev{
  position: absolute;
  left: 0px;
  border-radius: 0 3px 3px 0;
}
.next {
  position: absolute;
  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 {
  background-color: rgba(0,0,0,0.6);
}

.boatname{
    font-family: 'Cinzel', serif!important;
    color:rgb(1, 1, 105);
    font-weight: 500;
    
}
/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
 .mojemargine{
  /*  margin-left: 30px;
    margin-right: 30px; */
    margin-top: 10px;
  }
  .mojemargine-home{
       margin-left: 30px;
    margin-right: 30px;
      margin-top: 10px;
    }
  @media (min-width: 640px)  and (max-width: 960px) {
    .mojemargine,.mojemargine-home{
      margin-left: 40px;
      margin-right: 40px;
      margin-top: 20px;
    }
  }
  @media (min-width: 960px)  and (max-width: 1200px) {
    .mojemargine,.mojemargine-home{
      margin-left: 60px;
      margin-right: 60px;
      margin-top: 30px;
    }
  }
  @media (min-width: 1200px)  {
    .mojemargine,.mojemargine-home{
      margin-left: 100px;
      margin-right: 100px;
      margin-top: 40px;
    }
  }
.mypadding{
  padding-top: 8px;
}
.bg{
  min-height: 100%;
  width: 100%;
  height: auto;
  position: absolute;
  background-attachment: fixed;
  top: 0;
  left: 0;
}
/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 4s  ;
  animation-name: fade;
  animation-duration: 4s ;
  animation-iteration-count:infinite;
  -webkit-animation-fill-mode: forwards;
animation-fill-mode: forwards;
}

@-webkit-keyframes fade {
  0% {opacity: 0.3} 
  10%{opacity: 1}
  90%{opacity: 1}
  100% {opacity: 0.3}
}


@keyframes fade {
  0% {opacity: 0.3} 
  10%{opacity: 1}
  90%{opacity: 1}
  100% {opacity: 0.3}
}
