/*
 Theme Name:   FestiBowl
 Template:     hello-elementor
 Author:       Inkless Ideas
 Description:  This Hello child theme for Elementor Page Builder plugin
 Version:      1.0.0
 Text Domain:  festibowl
 License:      GNU General Public License v3 or later.
 License       URI: https://www.gnu.org/licenses/gpl-3.0.html
 Tags:         flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* HERO STYLE */
#hero-section {
    height: calc(100vh - 120px);
}
#button-column {
    position: fixed;
    left: 0;
    top:0;
    height: 100vh;
}
#book-button {
    transform: rotate(90deg);
    position: absolute;
    width: 200px;
    left:-70px;
}