/* Stylesheet for fonts and colors */

/* Headers Styles */
h1,h2,h3,h4,h5,h6 {
    font-weight: normal;
    font-style: normal;
    padding:0;
    margin:0;
    font-size:14px;font-size:1.4rem;
    line-height:1.45rem;
}
.navLogoText {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 54px;
    letter-spacing: 0rem;   
} 
h1, .h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 28px;
    font-size: 2.8rem;
    line-height: 54px;
    letter-spacing: 0rem;  
}
h2, .h2 {
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    font-size: 16px;  
    font-size: 1.6rem;  
    line-height: 1.8rem;
    letter-spacing: .04rem; 
  
}

h3, .h3 {
    font-family: 'Montserrat', sans-serif;
    font-weight:500;
    font-size: 14px;  
    font-size: 1.4rem;
    line-height: 1.6rem;
    letter-spacing: .04rem;  

}
h4, .h4 {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 12px;  
    font-size: 1.2rem;
    letter-spacing: .1rem; 

}
/* Paragraph Styles */
.p1 {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 26px;
}

.p2 {
    font-family: 'Montserrat', sans-serif;
    font-weight:200;
    font-size: 14px;
    font-size: 1.4rem;
}
.p3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-size: 1.2rem;
}
.p4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
    font-size: 1.0rem;
}
.n1 {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 6px;
        
}
.f1 {
    font-family: 'Montserrat', sans-serif;
    font-weight:700;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2rem;    
}
.f4 {
    font-family: 'Montserrat', sans-serif;
    font-weight:400;
    font-size: 8px;
    font-size: .8rem;
    line-height: 1.2rem;   
}
/* Foreground Colors */
.fgwhite{color:white;}
.fgblack{color:#010203;}
.fgred{color:red;}
.fgblue{color:#1e376c;}


/* Background Colors */
.bgwhite{background-color:white;}
.bgblack{background-color:#010203;}
.bgred{background-color:red;}
.bgblue{background-color:#1e376c;}


@media (max-width: 1920px) {

}

@media (max-width: 1200px) {

}

@media (max-width: 992px) {

}

@media (max-width: 768px) {


}

@media (max-width: 480px) {

}
