@charset"utf-8";
:root {
    --blue: #19306e;
    --yellow: #f8b100;
    --brown: #431f02;
    --beige: #f2ede9;
    --brown2: #431f02;
    --rightbeige: #fdfdfc;
    --orange: #ff7f50;
    --redbrown: #B00007;
}
.content {
    position: relative;
    z-index:999
}
.hibiscus {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 0;
}
.hibiscus > img {
    width: 140px;
}
.pageTitle {
    margin-top: 100px;
    text-align: center;
}
.pageTitle > h1 {
    color: var(--brown);
     font-size: 30px;
}
.eyecatch {
    text-align: center;
    margin-top: 50px;
}
.eyecatch > img {
    width: 100%;
}
.text1 {
    text-align: center;
    margin-top: 60px;
    margin-bottom: 60px;
    animation: fadeup 1s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
.text1 > a {
    font-size: 15px;
    line-height: 30px;
    color: var(--brown);
}
.garelly {
    text-align: center;
}
.garelly > img {
    width: 100%;
}
.roomURL {
    margin: -50px 0 0 180px;
}
.roomURL > a {
    text-decoration: none;
    font-size: 18px;
    color: var(--brown);
}
.roomURL > a:hover {
    color: var(--blue);
}
.text2{
    margin-top: 120px;
    text-align: center;
}
.text2-1{
}
.text2-1 > a {
    color: var(--brown);
    font-size: 15px;
    line-height: 20px;
}
.text2-1Sub{
    margin-top: 10px;
}
.text2-1Sub > a{
    color: var(--brown);
    font-size: 10px;
}
.beachImg {
    margin-top: 120px;
}
.beachImg > img {
    width: 100%;
}
.amenitys {
    margin-top: 80px;
    display: inline-block;
    background-color: var(--rightbeige);
    width: 100%;
}
.amenitysTitle{
    margin-top: 20px;
}
.amenitysTitle > a {
    font-size: 16px;
}
.center {
    display: flex;
    justify-content: center;
}
.flex {
    padding: 20px;
    display: flex;
    text-align: left;
    width: fit-content;
    gap: 60px;
}
.left-column > a {
    font-size: 12px;
}
.right-column > a {
    font-size: 12px;
}
.text3 {
    margin: 50px 0 50px; 0;
}
.text3 > a {
    color: var(--brown);
    font-size: 10px;
}
.contactURL {
    margin-top: -50px;
}
.contactURL > a {
    font-size: 8px;
    text-decoration: none;
    color: var(--blue);
    font-weight: bold;
}
.contactURL > a:hover {
    color: var(--blue);
}
