/*
Theme Name: Sirvavo Holdings
Description: Child theme for the Twenty Twenty-Five theme
Author: ElevEdge
Author URI: https://elevedge.com
Template: twentytwentyfive
Version: 1.0.0
Text Domain: sirvavo
*/

@import url("../twentytwentyfive/style.css");

body {
    position: relative;
    min-height: 100vh;
    background-color: #f9f9f9;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: -400px
}

header,
.wp-block-post-title,
footer {
    display: none;
}

.alignfull {
    max-width: 1320px;
    margin: auto !important;
}

.has-text-align-center {
    width: auto;
    margin: auto;
}