
body {
    margin: 0px;
    font-family: helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
}

.header-div {
    padding: 22px 6%;
    background-color: #f6f6f6;
    color: #242424;
    font-size: 22px;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    margin-bottom: 0px;
    margin-top: 0px;
}
a.header-link {
    color:#242424;
}
a.header-link:visited {
  color:#242424;
}

.page-title {
    font-size: 52px;
    text-align: center;
    padding-bottom: 60px;
}

.footer-div {
    padding: 50px 10% 50px 10%;
}
.footer-col {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    line-height: 1.8;
}
.footer-link {
    color: black;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropbtn {
    height: 36px;
    width:120px;
    border: 1px solid #e1e1e1;
    border-radius: 5px;
    padding: 5px 12px;
    /* margin-right: 15px; */
    background-color: rgb(91, 99, 164);
    color: white;
    font-size: 16px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 120px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content span {
    color: black;
    font-size: 18px;
    padding: 9px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

.dropdown-content span:hover {
    color:white;
    background-color: rgb(91, 99, 164);
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {
    background-color: blue;
}

/* Home page */
.home-header-div {
    position: relative;
    animation-name: topbanner;
    animation-duration: 6s;
    padding: 50px 0px;
    text-align: center;
    background-color: #e3e3e3;
    font-style: italic;
    font-size: 2.5vw;
    font-weight: 600;
    color: #242424;
    /* position: -webkit-sticky;
    position: sticky; */
    top: 0;
    width: 100%;
}
.book-now {
    text-decoration: underline;
    cursor: pointer;
    color: blue;
}
.book-now:hover {
    color: #b9663d;
}

@keyframes topbanner {
    50%  {background-color:green; color:white; top:80vh;}
    100% {background-color:rgb(160, 52, 52); color:white; top:0px;}
}

div.flower-bg {
    background-image: url("images/outdoors_08.jpg");
    background-size: 100%;
    min-height: 950px;
    width: 100vw;
    background-repeat: no-repeat;
    background-size: cover;
    line-height: 1.4;
}
div.top-menu {
    background-color: #e3e3e3;
    /* opacity: 0.5; */
    background-color:rgba(255, 255, 255, 0.6);
    padding-right: 8%;
    padding-top: 20px;
    padding-bottom: 60px;
}
a.top-menu {
    font-size: 23px;
    color: rgb(36, 36, 36);
    float: right;
}

h1.flowers {
    padding-left: 50px;
    padding-top: 5%;
    margin-bottom: 0px;
    font-size: 3.9vw;
}

h2.flowers {
    padding-left: 50px;
    font-size: 2.2vw;
    font-weight: normal;
}

div.white-bg {
    margin-left: 6%;
    padding-right: 6%;
}

h1.hp1 {
    font-size: 28px;
    font-weight: 500;
    margin-top: 100px;
}
h2.hp1 {
    font-size: 28px;
    font-weight: normal;
    margin-top: 50px;        
}
h3.hp1 {
    font-size: 21px;
    font-weight: normal;
    margin-top: 50px;
    font-family: tahoma,tahoma-w01-regular,tahoma-w02-regular,tahoma-w10-regular,tahoma-w15--regular,tahoma-w99-regular,sans-serif;
    text-align: justify;
    line-height: 1.4;
}

div.features1-div {
    text-align: center;
}
img.features1 {
    width: 66%;
    margin-top: 60px;
}

div.features-div {
    text-align: center;
}
img.features {
    width: 54%;
    margin-top: 60px;
}

.gallery-div {
    text-align: center;
    margin-top: 50px;
    margin-left: 40px;
    margin-right: 40px;
}

img.photo-thumbs {
    cursor:pointer;
    margin:3px;
    width:  23%;
    height: 297px;
    object-fit: cover;
    filter: brightness(120%);
    transition: filter 0.5s;
}
img.photo-thumbs:hover {
    /* border: 2px solid #43a0bf; */
    /* opacity: 1.8; */
    /* height: 80%; */
    filter: brightness(80%);
}
.next-prev {
    width: 45px;
    cursor: pointer;
}

.reviews-div {
    background-color: #bdd9fa;
    text-align: center;
    padding: 25px;
    width: 100%;
}
h1.reviews-head {
    font-size: 4vw;
    font-weight: normal;
}
.guest-review {
    background-color: #f2eae7;
    padding: 70px 25px 25px 25px;
    margin: 20px;
    min-height: 600px;
    width: 20%;
    display: inline-grid;
    font-size: 20px;
}
.review-name {
    color: #25318D;
    font-weight: bold;
    font-size: 18px;
}

.map-div {
    text-align: center;
}
.gmap {
    width: 100%;
    min-height: 650px;
    border: none;
    margin-top: 50px;
}

/* End home page */

/* Contact */
.contact-div {
    width: 100%;
    height: 1040px;
    padding-top: 30px;
    background-image: url("images/contact_bg.webp");
    background-size: cover;
    text-align: center;
}
.contact-head {
    font-size: 32px;
    font-weight: normal;
}
.contact-form-div {
    background-color: #dfe5eb;
    /* width: 500px; */
    padding: 50px;
    margin-bottom: 60px;
    margin-left: 27%;
    margin-right: 27%;
    border-radius: 20px;
}
.contact-form-cap {
    display: block;
    text-align: left;
    font-family: verdana;
    font-size: 14px;
    margin-bottom: 7px;
}
.contact-form-input {
    border-radius: 6px;
    border: none;
    padding: 8px;
    margin-bottom: 20px;
    width: 98%;
    font-size: 17px;
}
textarea.contact-form-input {
    height: 200px;
}
button.contact-form-input {
    background-color: #384ad3;
    color: white;
    border-radius: 25px;
    cursor: pointer;
    width: 100%;
    margin-left: 5px;
}
#dt_box {
    display: block;
    -webkit-appearance: textfield;
     -moz-appearance: textfield;
}
/* End contact */

/* About page */
.about-div {
    background-color: #e3e3e3;
    font-size: 17px;
    line-height: 1.8;
    padding: 4% 8%;
}

.about-tl {
    display: inline-block;
    vertical-align: top;
    width: 48%;
}
.about-tr {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    margin-left: 20px;
}
.about-pic {
    width:100%;
}
/* End About page */

/* Calendar */
#booking_content {
    width: 460px;
    height: 600px;
}
#booking_details_div {
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 20px;
    width: 96%;
}
.booking_form_input {
    border-radius: 6px;
    border: 1px solid #ddd;
    padding: 8px;
    margin-bottom: 20px;
    width: 96%;
    font-size: 17px;
}

table.cal-table {
    border-collapse: collapse;
    width: 100%;
}

table.cal-table td, table.cal-table th {
    border: 1px solid #ddd;
    text-align: center;
    width: 40px;
    padding: 10px;
}

.cal-tab-month-name-td {
    font-size: 20px;
}
.cal-tab-weekdays {
    background-color: #0ca4d2;
    color: white;
    font-size: 14px;
}
.cal-button-td {
    background-color: rgb(91, 99, 164);
    color: white;
    cursor: pointer;
}
.cal-button-td:hover {
    background-color: blue;
    color: white;
}

.bookable-button {
    cursor: pointer;
}

.disabled-button {
    background-color: #e3e3ea;
}
.future-cal-day, .last-month-cal-day {
    color: rgb(196, 196, 236);
}

.book-start-end-div {
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: blue;
    padding: 6px;
    color: white;
}
.book-mid-div {
    border: 1px solid #ddd;
    border-radius: 50%;
    background-color: blue;
    padding: 6px;
    color: white;
}
.cal-day-div {
    font-size: 14px;
}
.cal-price-norm {
    font-size: 10px;
    color: #d7109c;
}
.cal-price-sp {
    font-size: 10px;
    font-weight: bold;
    color: blue;
}

.is-booked {
    background-color: rgb(208, 238, 163);
}

.default-price {
    background-color: yellow;
}

.too-old {
    background-color: red;
    color: white;
}

/* popup */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    height:250px;
    max-height: 88vh;
    width: 350px;
    max-width: 90vw;
    background-color: #fefefe;
    margin: auto;
    border-radius: 16px;
    margin-top: 140px;
    overflow: auto;
}

