/**
 * @file
 * Global rules
 *
 * Theme global rules.
 */

html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  scroll-padding-top: 150px !important;
}
html, body {
  position: relative;
  font-family: "Montserrat", Arial, sans-serif;
  color: #000000;
}
body {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body * {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  height: auto;
}
p, h1, h2, h3 {
  position: relative;
}
::selection {
  background-color: #132D61;
  color: #fff;
}

/**
 * Links
 */
a {
  color: blue;
  text-decoration: none;
}

/**
 * Page title
 */
.page-title {
  margin-top: 1.5em;
}
