/*for google font @import url('https://fonts.googleapis.com/css?family="FONTNAME"') and delete headcase and bodycase*/

html {
  height: 100%;
  width: 100%;
}

h1 {
  overflow-wrap: normal;
  margin: 0em 0em 0em 0em;
  padding: 2.2em 0em 0em 0em;
  text-align: left;
  font-size: 1.6em;
  line-height: 1.3em;
  font-weight: bold;
}

body {
  height: 100%;
  overflow-wrap: normal;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0 1em 0 0.6em;
  text-align: left;
}

#bodycase {
  margin: 0em 0em 0em 0em;
}

a:link,
a:visited,
a.email-address:link {
  text-decoration: none;
  font-weight: bolder;
}

a:hover,
a.link,
a.visited,
a.email-address:hover {
  font-weight: bolder;
  text-decoration: underline;
  text-decoration-thickness: 0.1em;
}

p {
  display: block;
}

header {
  position: sticky;
  width: 100%;
  top: 0em;
  text-align: left;
}

#elephant {
  position: fixed;
  width: 100%;
  left: 0em;
  top: 0em;
  line-height: 3em;
  padding: 0em 0em 0em 1em;
  font-size: 0.6em;
  white-space: nowrap;
  background: transparent;
}

footer {
  position: fixed;
  width: 100%;
  bottom: 0em;
  text-align: left;
}

#clam {
  position: fixed;
  width: 100%;
  left: 0em;
  bottom: 0em;
  line-height: 3em;
  padding: 0em 0em 0em 1em;
  font-size: 0.6em;
  white-space: nowrap;
}
