/* ----------------------------------------------- */
/* ---------------- INITIAL SETUP ---------------- */
/* ----------------------------------------------- */

* {
    font-size: 20px;
    font-weight: 400;
}

body {
    font-size: 18px;
}

main {
    color: #241E09;

}

/* ----------------------------------------------- */
/* -------------------- LAYOUT ------------------- */
/* ----------------------------------------------- */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.col {
    padding: 5px;
    flex-wrap: nowrap;
}

.image-col {
    margin-right: 7%;
}

.image-col img {
    margin: 5px;
}

.small-image {
    height: 105px;
}

.large-image {
    height: 227px;
}

.side-by-side-container {
    display: flex;
}

.large-image-container {
    margin-right: 7px;
}

.stacked-image-container {
    display: flex;
    flex-direction: column;
    margin-top: 1px;
}

.col-3 {
    width: 33%;
    text-align: center;
}

.col-2 {
    margin: 0 20px 40px 0;
}

.center-lg {
    justify-content: center;
}

/* ----------------------------------------------- */
/* ---------------- HEADER SECTION --------------- */
/* ----------------------------------------------- */
/* ****************** */

.page-header {
	margin-top: 0px;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	
}
.page-sub-header {
	text-align: center;
	letter-spacing: 0.01em;
	font-weight: 300;
	text-align: center;
	color: #3b331a;
}
.header {
	text-align: center;
	width: 50%;
	margin: 0 auto 4rem auto;
}

.header p {
	margin: 0 auto;
	max-width: 500px;
}

/* ----------------------------------------------- */
/* ----------- SPECIAL OFFERS SECTION ------------ */
/* ----------------------------------------------- */
table td {
 height: 200px;
 width: 200px;
 border: 2px solid #000;
 vertical-align:top;
 text-align:right;
}



.special-offers {
    padding: 0 0 80px;
    
}

.offers-title {
    font-size: 165%;
    margin: 25px 0 15px;
}

.offers-sub-title {
    font-size: 74%;
    color: #3b331a;
    font-weight: 300;
    margin-bottom: 20px;
}

.offers-list {
    list-style: none;
    margin-bottom: 30px;
}

.offers-list li {
    margin: 12px 0;
}

.list-icon {
    height: 17px;
    vertical-align: middle;
    margin-right: 5px;
}

.list-text {
    display: inline-block;
    font-size: 69%;
}

/*.list-button { /* sw 
 width: 30%;
 appearance: button;
 background-color: #f7f2ae;
 border: solid transparent;
 border-radius: 16px;
 border-width: 0 0 4px;
 box-sizing: border-box;
 color: #2d2828;
 cursor: pointer;
 display: inline-block;
 font-size: 15px;
 font-weight: 700;
 letter-spacing: .8px;
 line-height: 20px;
 margin: 0;
 outline: none;
 overflow: visible;
 padding: 13px 19px;
 text-align: left;
 
 touch-action: manipulation;
 transform: translateZ(0);
 transition: filter .2s;
 user-select: none;
 -webkit-user-select: none;
 vertical-align: middle;
 white-space: nowrap;
}*/
.comic-button {
margin: 15px;
width: 95%;
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  /*text-decoration: none;
  color: #3a3939;
  background-color: #d488887d;/* #d488887d */
  border: 2px solid #919090;
  border-radius: 10px;
  box-shadow: 10px 10px 0px #919090;
  transition: all 0.3s ease;
  cursor: pointer;
}
.flex-parent {
    display: flex;
    padding: 0px;
    align: left;
}

.flex-child {
    flex: 1;
    padding: 0px;
    text-align: center;
    
}
/*
.comic-button:hover {
  background-color: #fff;
  color: #ff5252;
  border: 2px solid #ff5252;
  box-shadow: 5px 5px 0px #ff5252;
}

.comic-button:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}*/
/* sw 
.comic-button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  color: #fff;
  background-color: #ff52527d;
  border: 2px solid #000;
  border-radius: 10px;
  box-shadow: 5px 5px 0px #000;
  transition: all 0.3s ease;
  cursor: pointer;
}

.comic-button:hover {
  background-color: #fff;
  color: #ff5252;
  border: 2px solid #ff5252;
  box-shadow: 5px 5px 0px #ff5252;
}

.comic-button:active {
  background-color: #fcf414;
  box-shadow: none;
  transform: translateY(4px);
}

*/





