

/*socialAndMaps*/

.socialAndMaps{
    height: 600px;
}

@media only screen and (max-width: 600px){
    .socialAndMaps{
        margin-top:-20px;
    }
}


/*Nav bar*/
.topnav {
    overflow: hidden;
    background-color: #FFF69F;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #50514f;
    text-align: center;
    padding: 12px 16px;
    text-decoration: none;
    font-size: 20px;
    padding-bottom: 10px;
  }
  .textForSmallMenu{
      display:none;
  } 
  
  .topnav a:hover {
    background-color: #fdffff;
    color: #50514f;
  }
  
  .topnav a.active {
    background-color: #FFF69F;
    color: #fdffff;
    height: 10px;
    margin-bottom: 10px;
  }
  
  .topnav .icon {
    display: none;
  }

  .flagIcon img{

      height: 19px;
  }
  
  @media screen and (max-width: 950px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
  
  @media screen and (max-width: 950px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .textForSmallMenu{
        margin-left: 10px;
        display:inline;
        font-family: 'Titillium Web', sans-serif;

    } 
  }


/*Front page*/


@media screen and (min-width: 950px) {
    .videoContainer{
        width:100%;
        height: auto;
        overflow:hidden;
        display:block;
        height: 650px;
        position: absolute;
        z-index: -1;
    }
    .videoContainer video{
        max-width: 100%;
        height: auto;
    }
    .videoContainerMobile{
        display: none;
    }

}
@media screen and (max-width: 950px) {
    .videoContainerMobile{
        width:100%;
        height: auto;
        overflow:hidden;
        display:block;
        height: 650px;
        position: absolute;
        z-index: -1;
    }
    .videoContainerMobile img {
        max-width:100%;
    }
    .videoContainer{
        display: none;
    }
}


.backgroundVideo{
    width: 100%;
    
}

.bookTableButtonVideo{
    margin-top: 15%;
    width: 100%;
    padding: 0px;
    border: 0px;
    border-style: none;
    text-align: center;
}
.bookTableButtonVideo img{
    width: 200px;
}

.bookTableButtonVideo img:hover{
    margin-top: -10px;
    width: 220px;
}

.bookTableElement a{
    width: 100px;
    text-decoration: none;
    color: black;
    border: 0px;
    border-style: none;
    text-align: center;
}



/*food and drinks*/
.foodAndDrinks{
    padding-top: 15%;
    height: 400px;
    display: flex;
}
.foodBox{
    height: 400px;
    width: 50%;
    background-color: #fdffff    ;
}

.drinksBox{
    height: 400px;
    width: 50%;
    background-color: #fdffff;
}

#foodAndDrinksContainer{
    height: 250px;
    width: 80%;
    margin-left:10%;
    margin-right: 10%;
    margin-top: 75px;
    margin-bottom: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-position: center;

}
.foodAndDrinksButton{
    text-decoration: none;
}
.foodAndDrinksButton div{
    color: #50514f;
    align-items: center;
    background-color: #fdffff;
    text-align: center;
    width: 70px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 2px;
    padding-bottom: 2px;
    border: 2px;
    border-style: solid;

}

.foodAndDrinksButton div:hover{
    background: #FFF69F;
}





/*Box styles*/
@media only screen and (min-width: 600px){
    .box{
        display: flex;
    }
    .textbox{
        width: 50%;
    }
    #imageTextIMG{
        width: 50%;
    }
    .boxPhone{
        display: none;
    }
}
@media only screen and (max-width: 600px){
    .box{
        display: none;
    }
    .textbox{
        padding:0px;
        background-color: #FFF69F;
    }
    #imageTextIMG{
        margin-bottom:-22px;
        margin-top: -16px;
        padding:0px;
    }

}

.box {
    background-color: #FFF69F;
    color: #50514f;
}
.boxPhone {
    background-color: #FFF69F;
    color: #50514f;
}

.boxPhone p {
    padding-bottom: 20px;
}

.boxPhone h1 {
    padding-top: 10px;
}


.textbox h1{
    padding-left:5%;
    padding-right:5%;

}
.textbox p{
    padding-left:5%;
    padding-right:5%;
}


#imageTextIMG{
  /* The image used */

  /* Full height */
  height: 400px;
  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}






/*BOOK TABLE*/
.bookTableElement{
    height: 300px;
    display: table;
    margin: 0 auto;

}

.bookTableButton{
    margin-top: 100px;
    padding: 10px;
    border: 2px;
    border-style: solid;
    width:100%;
    text-align: center;
}
.bookTableButton:hover{
    background-color: white;
}


/* Book bord knap*/

.bookTableElement a{
    text-decoration: none;
    color: #50514f;
}

.bookTableElement :hover{
    background-color: #FFF69F;
}


/*footer */

.footerComponent{
    color: #fdffff;
    height: 400px;
    background-color: #50514f;
    display: flex;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;

}
.contactInformation{
    width: 50%;
}

.mapsInformation{
    margin-top:50px;
    width: 50%;
    float: left;
}

@media only screen and (min-width: 600px){
    .mapsInformation{
        margin-left: 100px;
    }
}

@media only screen and (max-width: 450px){
    .mapsInformation{
        visibility: hidden;
    }
}

/*POPUP*/
.overlay {
    height: 0%;
    width: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fdffff;
    overflow-y: hidden;
    transition: 0.5s;
    
  }
  
  .overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  
  .overlay a:hover, .overlay a:focus {
    color: #fdffff;
  }
  
  .overlay .closebtn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 60px;
  }
  
  @media screen and (max-height: 450px) {
    .overlay {overflow-y: auto;}
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 0px;
    right: 45px;
    }
  }

  /*Exection cases for the iframe booking*/
  .overlay iframe{
    margin-left: 40%;
    margin-right: 40%;
    width:20%;
    min-width: 400px;
    height:100%;
    }

    @media screen and (max-width: 2000px) {
        .overlay iframe{
            margin-left: 35%;
            margin-right: 35%;
            width:30%;
            min-width: 400px;
            }
      }

  @media screen and (max-width: 1000px) {
    .overlay iframe{
        margin-left: 25%;
        width:50%;
        min-width: 400px;
        margin-right: 25%;
        }
  }

@media screen and (max-width: 700px) {
    .overlay iframe{
        margin-left: 10%;
        width:80%;
        margin-right: 10%;
        }
  }

@media screen and (max-width: 450px) {
    .overlay iframe{
        margin-left: 0%;
        width:100%;

        margin-right: 0%;
        }
  }
/*Boat priceses popup*/
.boatPricesContainer{
    height: 10px;
    display: table;
    margin-left: 5%;
    margin-top:-100px;
    
}


.boatPriceses{
    text-align: center;
}

.cafeDeLaCimaText{
    padding-left: 10%;
    padding-right:10%;
}


/*GLOBAL*/
body{
    font-family: 'Titillium Web', sans-serif;
    background-color: #fdffff
}

address{
    text-decoration: none;
}