body  {
background-color:white;
margin-top:0;
    margin-left:0;
}


.container {
    width:90%;
margin:0 auto;
}

.content1 {
    width:100%;
     font-family: 'Manrope', sans-serif;
     color:black;
     text-align:center;
     font-size:14px;
}

.logo {
    text-align:Center;
    margin:15px auto;
    width:100%;
}

.container2 {
    width:100%;
    height:auto;
    margin:0;
    
}

svg { height:0;
}


@import url(//fonts.googleapis.com/css?family=Lato:300:400);



h1 {
  font-family: 'Lato', sans-serif;
  font-weight:300;
  letter-spacing: 2px;
  font-size:48px;
}
p {
  font-family: 'Lato', sans-serif;
  letter-spacing: 1px;
  font-size:14px;
  color: #333333;
}

.header {
  position:relative;
  text-align:center;
 background-image:url(../img/sfondo.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
  color:white;
  
}
.logo {
  width:auto;

 
  display:inline-block;
  vertical-align: middle;
}

.inner-header {
  height:45vh;
  width:100%;
  margin: 0;
  padding: 0;
}

.flex { /*Flexbox for containers*/
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.waves {
  position:relative;
  width: 100%;
  height:15vh;
  margin-bottom:-7px; /*Fix for safari gap*/
  min-height:100px;
  max-height:150px;
}

.contentquote {
  position:relative;
  height:auto ;
  width:60%;
  margin-left:20%;
  text-align:center;
  background-color: white;
}








#fullScreenDiv{
    width:100%;
    min-height: 100%; 
   /* Set the height to match that of the viewport. */
    height: 35vw;
    width: auto;
    text-align:center;
    padding:0!important;
    margin: 0!important;
    background-color: black;
    position: relative;
}
#video{    
    width: 100%; 
    height: auto;
    object-fit: cover;
    left: 0px;
    top: 0px;
    opacity:0.7;
    z-index: 1;
     height: 35vw;
}

@media (min-aspect-ratio: 16/9) {
  #video{
   height: 35vw;
    top: -100%;
  }

}

@media (max-aspect-ratio: 16/9) {
  #video {
    width: 100%;
    left: -100%;
  }

}


/* The container for our text and stuff */
#messageBox{
    position: absolute;  top: 0;  left: 0;
    display: flex;
       font-family: 'Manrope', sans-serif;
    align-items: center;
    text-align: center;
    width: 100%;
    color:white;
font-size:2.5vw;
    height:100%;
}



/* Animation */

.parallax > use {
  animation: move-forever 25s cubic-bezier(.55,.5,.45,.5)     infinite;
}
.parallax > use:nth-child(1) {
  animation-delay: -2s;
  animation-duration: 7s;
}
.parallax > use:nth-child(2) {
  animation-delay: -3s;
  animation-duration: 10s;
}
.parallax > use:nth-child(3) {
  animation-delay: -4s;
  animation-duration: 13s;
}
.parallax > use:nth-child(4) {
  animation-delay: -5s;
  animation-duration: 20s;
}
@keyframes move-forever {
  0% {
   transform: translate3d(-90px,0,0);
  }
  100% { 
    transform: translate3d(85px,0,0);
  }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
  .waves {
    height:40px;
    min-height:40px;
  }
  .content {
    height:30vh;
  }
  h1 {
    font-size:24px;
  }
}


.content {
  margin: auto;
  padding: 20px;
  width: 80%;
height:Auto;
background-color:white;
  max-width: 1200px;
  min-width: 300px;
}

.slick-slider {
  margin: 30px auto 50px;
 
}



.slick-prev,
.slick-next {
  color: white;
  opacity: 1;
  height: 40px;
  width: 40px;
  margin-top: -20px;
}
.slick-prev path,
.slick-next path {
  fill: rgba(0, 0, 0, 0.4);
}
.slick-prev:hover path,
.slick-next:hover path {
  fill: #FFFFFF;
}

.slick-prev {
  left: -35px;
}

.slick-next {
  right: -35px;
}

.slick-prev:before,
.slick-next:before {
  content: none;
}

.slick-dots li button:before {
  color: rgba(0, 0, 0, 0.4);
  opacity: 1;
  font-size: 8px;
}

.slick-dots li.slick-active button:before {
  color: black;
}

.slider {
    
    height:auto;
}
.quote-container {
height:inherit;
  color: #666666;
  font-size: 36px;
   font-family: 'Manrope', sans-serif;
   text-align:left;
   font-size:0.7vw;
  margin: 0 20px;
  border-left:none;
  position: relative;
}
.quote-container:hover {
  cursor: -webkit-grab;
  cursor: grab;
}
.quote-container .portrait {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  
  height: 140px;
  width: 140px;
  overflow: hidden;
}
.quote-container .portrait img {
  display: block;
  height: auto;
  width: 100%;
}

blockquote {
      border-left:none !important;
    }
    
    
    .quote-container .quote {
  position: relative;
  z-index: 600;
  padding: 40px 0 40px 40px;
  margin: 0;
  font-size: 20px;
  font-style: italic;
  line-height: 1.4 !important;
 font-family: 'Manrope', sans-serif;
  color: black;
}
.quote-container .quote p {
  position: relative;
  margin-bottom: 20px;
}
.quote-container .quote p:first-child:before {
  content: '\201C';
  color: rgba(0, 0, 0, 0.14);
  font-size: 15.5em;
  font-weight: 700;
  opacity: 1;
  position: absolute;
  top: -.4em;
  left: -.3em;
  text-shadow: none;
  z-index: -10;
}
.quote-container .quote cite {
  display: block;
  font-size: 14px;
}
.quote-container .quote cite span {
  font-size: 16px;
  font-style: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.dragging .quote-container {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.octogon {
  -webkit-clip-path: polygon(50% 0%, 38.11% 6.7%, 24.99% 6.72%, 18.06% 18.44%, 6.7% 25%, 6.56% 38.64%, 0% 50%, 6.7% 61.89%, 6.7% 75%, 18.44% 81.94%, 25% 93.3%, 38.64% 93.44%, 50% 100%, 61.88% 93.3%, 75% 93.3%, 81.94% 81.56%, 93.3% 74.9%, 93.44% 61.36%, 100% 50%, 93.3% 38.11%, 93.3% 25%, 81.56% 18.06%, 74.96% 6.7%, 61.36% 6.56%, 50% 0%);
  clip-path: url(#octogon);
  height: 140px;
  width: 140px;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 5% 0%;
  }
  50% {
    background-position: 96% 100%;
  }
  100% {
    background-position: 5% 0%;
  }
}


