/*!
Theme Name: Between Heritages
Theme URI: http://betweenheritages.com/
Author: Pedro Ferreira - Design Grafico e Web
Author URI: https://pedroferreira.pt
Description: Página em Construção
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: between-heritages
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Between Heritages is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

body {
  font-family: "garamond-atf-text", sans-serif;
  background-color: #fefcf6;
  color: #000000;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
  padding: 0;
  margin: 3rem;
}

.logo {
  max-width: 378px;
  margin-bottom: 5rem;
  width: 100%;
}

@media (min-width: 782px) {
    .logo {
        margin-bottom: 5rem;
    }
}

@media (max-width: 781px) {
    .logo {
        margin-bottom: 2.5rem;
    }
}

h1 {
  font-family: "laca", sans-serif;
  font-size: clamp(2rem, 8vw, 3rem);
  margin: 0 0 1.5rem;
  line-height: 1;
}

p {
  margin: 0 0 1.5rem;
}

a {
  text-decoration: none;
  color: #000000;
  transition: 0.2s ease-in-out;
}

a:hover {
  opacity: 0.7;
}

.email {
  display: flex;
  justify-content: center;
  align-items: center;
}

svg {
  width: 1.3125rem;
  fill: #ff8e47;
  margin-right: 0.5rem;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: calc(100vh - 6rem);
}