.popup-body {
    padding: 20px;
    text-align: center;
}
#msg_ok {
    width:40%;
    margin-left:30%;
    margin-right: 30%;
    margin-top: 10%;
}

.popup-title {
    background-color: #384ad3;
    height: 42px;
    padding-top: 10px;
    text-align: center;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

.modal-body {
    min-height: 140px;
    padding: 20px;
    text-align: center;
}

#popup_photo {
    margin-bottom: 10px;
    max-width: 96%;
    height: 92vh;
    max-height: 92vh;
    object-fit: contain;
}

.close-modal {
    color: white;
    float: right;
    font-size: 38px;
    font-weight: bold;
    padding-right:10px;
}

.close-modal:hover,
.close-modal:focus {
    color: #4b71cc;
    text-decoration: none;
    cursor: pointer;
}

/* common definitions */
.center-align {
    text-align: center;
}

.left-align {
    text-align: left;
}

.standard-link {
    color:#1d70b8;
    cursor: pointer;
    text-decoration:none;
}
.standard-link:visited {
    color:#1d70b8;
}
.standard-link:hover {
    color:#b95c00;
    text-decoration:underline;
}

.hidden {
    display: none;
}

.white-text {
    color: white;
}
.red-text {
    color:red;
}

@media (max-width:870px) {
    .footer-col {
        width: 45%;
        margin-bottom: 30px;
    }

    .contact-form-div {
        margin-left: 17%;
        margin-right: 17%;
    }

    div.flower-bg {
        min-height: 700px;
    }
}

