
/***** BASIC TYPOGRAPHY *****/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300|Armata:400');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

html {font-size: 100%;} /*16px*/

body {
  background: white;
  font-family: Roboto, 'Open Sans', sans-serif;
  font-weight: 300;
  line-height: 1.5;
  color: #212121;
}

p {
  margin-bottom: 0rem;
  line-height: 1.8;
}

h1, h2, h3, h4, h5 {
  margin: 2rem 0 1rem;
/*  font-family: 'Armata', Helvetica, Arial, sans-serif; */
  font-family: Roboto, 'Open Sans', Helvetica, Arial, sans-serif;
}

h1 {
  margin-top: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  font-size: 1.9rem;
  font-weight: 300;
}

h3 {
  font-size: 1.4rem;
  font-weight: 300;
}

h4 {
  font-size: 1.25rem;
  font-weight: 300;
}

h5 {
  font-size: 1.25rem;
  font-weight: 300;
  text-transform: uppercase;
}


small, .text_small {font-size: 0.889rem;}

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



/***** Section Mods *****/

        footer a    {
            color: white;
/*            text-decoration: none;            */
        }

        footer a:hover   {
            text-decoration: underline;
        }

        footer h1   {
            font-size: 1.5rem;
            margin: 0;
            line-height: 2.8;
        }
        footer h3   {
            font-size: 1.0rem;
            margin: 0;
            line-height: 2;
        }
        footer p   {
            font-size: .8rem;
            margin: 10px 0 5px 0;
            line-height: 2.5;
        }
