
*, *::before, *::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  padding: 0;
}
html, body {
  height: 100%;
}
body {
  font-size: 62.5%;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}
input, button, textarea, select {
  font: inherit;
}
p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}
ul {
  list-style-type: none;
}
.no-margin {
  margin: 0 !important;
}


h1 {
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 4rem;
  color: #678475;
}

a {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.75rem;
  color: #678475;
  text-decoration: none;
}

p {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 1.4rem;
  line-height: 1.75rem;
  color: #678475;
}
main {
  position: relative;
  width: 90%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto;
}
.logo {
  width: 100%;
  position: relative;
}

.logo img {
  margin: 0 auto 50px auto;
}

h1 {
  font-family: "Orbitron", sans-serif;
  font-weight: 900;
  font-size: 1.5rem;
  line-height: 1.8rem;
  color: #678475;
  text-align:center;
  margin: 20px 0;
}

a.tel {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 1.5rem;
  line-height: 1.8rem;
  text-align:center;
  color: #000000;
  margin: 0 0 20px 0;
}

a:hover.tel {
  text-decoration: underline;
  color: #678475;
}

p.address {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.8rem;
  text-align:center;
  color: #000000;
  margin: 0 0 40px 0;
}
p.copyright {
  font-family: "Archivo", sans-serif;
  font-weight: 300;
  font-size: 1.1rem;
  line-height: 1.6rem;
  text-align:center;
  color: #A29F9D;
}

@media (min-width: 768px) {
  main {
    width: 80%;
  }
  h1, a.tel {
    font-size: 1.8rem;
    line-height: 2.2rem;
  }
  p.address {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  p.copyright {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }
}

@media (min-width: 1024px) {
  main {
    width: 70%;
  }
  h1, a.tel {
    font-size: 2.25rem;
    line-height: 2.75rem;
  }
  p.address {
    font-size: 1.5rem;
    line-height: 2.1rem;
  }
  p.copyright {
    font-size: 1.3rem;
    line-height: 1.8rem;
  }
}

@media (min-width: 1440px) {
  main {
    width: 50%;
  }
  h1, a.tel {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
  p.address {
    font-size: 1.6rem;
    line-height: 2.25rem;
  }
  p.copyright {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
