/* REF.CSS  */

/* Reset + base styling */
body {
      font-family: "adobe-kis-caption", sans-serif;
      font-weight: 400;
	  font-style: normal;
      font-size: 1.3em;
      line-height: 1.4;
      margin: 40px auto;
      max-width: 750px;
      padding: 0 20px;
      color: #444;
      background: #fff;
    }

a {
      color: #444;
      text-decoration: underline;
  	max-width: 750px;          /* set your max width */
  word-wrap: break-word;  /* legacy support */
  overflow-wrap: anywhere;/* modern, lets browser break at any point */
  white-space: normal;    /* allow wrapping */
    }      

h1, h2 {
      font-family: "adobe-kis", sans-serif;
      font-weight: 600;
      font-style: normal;
    }

h1 {
      font-size: 1.8em;
      line-height: 1.2;      
      margin-bottom: 0.4em;
            margin-top: 1.5em;
      color: #000;
    }

h2 {
      font-size: 1em;
      margin-top: 2.3em;
      padding-bottom: 0.0em;
      text-transform: uppercase;
    }

h3 {
      font-family: "gesta", sans-serif;
      font-weight: 400;
      font-style: italic;
      font-size: 0.9em;
    }

h4 {
      font-family: "adobe-kis", sans-serif;
      font-weight: 400;
      font-style: normal;
      font-size: 1.75em;
      line-height: 1.2;      
      margin-bottom: -0.75em;
      color: #000;
    }

p { 
      margin-bottom: 0.5em;
    }

ul {
      margin: 1em 0;
      padding-left: 20px;
    }

em {
      color: #555;
    }
    
