/*
Theme Name: South Shore Conservatory 2025
Author: Jaden Chee
Author URI: https://jadencheeportfolio.my.canva.site/ 
Description: This is a custom theme designed for South Shore Conservatory 
Requires at least: 6.4
Tested up to: 6.8
Requires PHP: 7.0
Version: 1.0
Text Domain: southshoreconservatory2025
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

:root{
    /* --bg:#0b0f1a; */
    --bg: black;
    --white: #f5f5f5;
    --raspberry: #ee2b62;
    --mint: #4cbea3;
    --grape: #623c97;
    --gold: #fcb225;
    --deep-blue: #2a2867;
    --dark-rasp: #771631;
    --dark-grape: #311e4c;
    --dark-mint: #265f52;
    --dark-gold: #7e5913;
    --radius: 10px; 
    --shadow: 0 10px 20px rgba(0,0,0,.35);
    --max: 1200px;
    background-color: var(--bg);
    color:#f5f5f5;
    padding: 20px;
    font-family: Lato, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
}

html,body{
  margin:0;
  height:100%;
  background:var(--bg);
  color:var(--white);
  font-family:Lato, system-ui, Segoe UI, Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
}

nav{
  position: fixed;
}

nav.wp-block-navigation__responsive-close {
  width: 100%;
  background: black;
  color: #f5f5f5;
}

nav.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
  color: #f5f5f5;
  background: black;
}

nav ul li li:hover{
  color: black;
  background-color: var(--gold);
}

nav ul li a:hover span{
  color: black;
  background-color: var(--gold);
}

button{
  color: black;
  padding: 10px;
  background-color: var(--gold);
}

button:hover{
  color: black;
  background-color: white;
}

h1 a, h2 a, h3 a{
  color: white; 
}

h1 a:hover, h2 a:hover, h3 a:hover, p a:hover{
  color: #fcb225; 
}