html,
body {
  height: 100%;
  padding: 0;
  margin: 0;
  /* background: #8C3532; */
  font-size: 42px;
  color: #16161d;
  font-family: "roboto", sans-serif;
  font-weight: 300;
}

* {
  box-sizing: border-box;
}

.container {
  /* height: 100vh;
    width: 100vw; */
  display: flex;
  justify-content: center;
  align-items: start;
}

.box {
  margin: 10vh 1.6rem 1rem 1rem;
}

#logo {
  width: 100%;
  margin: 0;
}

.content {
  margin: 0 0 0 20.8%;
  padding-bottom: 3rem;
}

h1,
h2,
h3 h4 {
  font-family: "roboto", sans-serif;
  font-weight: 600;
}

p {
  margin: 0.4em 0;
}

.address {
  margin: 0 0 2em;
}

@font-face {
  font-family: "roboto";
  src: url("fonts/Roboto-Bold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("fonts/Roboto-Light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "roboto";
  src: url("fonts/Roboto-Thin-webfont.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}

@media screen and (max-width: 762px) {
  html,
  body {
    font-size: 28px;
  }

  .box {
  }
}
