body {
    max-width: 1800px;
    display: block;
    margin: auto;
}

.bodycontainer {
    background-color: #242e59;
    border: solid #ffffff 20px;
}






h1 {
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: left;
    font-size: 30px;
    color: #ffffff;
    letter-spacing: 5px;
    line-height: 150%;
    padding: 0 0 40px 0;
}

p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 0 0 40px 0;
}








.button-left {
color: #ffffff !important;
text-transform: uppercase;
text-decoration: none;
background: #242e59;
padding: 15px;
border: 2px solid #fff !important;
display: inline-block;
transition: all 0.4s ease 0s;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
text-align: center;
font-size: 16px;
}

.button-left:hover {
color: #ffffff !important;
background: #f6b93b;
border-color: #f6b93b !important;
transition: all 0.4s ease 0s;
}

.button-center-light {
color: #242e59 !important;
text-transform: uppercase;
text-decoration: none;
background: none;
padding: 15px;
border: 2px solid #242e59 !important;
display: inline-block;
transition: all 0.4s ease 0s;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
text-align: center;
font-size: 16px;
}

.button-center-light:hover {
color: #ffffff !important;
background: #f6b93b;
border-color: #f6b93b !important;
transition: all 0.4s ease 0s;
}









.topnav {
  overflow: hidden;
}

.topnav a {
  float: right;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 23px 16px;
  text-decoration: none;
  font-size: 12px;
font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.topnav a:hover {
  color: #d7db23;
}

.topnav a.active {
  background-color: transparent;
  color: white;
}

.topnav .icon {
  display: none;
}

.nav-logo {
    width: 200px;
    padding: 20px 16px;
}


.fivesailslogo {
    display: block;
    margin: auto;
    padding: 0 10% 30px 10%;
    width: 80%
}









header {
    width: 100%;
    margin: auto;
    display: block;
}

.header-copy {
    display: inline-block; *display: inline;
    width: 80%;
    padding: 10% 7% 7% 7%;
    vertical-align: bottom;
}

.header-image {

    display: inline-block; *display: inline;
    width: 60.7%;
    vertical-align: middle;
}

.header-image-mobile {
    display:none;
}








.about {
    background-color: #e4e9eb;
    padding: 20px;
}

.about-container {
    background-color: #e4e9eb;
    padding: 20px;
    border: 1px solid #242e59;
    padding: 5%
}

.about-left-col {
    display: inline-block; *display: inline;
    width: 100%;
    vertical-align: top;
    padding: 0 0 5% 0;
    
}

.about-right-col {
    display: inline-block; *display: inline;
    width: 80%;
    vertical-align: top;
    padding: 0 0 0 5%;
}

.about-container h2 {
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: left;
    font-size: 30px;
    color: #242e59;
    letter-spacing: 5px;
    line-height: 150%;
    padding: 0 0 40px 0;
}

.about-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: justify;
    font-size: 13px;
    color: #242e59;
    letter-spacing: 2px;
    line-height: 100%;
    text-transform: uppercase;
}

.about-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
    color: #242e59;
    letter-spacing: 2px;
    line-height: 180%;
    padding-bottom: 11px;
}

.right-left {
    display: inline-block; *display: inline;
    width: 45%;
    vertical-align: top;
    padding: 0 0 0 0;
}

.right-right {
    display: inline-block; *display: inline;
    width: 44%;
    vertical-align: top;
    padding: 0 0 0 0;
}







.beverages-left {
    display: inline-block; *display: inline;
    width: 50%;
    height: 810px;
    vertical-align: middle;
    background-image: url(img/beverage.jpg);
    background-size: cover;
    background-position: center;
}


.beverages-right {
    display: inline-block; *display: inline;
    width: 35%;
    padding: 15% 7% 15% 7%;
    vertical-align: middle;
}


.feature-1 {
    background-color: #161f41;
}


.feature-1-left {
    display: inline-block; *display: inline;
    width: 50%;
    height: 810px;
    vertical-align: middle;
    background-image: url(img/feature-1.jpg);
    background-size: cover;
    background-position: left;
}


.feature-1-right {
    display: inline-block; *display: inline;
    width: 35%;
    padding: 15% 7% 15% 7%;
    vertical-align: middle;
}







.cusine {
    background-color: #e4e9eb;
    padding: 20px;
}

.cusine-container {
    background-color: #e4e9eb;
    padding: 20px;
    border: 1px solid #242e59;
    padding: 10%;
    
}

.cuisine-gallery  {
    display: block;
    margin: auto;
    padding: 0 0 5% 0;
    max-width: 100%;
}

.cusine-container h2 {
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    color: #242e59;
    letter-spacing: 5px;
    line-height: 150%;
    padding: 0 0 40px 0;
}

.cusine-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
    color: #242e59;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 0 5% 0 5%;
    border-right: 1px solid #242e59;
    border-left: 1px solid #242e59;
}






