/* Style */

body, *									{ font-family:"PT Serif", "Maison Neue Book", Helvetica, Arial, Sans-Serif, sans-serif; font-weight:normal; font-style:normal; letter-spacing: 1px; }

.text-center 							{ text-align: center; }

p, li 									{ font-size: 1rem; }

body, html								{ font-size: 100%; padding-top: 20px; }

h1 										{ margin-top: 0rem; font-size:1.1rem; line-height: 1.75rem; font-weight:normal; margin-bottom:70px;}
h2										{ font-size:2rem; font-weight:normal; }
h3 										{ font-size:2rem; font-weight:normal; }
h4 										{ font-size:1.5rem; font-weight:normal; }
h5 										{ font-size:1rem; font-weight:normal; }
h6 										{ font-size:1rem; font-weight:normal; }

.small, small, sub, sup					{ text-transform: uppercase; letter-spacing: 0.2rem; font-size:0.75rem; }

a 										{ color: inherit; }
a:hover									{ color: inherit; }


/* xs */
@media (max-width: 767px) { 

body, html								{ font-size: 90%; }

}


/* sm */
@media (max-width: 991px) { 


}


/* md */
@media (min-width: 992px) and (max-width: 1199px)  { 

body, html								{ font-size: 100%; }

}

/* lg */
@media (min-width: 1200px) { 

body, html								{ font-size: 120%; }

}					
