*, *::before, *::after {
  box-sizing: border-box;
}

img, svg, video, canvas {
  max-width: 100%;
  height: auto;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
html {
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
body {
  display: flex;
  overflow-x: hidden;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: url('/img/bg-itamaraty.jpg') no-repeat center center fixed;
  background-size: cover;
}
.overlay {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 2rem;
  max-width: 800px;
  width: 100%;
  margin: auto;
  overflow: auto;
}
.overlay h1 {
  font-size: 2.5rem;
  margin-bottom: 1rem;
}
.overlay p {
  font-size: 1.125rem;
  line-height: 1.5;
  max-width: 700px;
}
footer {
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  text-align: center;
  padding: 1rem 0;
  width: 100%;
  margin-top: auto;
}
footer a {
    color: #fff;
    text-decoration: underline;

}
.ssl-seal-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 1000;
}
.font-size-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.font-size-overlay .font-size-box {
  text-align: center;
  color: #fff;
}
#fontSizeSlider {
  width: 90vw;
  margin: 1rem auto;
}
#confirmFontSize {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
}

#increaseFont, #decreaseFont {
  font-size: 115%;
}
