/*
Theme Name: P-H-M Launchpad
Theme URI: https://launchpad.phmschools.org
Author: Richard Lester
Author URI: https://launchpad.phmschools.org
Description: Bootstrap 5 Theme for the PHM Launchpad
Version: 0.1
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: launchpad
*/

/* Basic theme styles - keep minimal. Bootstrap handles most layout.
   You can add custom rules below. */

body {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
    background-color: #343E54;
}

h1 { color: #fff; font-weight: 700; margin-top: -9px; }

.site-main { max-width: 1120px; }

header { background-color: #2b2b2b; }
.full-width-container { width: 100%; background-color: #dcdcdc; padding: 20px 0; margin-top: 60px; margin-bottom: 20px; }
.container { max-width: 970px; margin: 0 auto; padding: 0 15px; }

.lp_bg { background-color: #fff; margin-top: -65px; }

.menu-item { min-width: 75px; border-right: 1px solid #dcdcdc;}

.nav > li > a { border: 0px important; text-decoration: none; }
.nav-link { color: #FFF; }
.nav-item { border-right: 1px solid #dcdcdc; }

.nav-item:hover { background-color: #ddd; color: #000; text-decoration: none; }

