/*
Theme Name: Going Fast
Theme URI: 
Author: Matt
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: going-fast
Tags: 
*/

.stack5, .stack10, .stack20, .stack30, .stack40, .stack50 {
    position:relative;
}

.stack5 {
z-index:5;
}

.stack10 {
z-index:10;
}

.stack20 {
z-index:20;
}

.stack30 {
z-index:30;
}

.stack40 {
z-index:40;
}

.stack50 {
z-index:50;
}

.rotate2 {
    transform: rotate(2deg);
}
.rotate2.rotate-ccw {
    transform: rotate(-2deg);
}

.rotate5 {
    transform: rotate(5deg);
}
.rotate5.rotate-ccw {
    transform: rotate(-5deg);
}

.rotate10 {
    transform: rotate(10deg);
}
.rotate10.rotate-ccw {
    transform: rotate(-10deg);
}

.wp-block-group {
    overflow:hidden;
}

@media (max-width: 781px) {
    
    .hide-mobile {
        display:none;
    }

    .neg-margin {
        margin-top:0 !important;
    }
    
    /* home */
    .business-plan {
        margin-top:2em !important;
    }

}