/*

.playfair-display-<uniquifier> {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

.noto-sans-<uniquifier> {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

*/
:root {
  --body-font: "Noto Sans", sans-serif;
  --heading-font: "Playfair Display", serif; }

*, *::before, *::after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  transition: all .4s;
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -ms-transition: all .4s;
  -o-transition: all .4s; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ol, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

html {
  scrollbar-width: thin;
  font-size: 100%;
  box-sizing: inherit;
  scroll-behavior: smooth;
  height: -webkit-fill-available; }

html::-webkit-scrollbar {
  width: 5px; }

html::-webkit-scrollbar-track {
  background: #ddd; }

html::-webkit-scrollbar-thumb {
  background: #FDD36A; }

ul, li {
  list-style-type: none; }

a, button {
  cursor: pointer;
  border: none;
  outline: none;
  user-select: none;
  background: none;
  box-shadow: none; }

*, body, html, p, h1, h2, h3, h4, h5, h6, .navbar, figure, figcaption, a, ul, li, hr, address {
  padding: 0px;
  margin: 0px; }

body {
  font-size: 16px;
  font-family: var(--body-font); }

.home-city-list .items {
  text-transform: lowercase;
  text-align: center;
  background-color: #000;
  color: #fff;
  display: inline-block;
  width: 100%;
  padding: 8px 0px;
  font-size: 14px;
  text-decoration: none; }

.pt-1rem {
  padding-top: 1rem; }

.pt-2rem {
  padding-top: 2rem; }

.pt-4rem {
  padding-top: 4rem; }

.pb-1rem {
  padding-bottom: 1rem; }

.pb-2rem {
  padding-bottom: 2rem; }

.pb-4rem {
  padding-bottom: 4rem; }

.page-content h1 {
  font-size: 25px; }
.page-content h2 {
  font-size: 24px; }
.page-content h3 {
  font-size: 23px; }
.page-content h4 {
  font-size: 22px; }
.page-content h5 {
  font-size: 21px; }
.page-content h6 {
  font-size: 20px; }
.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  font-family: var(--heading-font);
  padding-bottom: 15px;
  font-weight: 700;
  text-align: center;
  color: var(--color-h); }
.page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6 {
  padding-top: 1rem; }
.page-content p {
  font-size: 13.5px;
  padding-bottom: 12px;
  text-align: justify;
  word-spacing: 2px;
  letter-spacing: 0.1px;
  line-height: 22px; }
  .page-content p a {
    color: #000; }
.page-content ul {
  margin-left: 15px;
  margin-bottom: 15px; }
  .page-content ul li {
    list-style-type: square;
    padding: 5px 0px; }
.page-content ol {
  margin-left: 20px;
  margin-bottom: 15px; }
  .page-content ol li {
    list-style-type: upper-alpha;
    padding: 5px 0px; }
@media (min-width: 768px) {
  .page-content h1 {
    font-size: 28px; }
  .page-content h2 {
    font-size: 27px; }
  .page-content h3 {
    font-size: 26px; }
  .page-content h4 {
    font-size: 25px; }
  .page-content h5 {
    font-size: 23px; }
  .page-content h6 {
    font-size: 21px; } }

/*# sourceMappingURL=mainvirgostreet.css.map */
