/*
Theme Name: The Little Studio
Theme URI: 
Author: 
Author URI: 
Description: A playful one-page WordPress theme for The Little Studio, a fine arts playschool. Built around music, dance and art programs for toddlers through elementary kids.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: little-studio
*/

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

a {
  color: inherit;
}

#little-studio-nav ul {
  display: flex;
  gap: 30px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#little-studio-nav li {
  margin: 0;
  padding: 0;
}

#little-studio-nav a {
  color: #171412;
  text-decoration: none;
  font-size: 12.5px;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-weight: 700;
}

#little-studio-nav a:hover {
  color: #FF00A8;
}

.little-studio-cta:hover {
  opacity: .9;
}
