@import url('https://fonts.googleapis.com/css?family=Karla:400');
@import url('https://fonts.googleapis.com/css2?family=Cabin+Sketch:wght@700&display=swap');

html {font-size: 16px;
      line-height: 1.6;  /* 28.8 */
  }

/* .border {
  border: 3px dashed blue;
} */

body {
  background: white;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  color: #262626;
}

p {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  line-height: 1.6;
  letter-spacing: 0.4px;
  padding-right: 3em;
}

h1  {
  margin-top: 0.39em;
  margin-bottom: 0.39em;
  font-size: 4.052em;  /* 72.9pix */
  font-family: 'Karla', sans-serif;
  font-weight: 800;
  line-height: 1.185;  /* 28.8 (spacing) x 3 is 86.4 is new line-height / 72.9 is 1,185 */
}

h2, h3, h4, h5 {
  margin: 3em 0 1.1em;
  font-family: 'Karla', sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  margin-top: 0.52rem;
  margin-bottom: 0.52em;
  font-size: 3.052em;
  line-height: 1.0484;
}

h1.topheader {
margin-top: 0.39em;
margin-bottom: 0.4em;
font-size: 4.052em;  /* 72.9pix */
font-family: 'Cabin Sketch';
letter-spacing: 10px;
line-height: 0.025;  /* 28.8 (spacing) x 3 is 86.4 is new line-height / 72.9 is 1,185 */
font-weight: 800;
}

p.topheader-paragraph {
  font-weight: 400;
  font-size: 15px;
  max-width: 520px;
  padding: 1em;
}

h2 {font-size: 2.441em; /* 43.939px */
    line-height: 1.31;
    margin-top: 0.6554em;
    margin-bottom: 0.6554em;
  }

h3 {font-size: 1.953em; /* is 35.154 px */
    line-height: 1.6385;
   /*  margin-top: 0.819em; */
    margin-bottom: 0.819em;

  }

h4 {font-size: 1.563em;}

h5 {font-size: 1.25em;}

small, .text_small {font-size: 0.8em;}


@media (max-width: 576px) {

html {
  font-size: 14px;
}


h1.topheader {
font-weight: 700;
margin-top: 0.39em;
margin-bottom: 0.3em;
font-size: 40px;
font-family: 'Cabin Sketch', cursive;
letter-spacing: 2px;
font-weight: 800;
line-height: 0.025;  /* 28.8 (spacing) x 3 is 86.4 is new line-height / 72.9 is 1,185 */
}

h1.about {
  text-align: center;
}

p {
    padding-right: 0em;
}

p.topheader-paragraph {
  font-weight: 300;
  font-size: 13px;
  padding-top: 2em;
  padding-bottom: 2em;
  padding-right: 0em;
}
}
