* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  --main-text-color: indianred;
}

body {
  font-family: 'Roboto', sans-serif;;
  background-image: url('../img/background.jpg');
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  font-size: 16px;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
}

header {
  text-align: center;
  text-transform: uppercase;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header h1 {
  font-size: 6rem;
  font-family: 'Playfair Display', serif;
  font-weight: normal;
  letter-spacing: 2px;
  text-shadow: 0 0 3rem white, 0 0 0.05rem white;
}

header .sup-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.3rem;
  letter-spacing: 3px;
  font-weight: bold;
  text-shadow: 0 0 20px white, 0 0 50px white;
}

header img {
  height: 3rem;
  margin: 0 1rem;
}

header .sub-header {
  font-size: 1.5rem;
  letter-spacing: 2px;
  margin-top: 1.5rem;
  text-shadow: 0 0 20px white, 0 0 50px white;
}

main {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  row-gap: 4rem;
}

main .about {
  background-color: white;
  text-align: center;
  padding: 60px;
}

main .about h2 {
  font-size: 2.5rem;
  letter-spacing: 3px;
  margin-bottom: 4rem;
  position: relative;
}

main .about h2::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -2rem;
  left: 50%;
  translate: -50% 0;
  height: 5px;
  width: 40px;
  background-color: var(--main-text-color);
}

main .about p {
  margin-top: 20px;
  margin-bottom: 20px;
  color: var(--main-text-color);
}

main iframe {
  width: 100%;
  height: 100%;
  border: none;
}

main .contact {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1 / 3;
  margin: auto;
  text-transform: uppercase;
  font-size: 2rem;
  height: 100%;
  width: 100%;
  line-height: 150%;
  background-image: url(../img/contact.png);
  background-position: center;
  background-size: cover;
}

main .contact p {
  text-align: center;
  margin: 3rem auto;
  max-width: 80%;
  text-shadow: 0 0 40px white, 0 0 60px white, 0 0 5px white;
  font-weight: bold;
  letter-spacing: 3px;
}

main .contact a.phone {
  color: black;
  text-decoration: none;
  font-weight: bold;
}

footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #0f1d1e;
  color: white;
  margin-top: 4rem;
}

footer .footer-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 4rem;
}

footer .footer-info div,
footer .footer-info address {
  margin: 0 2rem;
  text-align: center;
}

footer .footer-info address {
  text-transform: uppercase;
  font-style: normal;
}

footer .footer-info div h3,
footer .footer-info address h3 {
  font-size: 1.2rem;
  margin-bottom: 4rem;
  letter-spacing: 2px;
  font-weight: bold;
}

footer .footer-info div p,
footer .footer-info address p {
  line-height: 150%;
}

footer a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: var(--main-text-color);
  margin-bottom: 0.5rem;
}

footer svg {
  height: 1.3rem;
  display: inline-block;
  padding-right: 0.5rem;
}

footer .footer-map {
  margin: auto;
}

footer .footer-map iframe {
  max-width: 100%;
}

footer .highlight {
  color: var(--main-text-color);
}

.temporary {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;

  padding-top: 7%;
  padding-right: 2%;
  padding-bottom: 2%;
  padding-left: 2%;
  background-color: WhiteSmoke;

}
