/*
Theme Name:         Roof Maker
Theme URI:          https://roof-maker.co.uk/
Description:        Roof Maker Website Theme
Version:            1.52
Author:             SOtechnology
Author URI:         https://sotechnology.co.uk/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

/* Add extra CSS below this line - no build step needed, just save and reload. */

body {
    padding-top: 57px;
}

@media only screen and (max-width: 992px) {
    body {
        padding-top: 0;
    }

    body.home {
        padding-top: 95px;
    }
}

.nav-primary-mobile {
    top: 121px;
}

@media only screen and (max-width: 768px) {
    .two-column-content.section-add-margin .col-md-6 {
        margin-bottom: 30px;
    }
}
