/*
 Theme Name:   Angela Scrivin
 Description:  Custom theme
 Author:       Carnoustie Creative
 Author URI:   https://www.carnoustiecreative.co.uk
 Template:     baseline
 Version:      1.0.1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  baseline-child
*/

:root {
    --pt-brown: #2D231E;
}

.baseline {
    --baseline-aos-distance: 100px;
    --baseline-aos-distance-negative: -100px;
}

body.baseline {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 1.6;
    min-height: unset;
}

.baseline #canvas {
    min-height: unset;
}

.header-wrap .container,
#footer-bottom-container.container {
    max-width: 96%;
    width: 96%;
}

.baseline .container {
    width: 100%;
    max-width: 100%;
    min-height: 100vh;
    padding: 2vw;
    box-sizing: border-box;
}

#holding-msg {
    height: 100%;
}

.mobile-nav.above {
    display: none;
}

.baseline #holding-msg .wrapper {
    margin: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;  
    padding: 4rem;
    box-sizing: border-box;
    border-radius: 0.2rem;  
}

.baseline footer {
    display: none;
}

#holding-msg img {
    margin-top: 2rem;
    max-width: 60rem;
    margin-bottom: 10vw;
}

#holding-msg .cde-panel {
    max-width: 70rem;
    padding: 4rem;
    box-sizing: border-box;
    background-color: rgba(255, 255, 255, 0.6);
    backdrop-filter: blur(1.4rem);
    text-align: center;   
    border-radius: 0.2rem; 
    margin-bottom: 2rem;
}

#holding-msg .cde-panel p:last-child {
    margin-bottom: 0;
}

#holding-msg p {
    text-align: center;
}
