@font-face {
font-family: "RobotoMono";
font-weight: normal;
font-style: normal;
src: url("./assets/RobotoMono-Regular.ttf") format("ttf")
}

@font-face {
  font-family: "RobotoMono";
  font-weight: normal;
  font-style: italic;
  src: url("./assets/RobotoMono-Italic.ttf") format("ttf")
}

@font-face {
  font-family: "RobotoMono";
  font-weight: bold;
  font-style: normal;
  src: url("./assets/RobotoMono-Bold.ttf") format("ttf")
}

@font-face {
  font-family: "RobotoMono";
  font-weight: 100;
  font-style: normal;
  src: url("./assets/RobotoMono-Light.ttf") format("ttf")
}

html {
  font-family: 'RobotoMono', sans-serif;
  font-size: 16px;
  color: #000;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;

}

body {
  margin: 2em 0;
  padding: 0 1em;
  font-weight: 100;
  line-height: 1.6rem;
}

model-viewer {
  width: 100%;
  height: 70vh;
  background-color: #DEDFDE ;
}

button {

    background-color: #72f7ea;
    background-repeat:no-repeat;
    border: 0;
    cursor:pointer;
    overflow: hidden;
    outline:none;
    border-color: black;
    color: black;
    border-radius: 0rem;
    font-size: 1rem;
    font-weight: 400;
    padding: 0.5rem 0.5rem;
    position: absolute;
}
.arbutton {
  top: 1.2rem;
  right: 0.75rem;
  color: black ;
}

.a-frame-button {
  top: 4.5rem;
  right: 0.75rem;
}

nav {
  max-width: 760px;
  padding: 0 0 4em 0;
  margin: 0 auto;
}

nav span {
  background-color: #72f7ea;
}

.lang {
  display: block;
  text-align: right;
}

article {
  max-width: 760px;
  padding: 0 0 2em 0;
  margin: 0 auto;
}

h1 {
  font-size: 2em;
  color: white;
  line-height: 1.3em;

}

h1 span {
    background-color: black;
}

h2 {
  font-size: 1.2em;
  color: white;
}

h2 span {
  background-color: black;
}

img {
  width: 100%
}

p {
  padding-bottom: 1.1em;
}

/* -- not used and creates a problem with italic in the footer
p span {
  background-color: #72f7ea;
}
*/

a {
  text-decoration: none;
  color: black  ;
}

a:hover {
  text-decoration: none;
  color: #9EA09E ;
}

.italic { 
  font-family: "RobotoMono", sans-serif; 
  font-style: italic;
}

footer {
  text-align: center;
  font-size: 1rem;
}
