html, body {
    color: #000000;
    font-family: "Poppins", sans-serif;
    font-size: 1rem;
    font-weight: 400;
    font-style: normal;
}
html {
    --scrollbarBG: rgba(5, 78, 87, 0.5);
    --thumbBG: rgba(237, 116, 34, 1);
}
body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
    min-height: 100vh;
}
body::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}
body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG) ;
    border-radius: 5px;
    border: 2px solid var(--scrollbarBG);
}
.bold, .emphasize {
    font-weight: 700;
}
.italics, .emphasize {
    font-style: italic;
}
.center {
    text-align: center;
}
.boxShadow {
    box-shadow: 2px 2px 2px #8B9091;
}
.boxShadow-b {
    box-shadow: 0 2px 2px #8B9091;
}
.txtGShadow {
    text-shadow: 2px 2px rgba(139, 144, 145, 1);
}
.txtDShadow {
    text-shadow: 2px 2px #000000;
}
.txtDBShadow {
    text-shadow: 2px 2px rgba(14, 29, 73, 1);
}
.txtLBShadow {
    text-shadow: 2px 2px rgba(4, 166, 225, 1);
}
.txtLShadow {
    text-shadow: 2px 2px #FFFFFF;
}
h1 {
    font-size: 5rem;
}
h2 {
    font-size: 1.8rem;
}
h3 {
    font-size: 1.6rem;
}
h4 {
    font-size: 1.4rem;
}
h5 {
    font-size: 1.2rem;
}
h6 {
    font-size: 1.1rem;
}

/*Company Colors*/
.cLBlue, a {
    color: rgba(4, 166, 225, 1);
}
.cMBlue {
    color: rgba(9, 113, 206, 1);
}
.cDBlue {
    color: rgba(14, 29, 73, 1);
}
.cOrange, a:hover {
    color: rgba(237, 116, 34, 1);
}
.cYellow {
    color: rgba(249, 195, 49, 1);
}
.cRed, #contour .contourError {
    color: rgba(219, 6, 50, 1);
}
.cGreen {
    color: rgba(161, 213, 93, 1);
}
.niGreen {
    color: rgba(5, 78, 87, 1);
}
.cGray {
    color: rgba(139, 144, 145, 1);
}
.cWhite {
    color: #FFFFFF;
}
.cLBlueBG {
    background-color: rgba(4, 166, 225, 1);
}
.cMBlueBG {
    background-color: rgba(9, 113, 206, 1);
}
.cDBlueBG {
    background-color: rgba(14, 29, 73, 1);
}
.cOrangeBG {
    background-color: rgba(237, 116, 34, 1);
}
.cYellowBG {
    background-color: rgba(249, 195, 49, 1);
}
.cRedBG {
    background-color: rgba(219, 6, 50, 1);
}
.cGreenBG {
    background-color: rgba(161, 213, 93, 1);
}
.niGreenBG {
    background-color: rgba(5, 78, 87, 1);
}
.cGrayBG {
    background-color: rgba(139, 144, 145, 1);
}
.cWhiteBG {
    background-color: #FFFFFF;
}


/*Banner*/
.imgBanner, blockquote {
    position: relative;
}
.imgBanner h1, blockquote:before {
    position: absolute;
}
.imgBanner {
	background-image: url("/media/639869/njni-banner.jpg");
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    height: 300px;
    margin-bottom: 2%;
}
.imgBanner h1 {
	font-family: "Pacifico", cursive;
    width: 60%;
	top: 50px;
	left: 85px;
}
#ni2 {
	margin-left: 135px;
}

/*Pages*/
/*Nav*/
main {
    flex: 1 0 auto;
}
section, footer {
    padding: 2% 0;
}
section {
    margin: 2% 0;
}

/*Intro*/
#introTxt {
    line-height: 1.4;
}

/*Nurses' Profiles*/
blockquote:before {
    content: "\201C";
    color: rgba(5, 78, 87, 0.2);
    font-size: 7rem;
    font-family: auto;
    display: block;
    top: -50px;
	left: -8px;
}

/*Footer*/
footer {
    flex-shrink: 0;
    margin-top: auto;
}



/*Media Queries*/
@media all and (max-width: 1200px) {
    .imgBanner h1 {
        width: 90%;
    }
}
@media all and (max-width: 992px) {
    .imgBanner h1 {
	    font-size: 4.5rem;
        width: 100%;
        left: 0;
        text-align: center;
    }
	#ni2 {
        margin-left: 0;
    }
}
@media all and (max-width: 767px) {
	.imgBanner h1 {
        font-size: 4rem;
    }
}
@media all and (max-width: 500px) {
    .imgBanner h1 {
        font-size: 3.5rem;
    }
}
@media all and (max-width: 400px) {
    .imgBanner h1 {
        top: 20px
    }
}
@media all and (min-width: 2001px) {
    html {
        width: 2000px;
        margin: 0 auto;
    }
}

/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */
