html {background: #e1a140;background: linear-gradient(to right, #e1a140 50%, #c10041 50%);padding: 0;margin: 0 auto;}
body {background: #FFFFFF;max-width: 1440px;padding: 0;margin: 0 auto;}
p, ul, li, ol, blockquote, address {font-family: 'Open Sans', sans-serif;font-size: 16px;color: #444444;line-height: 175%;}
p {margin: 0 0 20px;}
blockquote {border-left: 5px solid #FF9933;margin-left: 20px;margin-right: 20px;}
h1,h2,h3,h4,h5,h6 {font-family: 'Kaushan Script', cursive, georgia;line-height: 130%;color: #222222;margin: 15px 0px 15px;}
hr {margin-top: 35px;margin-bottom: 35px;border-top: 1px solid #e1a140;}
img {display: block;max-width: 100%;height: auto;border: none;padding: 0;margin: 0 auto;}
a {border: none;cursor: pointer;}

/*========== LINKS ==========*/
.btn-download:link {display: block;text-decoration: none;font-size: 16px;text-align: center;line-height: 130%;width: auto;height: auto;background: transparent;color: #0077CC;letter-spacing:1px;border-bottom: 1px solid #FFFFFF;margin:0px;padding: 12px;transition: 0.2s;}
.btn-download:visited {background:#FFFFFF;color:#006699;border-bottom: 1px solid #FFFFFF;text-decoration: none;}
.btn-download:hover {background:#003366;color:#00CCFF;text-decoration: none;}
.btn-download:active {background:#003366;color:#FFFFFF;text-decoration: none;}

.btn-open:link, .btn-open:visited {display: inline-block;text-decoration: none;font-size: 16px;text-align: center;line-height: 50px;min-width: 80px;height: auto;border: 1px solid #121122;background: #333f57;color: #FFFFFF;letter-spacing:1px;padding: 0px 20px 0px;margin: 10px 0px 30px 0px;transition: 0.2s;}
.btn-open:hover, .btn-open:active {background: #c10041;color: #FFFFFF;border: 1px solid #FFFFFF;text-decoration: none;}

.link-text:link, .link-text:visited {color: #004080;border-bottom: 2px solid #00CCFF;padding-bottom: 2px;text-decoration: none;}
.link-text:hover, .link-text:active {color: #006699;border-bottom: 2px solid #b3cccc;text-decoration: none;}

.frame:link, .frame:visited {outline: 4px solid transparent;text-decoration: none;transition: 0.2s;}
.frame:hover, .frame:active {outline: 4px solid #b3edff;text-decoration: none;}

.food-menu {display: block;cursor: pointer;text-decoration: none;font-size: 16px;text-align: center;line-height: 130%;max-width: 100%;height: auto;border: 1px solid #FFFFFF;background: #c10041;color: #FFFFFF;letter-spacing:1px;padding: 15px 20px;margin: 25px auto;transition: 0.2s;}
.food-menu:hover {background: #e1a140;color: #FFFFFF;border: 1px solid #FFFFFF;text-decoration: none;}

#btn-top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #212040;
    color: #FFFFFF;
    cursor: pointer;
    padding: 7px 10px 5px;
    border-radius: 5px;
    font-size: 18px;
	transition: 500ms;
}
#btn-top:hover {background-color: #000000;color: #FFCC00;}

/*========== IMAGES ==========*/
.w-300 {width: 300px;}
.w-720 {width: 720px;margin: 0;}

/*========== MISC ==========*/
.pt-20 {padding-top: 20px;}
.b-20 {border-top: 20px solid #D5D5D5;}

/*========== HEADER ==========*/
.all-wrap {display: block;width: 100%;max-width: 1920px;height: auto;padding: 0px;margin: 0 auto;}

/*========== MAIN ==========*/
.main {padding: 0px 0px 30px;}
.main h2 {font-size: 60px;color: #c10041;text-align: center;}

/*========== FOOD ==========*/
.food {border-top: 20px solid #D5D5D5;border-bottom: 20px solid #D5D5D5;background-color: #212040;padding: 0px;}
.food h2 {font-size: 60px;color: #FFFFFF;}
.food p {color: #FFFFFF;}

/*========== CONTACT ==========*/
.contact {background-color: #FFFFFF;padding-bottom: 15px;}
.contact h2 {font-size: 60px;color: #c10041;}
.contact address h3 {font-family: 'Open Sans', sans-serif;color: #666666;font-size: 14px;text-transform: uppercase;letter-spacing: 2px;}

/*========== PAGE TOP ==========*/
.page-text {display: block;background-color: #604020;width: 100%;height: auto;padding: 10px 20px;margin: 0 auto;}
.page-text {
	background-color: #222222;
}
.page-text h5 {
  color: #dfc99f;
  font-size: 20px;
  font-family: georgia,times;
  text-align: center;
  letter-spacing: 2px;
  margin-right: -2px;
}

/*========== HOME ==========*/
.home {
  background: #fff3cc;
  color: #69511D;
  border-top: 10px solid #c0ae8c;border-bottom: 10px solid #c0ae8c;
  padding: 0px 0px 20px;
}
.home h2 {
  font-size: 30px;
  color: #494436;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7d9b1;
  text-align: center;
  margin-top: 25px;
}
.rooms:link, .rooms:visited {
  cursor: pointer;
  color: #494436;
  text-decoration: none;
  transition: all 250ms ease-out;
}

.rooms:hover, .rooms:active {color: #0059b3;}

/*========== DETAILS ==========*/
.details {
  background: #fff3cc;
  color: #69511D;
  border-top: 10px solid #c0ae8c;border-bottom: 10px solid #c0ae8c;
  padding: 0px 0px 10px;
}
.details h2 {
  font-size: 30px;
  color: #494436;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7d9b1;
  text-align: center;
  margin-top: 25px;
}

.details-card {
  display: block;
  background: white;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  padding: 0px;
  margin: 0px auto 30px;
}
.details-card h3 {font-size: 20px;text-align: center;color: #334d00;margin-bottom: 5px;}
.details-card p {padding: 0px 20px 0px;}
.details-card ul {padding: 0px 20px 0px;}
.details-card li {margin-left: 15px;}

.wrap-card {
  position: relative;
  width: 360px;
  max-width: 100%;
  padding: 0px 0px 5px;
  margin: 0 auto 30px;
  outline: 2px solid white;
}

.img-card {
  display: block;
  width: 100%;
  height: auto;
}

.overlay-wrap {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #264d73;
  overflow: hidden;
  width: 100%;
  height:0;
  transition: .3s ease;
}

.wrap-card:hover .overlay-wrap {
  bottom: 0;
  height: 100%;
}

.card-text {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
  font-family: tahoma,verdana,arial;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*========== FOOTER ==========*/
footer {display: block;background-color: #9a6618;width: 100%;max-width: 1920px;height: auto;padding: 0px;margin: 0 auto;}
footer p {font-family: helvetica,arial;font-size: 14px;color: #FFFFFF;letter-spacing: 1px;text-align: center;padding: 40px;margin: 0 auto;}

/*========== CELL ==========*/
@media only screen and (max-width : 768px){
  h1,h2,h3,h4,h5,h6,p {text-align: center;}
  .food-menu {max-width: 240px;}
}

@media only screen and (max-width : 480px){
  h1 {font-size: 40px;}
  header h1 {font-size: 72px;padding: 0px;line-height: 100%;}
}