/*
 Theme Name:   Bootscore Child
 Description:  Bootscore Child Theme
 Author:       Bootscore
 Author URI:   https://bootscore.me
 Template:     bootscore
 Version:      6.0.0
 Requires at least: 5.0
 Tested up to: 6.6
 Requires PHP: 7.4
 License: MIT License
 License URI: https://github.com/bootscore/bootscore-child/blob/main/LICENSE
 Text Domain:  bootscore
*/

/* 
All style editing is done via /assets/scss/_bootscore_custom.scss
*/

body.page-id-21 {
    background-color: #000;
}

body.page-id-21 header,
body.page-id-21 footer{
    display: none;
}

body.page-id-21 #content {
    min-height: 100vh;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body.page-id-21 #primary,
body.page-id-21 #content .row,
body.page-id-21 #content .col,
body.page-id-21 #main {
    min-height: 100vh;
}

body.page-id-21 #content .row {
    align-items: center;
    justify-content: center;
}

body.page-id-21 #main {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

