@charset "utf-8";
/* CSS Document */





/*  FONT   */

/*  FONTNote


  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";

Trebuchet MS, Lucida Sans Unicode, Lucida Sans, Tahoma, Arial, sans-serif

Palatino, Palatino Linotype, Palatino LT STD, Book Antiqua, Georgia, serif
FONTNote   */

/*
:root {
  --font-family-sans-serif: Trebuchet MS, Lucida Sans Unicode, Lucida Sans, Tahoma, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*/

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}



.description {
  margin-bottom: 0rem;
  	font-size: .9rem;
	color: 333333;
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Baskerville, Book Antiqua, Georgia, serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}




/*  Nav Item in list FONT small caps   */

.nav-link {
  	font-variant: small-caps; 
	
	/*text-transform:uppercase; */
	/*font-size: 1.1rem;	*/
	/*font-weight: bold;   */
		
}

.navbar-nav a {
 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	
}


.dropdown-menu {
  	/*text-transform:uppercase;
 	font-variant: small-caps;
	 font-weight: bold;   */
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

tooltip {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.popover {
   font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


.smallcaps {
 	font-variant: small-caps;
	}


.list-paragraph {
 	font-family: Palatino, Palatino Linotype, Palatino LT STD, Baskerville, Book Antiqua, Georgia, serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	}



h1, h2, h3, h4, h5, h6 {
	margin-top: 0rem;
	font-family: "Trebuchet MS", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}



h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1, .h1 {
  font-size: 2.0rem;
}

h2, .h2 {
  	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3rem;
	letter-spacing: 0.2rem;
	font-weight:normal;
	color: #cc6600;
	text-decoration: none;
	}

h3, .h3 {
  	font-size: 1.1rem;
    font-weight: bold;
}

h4, .h4 {
  	font-size: 1.0rem;	
	font-variant: small-caps;
}

h5, .h5 {
  font-size: 1.0rem;
}

h6, .h6 {
  font-size: .9rem;
}



p {
  	margin-bottom: .8rem;
  	font-size: 1rem;
	color: 444444;
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Baskerville, Book Antiqua, Georgia, serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}


p-no-bottom-margin {
  margin-bottom: .1 rem;
  	font-size: 1rem;
	color: 444444;
	font-family: Palatino, Palatino Linotype, Palatino LT STD, Baskerville, Book Antiqua, Georgia, serif, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

