/* all paragraphs styling begins */
p {
    color:rgb(0, 0, 0);
    background-color:rgb(255, 255, 255);
    font-size:medium;
 
}
/* all paragraphs styling ends */

/* heading 1 styling begins */
h1 {color:rgb(255, 70, 152);
    font-family:cursive, Times, serif;
    font-weight: 700;
}
/* heading 1 styling ends */

/*heading 1 id styling begins */
#intro {color:rgb(255, 70, 172);
}
/*heading 1 id styling ends */

/* titles styling begins*/
.title {font-size: small;
    font-family:'Lucida Console', Times, serif;
    font-style:italic;
    font-variant:small-caps;
    font-weight: lighter;
    color:rgb(255, 70, 172)
}
/* tiles styling ends*/

/*briefbio styling begins*/
p.keymepts{background-color:rgb(255, 255, 255); font-family:Georgia, 'Times New Roman', Times, serif, Arial, sans-serif;}
/* tiles styling ends*/

/*highlight styling begins*/
#briefbio .keymepts em{color:rgb(0, 0, 0);}
/*highlight styling begins*/

/* Quote styling begins*/
.quote {align-content: flex-end;
    font-family:cursive, Times, serif;
    font-weight: 700;
}
/* Quote styling ends*/

/* Hey Reader styling begins */
.heyreader{font-size: x-large; font-family:cursive, Times, serif; color: rgb(72, 145, 255);}
/* Hey Reader styling begins */

/* Learn More styling begins */
.learn{font-size: x-large; font-family:cursive, Times, serif; color:rgb(72, 145, 255);}
/* Learn More styling ends */

/*Jasmine Greene Heading styling */
.jazzindex{font-size:x-large; color:rgb(255, 70, 152); font-family:cursive, Arial, serif;}

.underlinejazz {text-decoration: underline;}

.ytvids {font-family: cursive, Arial, serif; font-size: x-large; text-decoration: underline; color:rgb(72, 145, 255);}

.navbar {font-family: cursive, arial, serif; color:rgb(255, 70, 152);}

p.links {font-family:'Lucida Console', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color:rgb(255, 70, 152);
}

h3.links {color:rgb(255, 70, 152);}

h1.links {color:rgb(255, 70, 152);}