@media (max-width:720px) {
    .page-title {
        line-height: 1.1;
    }
}

@media (max-width:500px) {
    .footer-col {
        width: 100%;
        text-align: left !important;
    }

    .contact-form-div {
        margin-left: 2%;
        margin-right: 2%;
    }

    .home-header-div {
        padding: 20px 0px;
    }
    div.top-menu {
        padding-top: 10px;
        padding-bottom: 30px;    
    }
    a.top-menu {
        font-size: 14px;
    }

    div.flower-bg {
        min-height: 330px;
    }
    h1.flowers {
        padding-left: 20px;
        padding-top: 5%;
        margin-bottom: 0px;
        font-size: 18px;
    }
    
    h2.flowers {
        padding-left: 20px;
        margin-top: 2.6px;
        font-size: 12px;
    }   

    h1.hp1 {
        margin-top: 40px;
        text-align: center;
    }
    h2.hp1 {
        margin-top: 40px;
        text-align: center;
    }
    h3.hp1 {
        margin-top: 40px;
    }

    img.features1 {
        width: 116%;
        margin-left: 10px;
        margin-top: 30px;
    }
    img.features {
        width: 100%;
        margin-left: 6px;
    }
 
    .gallery-div {
        margin-top: 40px;
        margin-left: 0px;
        margin-right: 0px;
    }
 
    img.photo-thumbs {
        width: 28%;
        height: 110px;
    }

    .reviews-div {
        padding: 0px;
    }

    h1.reviews-head {
        font-size: 8vw;
        padding-top: 40px;
    }
    .guest-review {
        padding: 70px 25px 25px 25px;
        margin-bottom: 25px;
        width: 75%;
    }
    
    .about-tl {
        width: 100%;
    }
    .about-tr {
        width: 90%;
    }

    .modal-content {
        width: auto;
        max-width: 100vw;
        margin-top: 40px;
    }
    .popup-body {
        padding: 0px;
        text-align: center;
    }

}
