/*
Theme Name: NJEA
Theme URI: https://njea.org/
Description: NJEA Theme
Author: NJEA
Author URI: https://njea.org/
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Setting up the basics for the theme */
html {
    font-size: 112.5%;/*18px*/
}
body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    line-height: 1.75;
    color: #404040;
}
p {
    margin-bottom: 1rem;
}
h1, h2, h3, h4, h5 {
    margin: 3rem auto 1.38rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    line-height: 1.3;
    color: #192C45;
  }
h1 {
    margin-top: 0;
    font-size: 2.488rem;
  }
h2 {
    font-size: 2.074rem;
}
h3 {
    font-size: 1.728rem;
}
h4 {
    font-size: 1.44rem;
}
h5 {
    font-size: 1.2rem;
}
small, .text_small {
    font-size: 0.833rem;
}
/* Caption Font Size */
.thumbnail-caption {
    font-size: 0.778rem;
    margin: 0.5em .6em;
}
/* Post Title Font Size */
.single .entry-title {
  font-size: 2.488rem;
}
/* Custom font sizes*/
.has-small-font-size {
    font-size: 0.833rem;
}
.has-normal-font-size {
    font-size: 1rem;
}
.has-medium-font-size {
    font-size: 1.2rem;
}
.has-large-font-size {
    font-size: 1.728rem;
}
.has-huge-font-size {
    font-size: 2.488rem;
}

/* Custom colors */
.has-primary-blue-background-color {
    background-color: #003A70;
}
 
.has-primary-blue-color {
    color: #003A70;
}
.has-primary-gold-background-color {
    background-color: #C99700;
}
 
.has-primary-gold-color {
    color: #C99700;
}
.has-outrageous-orange-background-color {
    background-color: #FF6A39;
}
 
.has-outrageous-orange-color {
    color: #FF6A39;
}
.has-max-blue-green-background-color {
    background-color: #45C0C0;
}
 
.has-max-blue-green-color {
    color: #45C0C0;
}
.has-bitter-lemon-background-color {
    background-color: #D0DF00;
}
 
.has-bitter-lemon-color {
    color: #D0DF00;
}
.has-secondary-blue-background-color {
    background-color: #0082BA;
}
 
.has-secondary-blue-color {
    color: #0082BA;
}
.has-action-red-background-color {
    background-color: #A9333A;
}
 
.has-action-red-color {
    color: #A9333A;
}
.has-bronze-background-color {
    background-color: #D37E27;
}
 
.has-bronze-color {
    color: #D37E27;
}
.has-grape-background-color {
    background-color: #403A60;
}
 
.has-grape-color {
    color: #403A60;
}
.has-grey-background-color {
    background-color: #4B4F54;
}
 
.has-grey-color {
    color: #4B4F54;
}
.has-sage-background-color {
    background-color: #BFBB98;
}
 
.has-sage-color {
    color: #BFBB98;
}
.has-old-burgundy-background-color {
    background-color: #3E2B2E;
}
 
.has-old-burgundy-color {
    color: #3E2B2E;
}