/*
Theme Name: original-child
Theme URI: https://abaeb.bitweb1.nwtc.edu

Author: April Baeb
Author URI: https://abaeb.bitweb1.nwct.edu

Description: NWTC Web Contentent Management Design - Web CMD Child Theme
Tags: two-columns

Template: original

Version: 9999

Requires at least: 5.0
Tested up to: 6.0
Requires PHP: 7.0

License: GNU GPU
License URI: https://www.gnu.org/licenses/gpl-3.0.txt

Text Domain: original-child

General comments (optional).
*/

:root {
    --font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    --color-main: hsl(264, 79%, 40%);
    --color-main-a20: hsla(264, 50%, 50%, 0.2);
    --color-main-a40: hsla(266, 50%, 50%, 0.4);
    --color-main-a60: hsla(263, 50%, 50%, 0.6);
    --color-main-a80: hsla(266, 50%, 50%, 0.8);
    --color-font-dark: hsl(272, 52%, 5%);
    --color-font-light: hsl(0, 0%, 100%);
    --color-font-light-a40: hsl(0, 0%, 100%, .4);
    --color-font-light-a60: hsl(0, 0%, 100%, .6);
    --color-font-light-a80: hsl(0, 0%, 100%, .8);
    --nav-main-height: 64px;
    --grid-columns-12: repeat(12, 1fr);
    --grid-columns-8: repeat(8, 1fr);
    --grid-gap: 20px;
    --grid-gap-half: calc(var(--grid-gap) * .5);
}

@media screen and (min-width: 768px) {
    header h1 {
        grid-column: span 12;
    }

    #custom-header {
        margin-left: 0px;
    }
}