.events {
    padding: 5%;
}

.events-img {
    display: inline-block; *display: inline;
    vertical-align: middle;
    max-width: 500px;
}


.events-right {
    display: inline-block; *display: inline;
    padding: 15% 7% 7% 7%;
    vertical-align: bottom;
}

hr {
  border-top: 3px solid #ffffff;
    margin: 5% 0 5% 0;
    padding: 0 0 0 0;
    width: 100%;
}

.events-about h1{
    text-align: center;
}

.events-about p{
    margin: 0 15%;
    padding: 0 5% 0 5%;
    border-right: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
}







.menus {
    background-color: #e4e9eb;
    padding: 20px;
}

.menus-container {
    background-color: #e4e9eb;
    padding: 20px;
    border: 1px solid #242e59;
    padding: 10%;
    position: relative;
}

.menus-container h2 {
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    color: #242e59;
    letter-spacing: 5px;
    line-height: 150%;
    padding: 0 0 0 0;
}

.menus-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    color: #242e59;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 0 5% 0 5%;
}

.menu-buttons {
    width: 100%;
	text-align: center;
	overflow: hidden;
    padding: 50px 0 50px 0;
}

.menu-button {
    width: 200px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    color: #242e59;
    letter-spacing: 5px;
    margin: 40px 40px 0 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #242e59;
}







.contact-left {
    display: inline-block; *display: inline;
    width: 40%;
    height: 400px;
    margin: 5%;
    padding: 20px;
    border: 1px solid #ffffff;
}


.contact-right {
    display: inline-block; *display: inline;
    width: 30%;
    padding: 7% 7% 7% 7%;
    vertical-align: bottom;
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: justify;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 0 0 0 0;
}

.contact-logo {
    width: 300px;
}










.gallery {
    padding: 5%;
}


.row {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
    box-sizing: border-box;
}

/* Create four equal columns that sits next to each other */
.column {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
    box-sizing: border-box;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
    box-sizing: border-box;
}







.feedback-header {
    display: block;
    padding: 10%;
}



.feedback-header h1{
    text-align: center;
    padding: 0;
}

.feedback-header p{
    text-align: center;
}

.feedback-rule {
    padding: 0;
    margin: 0 auto;
    width: 80%;
    
}









/* Slideshow container */
.slideshow-container {
  position: relative;
  background: transparent;
}

/* Slides */
.mySlides {
  display: none;
  padding: 80px 80px 20px 80px;
  text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -30px;
  padding: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 3px 3px 0;
  user-select: none;
    background-color: #707188;
}

/* Position the "next button" to the right */
.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.8);
  color: white;
}

/* The dot/bullet/indicator container */
.dot-container {
    text-align: center;
    padding: 5px 5px 80px 5px;
    background: transparent;
}

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

/* Add a background color to the active dot/circle */
.active, .dot:hover {
  background-color: #fff;
}

/* Add an italic font style to all quotes */
q {font-style: italic; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 180%;
    padding-bottom: 11px;

}

/* Add a blue color to the author */
.author {font-style: italic; 
    font-family: 'Montserrat', sans-serif;
    font-weight: 800;
    text-align: center;
    font-size: 14px;
    color: #fff;
    letter-spacing: 2px;
    line-height: 180%;
    padding-bottom: 11px;
    padding-top: 28px;
}




.stars {
    display: block;
    margin: auto;
    width: 100px;
}

.mySlides h3 {
    text-align: center;
    font-weight: 300;
    font-size: 11px;
    padding: 0 0 25px 0;
}



.review-logo {
    display: block;
    width: 150px;
    margin: auto;
}


.review-logo-container {
    display: block;
    margin: auto;
    width: 70%;
    padding: 5% 0 0 0;
}


.review-left {
    display: block;
    width: 70%;
    margin: auto;
}

.review-left h2 {
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: center;
    font-size: 30px;
    color: #242e59;
    letter-spacing: 5px;
    line-height: 150%;
    padding: 0 0 40px 0;
}

.review-left p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: center;
    font-size: 13px;
    color: #242e59;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 0;
    border-right: 0px solid #242e59;
    border-left: 0px solid #242e59;
}





.review-buttons {
    width: 100%;
	text-align: center;
	overflow: hidden;
    padding: 25px 0 25px 0;
}

.review-button {
    width: 160px;
    display: inline-block;
    vertical-align: middle;
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: center;
    font-size: 20px;
    color: #242e59;
    letter-spacing: 5px;
    margin: 40px 40px 0 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #242e59;
}







.button-inline-container {
    display: block;
    margin: auto;
    width: 410px;
}


.button-inline {
    display: inline-block;
    margin: 0 20px 0 20px;
}


.our-team {
    padding: 10%;
}


.left-a {
    display: inline-block;
    width: 50%;
    float: right;
}

.our-team h2 {
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: left;
    font-size: 25px;
    color: #fff;
}



