html {
  height: 100%;
  background: #191919;
  font-size: 312.5%;
  scroll-behavior: smooth;
}

body {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  color: #191919;
  font-size: 0.32rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #191919;
}

nav {
  height: 0.7rem;
  display: flex;
  align-items: center;
}

nav a {
  padding: 0 0.35rem;
  display: inline-flex;
  color: #e0e0e0;
  font-size: 0.23rem;
  line-height: 0.7rem;
  text-decoration: none;
}

nav a:hover {
  color: #fff;
}

.logo {
  width: 1.31rem;
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

section h2 {
  font-size: 0.54rem;
  font-weight: bold;
}

.about {
  padding: 0.8rem 0.3rem 0.6rem;
  height: 9.6rem;
  background: url("../images/bg-about.jpg") center / cover no-repeat;
  border-bottom: 0.35rem solid #e83857;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about h1 {
  margin-bottom: 0.36rem;
  color: #fff;
  font-size: 0.85rem;
  font-weight: bold;
  line-height: 1.1;
}

.about h1 span {
  display: inline-block;
  background: #e83857;
}

.about h1 span:first-child {
  margin-left: 0.1rem;
  padding: 0 0.1rem;
}

.about h1 span:last-child {
  padding: 0 0.2rem;
}

.about p {
  max-width: 10rem;
  color: #fff;
  font-size: 0.25rem;
}

.contact {
  padding: 0.6rem 0.3rem;
  flex: 1 0 auto;
  background: url("../images/bg-contact.jpg") center / cover no-repeat;
}

.contact h2 {
  margin-bottom: 0.2rem;
}

.contact strong {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-weight: bold;
}

.contact small {
  display: inline-block;
  margin-bottom: 0.2rem;
  font-size: 0.2rem;
  font-weight: bold;
}

address {
  font-size: 0.25rem;
  font-style: normal;
}

.office {
  display: inline-block;
  padding: 0 0.18rem;
  margin-bottom: 0.2rem;
  border: 0.03rem solid #3a3a3a;
  border-radius: 0.22rem;
  line-height: 0.44rem;
}

.email {
  color: #191919;
  text-decoration: none;
}

.email:hover {
  text-decoration: underline;
}

footer {
  padding: 0.55rem 0.3rem;
  padding-left: 1.2rem;
  background: #191919 url("../images/logo-white.png") 0.3rem center / 0.7rem
    no-repeat;
  color: #b0b0b0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  font-size: 0.13rem;
}
