/*
Theme Name:     DF Orville
Description:    A child theme for Divi created by flying professionals.
Author:         Det Flyger Webb & Design
Author URI:     https://detflyger.se
Template:       Divi
Version:        1.0.0
*/

/* Theme customization starts here */

/* ========================================
   FULL-HEIGHT PAGE LAYOUT
   ======================================== */

html,
body {
    min-height: 100%;
}

#page-container {
    min-height: 100vh;
}

#et-main-area {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

#main-content {
    flex: 1;
}