/* 
 *    Author: 
 *       Nadeem Elahi
 *    email: 
 *       nad@3deem.com 
 *    socials:
 *       nadeem.elahi@gmail.com
 *       youtube.com/@nadeemelahi593
 *       linkedin.com/in/nadeemelahi
 *
 */
 
/* 
 * font-family
 *
 */

h1 , h2 , h3 , h4 , a.learnMore {
	font-family: Arial , Helvetica , sans-serif ;
}

p , a {
	font-family: "Time New Roman" , Times , serif ;
}


/*
 * font-size
 *
 */

h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 , a.learnMore { font-size: 14px; }
p , a { font-size: 12px; }

#hideSidebar ,
#hideAODAsidebar {
	font-size: 16px;
}

#sidebarLinksBody > div > a { 
	font-size: 18px;
}

#aodaBody h3 {
	font-size: 10px;
}

#lightDarkContrast > button , 
#highLowContrast > button , 
#colourTheme > div > button { 
	font-size: 15px;
}

#txSzSm { font-size: 15px; }
#txSzMed { font-size: 20px; }
#txSzLrg { font-size: 25px; }

