/*
Theme Name: RentBoat
Author: Florenc Rama
Description: A custom theme for my boat rental website.
Version: 1.0
Text Domain: rentboat.al
*/
/*--------------------------------------------------------------
# Global Styles & Resets
--------------------------------------------------------------*/
*,
*::before,
*::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
}

/*--------------------------------------------------------------
# Page Layout Structure
--------------------------------------------------------------*/
.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* Make sure the page is at least as tall as the screen */
}

.site-main {
    flex-grow: 1; /* This is the key: it makes the main content expand to fill all available space */
}