body {
  background-color: #9c9089;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

#myCarousel {
  width: 100%;
  height: 100%;
  overflow: hidden;
  max-width: 1150px;
  margin: 0 auto;
}

header{
  position: top-fixed;
}

.col-xs-2 {
	margin-top: 25px;
}

.topnav {
  overflow: hidden;
  text-align: center;
  width: 100%;
  background-color: #437cbf;
}

.topnav a {
  display: inline-block;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  color: #fff !important;
  z-index: 20;
}

.topnav a:hover {
  color: #fffea0 !important;
  transition: 0.5s;
}

.active {
  background-color: #ccc;
}

.topnav .icon {
  display: none;
}

  

.col-sm-3 a {
  display: flex;
  align-items: center;
  background-size: cover;
  color: #5b5a5a;
  text-decoration: none;
  max-width: 90%;
  margin: 0 auto;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;

}


h1 {
  text-align: left;
  font-family: 'Apple Chancery', script;
  color: #fff;
}

h2 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #fff;
}

h3 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #fff;
}

a:link {
  color: #5b5a5a;
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
}

a:hover {
  color: #fffea0;
  text-decoration: none;
  transition: 0.5s;
}

a:visited {
  color: #5b5a5a;
  text-decoration: none;
}

.btn.btn-primary {
  border-radius: 2px;
  border: 0px;
  color: #fff;
  text-shadow: none;
  background-color: #437cbf;
  margin: 10px;
  }
  
.btn.btn-primary:hover {
  color: #fffea0;
  background-color: #437cbf opacity:.4;
  transition: 0.5s;
  }

thead th {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 2px;
  text-transform: uppercase;
}
  
tr {
  border-bottom: 1px solid #FFF;
  margin-bottom: 5px;
}

th, td {
  font-weight: 400;
  font-size: 14px;
  padding: 5px;
  text-align: left;
  width: 33.3333%;
}

 section div p a:link {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #5b5a5a;
}

 section div p a:hover {
  text-decoration: none;
  color: #fffea0;
  transition: 0.5s;
}

section div img {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  margin-left: 10px;
}

/*div h4 a:link {
  text-decoration: none;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #437cbf;
}

div h4 a:hover {
  text-decoration: none;
  color: #fffea0;
}

div h4 a:visited {
  color: #5b5a5a;
  text-decoration: none;
}*/

div a img:hover {
  opacity: .7;
  transition: 0.5s;
}

.col-sm-3 a img {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-right: 10px;
  margin-left: 5px;
}

p {
  font-size: 12pt;
}

li {
  font-size: 12pt;
}

.nus {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	margin-top: -15px;
}

.small {
	width: 200px;
}

.cash {
	font-size: 12pt;
}

.reservation {
	text-align: center;
}

@media screen and (max-width: 600px) {
  .topnav a{display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@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;
  }
}