/* Theme Name: st2
Theme URI: https://st2demo.pinegrow.com/
Author: The Pinegrow Team
Author URI: http://pinegrow.com/
Description: The Pinegrow WordPress Starter Theme 2 Reboot Edition (ST2) is a foundation/framework for quickly developing your own custom themes. It is based on Bootstrap 4.x, with a complete set of WordPress common templates and support for Jetpack & WooCommerce. The Pinegrow WordPress Starter Theme 2 is deeply inspired by the <a href="https://understrap.com/">UnderStrap theme</a> and numerous components/files are directly forked from this awesome project.
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
Version: 2.0
Requires at least: 5.0
Tested up to: 5.41
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: st2
This theme, like WordPress, is licensed under the GPL.
ST2 is based on UnderStrap https://github.com/understrap/understrap which is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.

Resource Licenses: Bootstrap: http://getbootstrap.com | https://github.com/twbs/bootstrap/blob/master/LICENSE (Code licensed under MIT, documentation under CC BY 3.0.) jQuery: https://jquery.org | (Code licensed under MIT) */
/* This file is just used to identify the theme in WordPress. */
/* Don't add custom styles here, but in assets/sass/theme.scss */
.navbar-svg {
    width: 160px;
}

.footer-wrapper-outer {
    background-color: #193441;
}

.footer-text {
    color: #d2d2d2;
}

.footer-link {
    color: #d7c8c8;
}

.footer-message {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 22px;
}