.list-button:after {
 background-clip: padding-box;
 background-color: #f6e098;
 border: solid transparent;
 border-radius: 16px;
 border-width: 0 0 4px;
 bottom: -4px;
 content: "";
 left: 0;
 position: absolute;
 right: 0;
 top: 0;
 z-index: -1;
}

button:main, button:focus {
 user-select: auto;
}

button:hover:not(:disabled) {
 filter: brightness(1.1);
}

button:disabled {
 cursor: auto;
}

button:active:after {
 border-width: 0 0 0px;
}

button:active {
 padding-bottom: 10px;
}

}

.btn {
    border-radius: 3px;
    border: 1px solid #D4AF37;
    text-transform: uppercase;
    font-size: 55%;
    padding: 10px 18px;
    font-weight: 400;
    text-decoration: none;
    transition: all 0.3s;
    margin-right: 10px;
}

.btn-fill {
    	background-color: rgb(236, 144, 5);
    color: #fff;
}

.btn-fill:hover,
.btn-fill:active {
    background-color: #c9a633;
    border: 1px solid #c9a633;
}

.btn-ghost {
    color: #D4AF37;
    background-color: #fff;
}

.btn-ghost:hover,
.btn-ghost:active {
    background-color: #D4AF37;
    color: #fff;
}

.btn-large {
    font-size: 65%;
    padding: 9px 22px;
}

/* ----------------------------------------------- */
/* --------------- ROOMS SECTION ----------------- */
/* ----------------------------------------------- */
.rooms-section {
    padding: 0 0 40px;
}

.room-section-header-container {
    margin-bottom: 30px;
}

.room-section-header {
    color: rgba(36, 30, 9, 0.6);
    font-weight: 500;
    font-size: 95%;
    cursor: pointer;
}

.active-header {
    color: #241E09;
}

.active-header::after {
    display: block;
    height: 1px;
    background-color: #D4AF37;
    content: "";
    width: 90px;
    margin: 15px auto 0;
}

.room-title {
    font-size: 90%;
    font-weight: 600;
    margin: 15px 0 12px;
}

.room-text{
    font-size: 70%;
    font-weight: 300;
    margin-bottom: 7px;
    line-height: 132%;
}

.details-container {
    display: inline-block;
}

.details-container p {
    margin-right: 5px;
}

.details-container img {
    margin-right: 0;
}

.amount-text {
    font-size: 85%;
    margin-top: 15px;
    font-weight: 500;
}

.buttons-container {
    margin-top: 20px;
}

/* ----------------------------------------------- */
/* --------------- QUERIES SECTION --------------- */
/* ----------------------------------------------- */

@media only screen and (max-width: 1029px) {
    .center-md {
        justify-content: center;
    }
}
@media (max-width: 730px) {
    .container {
        max-width: 600px;
        margin: 0 auto;
        padding: 1.5rem;
    }
}

@media (max-width: 425px) {
    .container {
        max-width: 380px;
        margin: 0 auto;
        padding: 1.5rem;
    }
    .image-col {
        margin: 8px auto;
    }
    
    .image-col img {
        margin: 2px;
    }
    
    .small-image {
        height: 70px;
    }
    
    .large-image {
        height: 151px;
    }
    .side-by-side-container {
        display: flex;
    }
    
    .large-image-container {
        margin-right: 7px;
    }
    
    .stacked-image-container {
        display: flex;
        flex-direction: column;
        margin-top: 1px;
    }
    .rooms {
        width: 350px;
    }
    .rooms-img {
        width: 100%;
    }

}
@media (max-width: 375px) {
    .container {
        max-width: 355px;
        margin: 0 auto;
        padding: 1.5rem;
    }
    .image-col {
        margin: 8px auto;
    }
    
    .image-col img {
        margin: 2px;
    }
    
    .small-image {
        height: 70px;
    }
    
    .large-image {
        height: 151px;
    }
    .side-by-side-container {
        display: flex;
    }
    
    .large-image-container {
        margin-right: 7px;
    }
    
    .stacked-image-container {
        display: flex;
        flex-direction: column;
        margin-top: 1px;
    }
    .rooms {
        width: 350px;
    }
    .rooms-img {
        width: 100%;
    }
}
