/* -------------------------------------------------------------- 
   
base-aai.css
* Version:   1.0 
* Website:   https://aai.pasco.k12.fl.us
* Creator:   Richard MacLemale

This file is for school-specific CSS.

-------------------------------------------------------------- */

/* FONTS */

h1 {font-size: 2rem; font-family: 'myriad-pro-condensed',sans-serif; font-weight: 700}
h2 {font-size: 1.6rem; font-family: 'myriad-pro-condensed',sans-serif; font-weight: 600}
h3 {font-size: 1.3rem; font-family: 'myriad-pro-condensed',sans-serif; font-weight: 600}
h4 {font-size: 1.1rem; font-family: 'myriad-pro-condensed',sans-serif; font-weight: 600}

/* MENUBAR */
.nav-link {font-family: 'Helvetica'; text-decoration: none; font-size: 15px !important; color:  !important;}
.navbar-brand {margin-right: 2rem; font-family: 'Helvetica'; text-decoration: none;  font-weight: bold; font-size: 15px !important; color:  !important;}

p, ul, ol, li {
  font-family: 'Roboto', sans-serif;
}

/* Athletics Override */
.pcs-athletics-box-header {
    background-color: #76bb44;
    padding: 14px 20px;
}

/* HS Grade Home Page button Override */
.school-button {
    background: #76bb44;
}