.our-team h4 {
    text-align: left;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 20px 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 2px;
}



.right-1 p{
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 140%;
}


.staff-left {
    float: left;
    width: 55%;
    padding: 0 25px 25px 0px;
    margin: 0px;
}

.staff-right {
    float: right;
    width: 55%;
    padding: 0 0 25px 25px;
    margin: 0px;
}









@media screen and (max-width: 1400px) {
.header-copy {
    display: inline-block; *display: inline;
    width: 80%;
    padding: 10% 7% 7% 7%;
    vertical-align: middle;
}

.header-image {

    display: inline-block; *display: inline;
    width: 50%;
    vertical-align: middle;
}
    


.right-left {
    display: block;
    width: 1000%;
    vertical-align: top;
    padding: 0 0 0 0;
}

.right-right {
    display: block;
    width: 1000%;
    vertical-align: top;
    padding: 0 0 0 0;
}
}







@media screen and (max-width: 1300px) {
    

.events-img {
    display: inline-block; *display: inline;
    vertical-align: middle;
    max-width: 40%;
}

}










@media screen and (max-width: 1000px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
    
    .header-copy {
    display: block;
    width: 80%;
    padding: 10% 7% 7% 7%;
    vertical-align: middle;
}

.header-image {
    display: none;
}
    .header-image-mobile {
    display: block;
    width: 100%;
    vertical-align: middle;
}
    

.about-left-col {
    display: block;
    width: 100%;
    vertical-align: top;
    padding: 0 0 0 0;
    border-right: 0px solid #242e59;
}

.about-right-col {
    display: inline-block; *display: inline;
    width: 80%;
    vertical-align: top;
    padding: 50px 0 0 0;
}

.about-container h2 {
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: left;
    font-size: 25px;
    color: #242e59;
    letter-spacing: 5px;
    line-height: 150%;
    padding: 30px 0 40px 0;
}
    
        .events {
    padding: 5%;
}

.events-img {
    display: block;
    vertical-align: middle;
    max-width: 100%;
}


.events-right {
    display: block;
    padding: 15% 7% 7% 7%;
    vertical-align: bottom;
}


.events-about h1{
    text-align: center;
}
    
    
    .contact-left {
    display: block;
    width: 85%;
    height: 400px;
    margin: 5%;
    padding: 20px;
    border: 1px solid #ffffff;
}


.contact-right {
    display: block;
    width: 80%;
    padding: 7% 7% 7% 7%;
    vertical-align: bottom;
    text-align: 
}

h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: justify;
    font-size: 13px;
    color: #ffffff;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 0 0 0 0;
}

.contact-logo {
    width: 300px;
}

    
    

}






@media screen and (max-width: 800px) {
  .column {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
    
    .beverages-left {
    display: block;
    width: 100%;
    height: 400px;
    vertical-align: middle;
    background-image: url(img/beverage.jpg);
    background-size: cover;
    background-position: center;
}


.beverages-right {
    display: block;
    width: 80%;
    padding: 15% 7% 15% 7%;
    vertical-align: middle;
}
    
    
     .feature-1-left {
    display: block;
    width: 100%;
    height: 400px;
    vertical-align: middle;
    background-image: url(img/feature-1.jpg);
    background-size: cover;
    background-position: center;
}


.feature-1-right {
    display: block;
    width: 80%;
    padding: 15% 7% 15% 7%;
    vertical-align: middle;
}
    
    
    .events-about p{
    margin: 0 15%;
    padding: 0 0 0 0;
    border-right: 0px solid #ffffff;
    border-left: 0px solid #ffffff;
}

    .button-inline-container {
    display: block;
    margin: auto;
    width: 100%;
}


.button-inline {
    display: block;
    margin: 0 20px 0 20px;
}
    
    .staff-left {
    float: none;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0px;
}

.staff-right {
    float: none;
    width: 100%;
    padding: 0 0 25px 0;
    margin: 0px;
}

    
}













@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .column {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
    
    
h1 {
    font-family: 'Gelasio', serif;
    font-weight: 300;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 5px;
    line-height: 150%;
    padding: 0 0 40px 0;
}
    
    .bodycontainer {
    background-color: #242e59;
    border: solid #ffffff 0px;
}
    
    .cusine-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 13px;
    color: #242e59;
    letter-spacing: 2px;
    line-height: 180%;
    padding: 0 0 0 0;
    border-right: 0px solid #242e59;
    border-left: 0px solid #242e59;
}
    
    .about-container h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    text-align: justify;
    font-size: 11px;
    color: #242e59;
    letter-spacing: 2px;
    line-height: 100%;
    text-transform: uppercase;
}
    
    .about-container p {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    text-align: justify;
    font-size: 11px;
    color: #242e59;
    letter-spacing: 2px;
    line-height: 180%;
    padding-bottom: 11px;
}
}








