@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
.fullsize {
    height: 100vh;
    background: rgba(0, 0, 0, 0) url("../assets/images/cover.png") no-repeat scroll center center/cover;
}
.fullheight {
    height: 100vh;
}
body {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.modal-title {
  font-weight: 300;
  font-style: normal;
}
a.contacts {
    color: #333;
    text-decoration: none;
}
a.contacts:hover {
    text-decoration: underline;
}