
.parallax {
    background-image: url("../img/dom0.jpg");
  
    min-height: 50rem; 
  
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.montserrat-bold {
    font-family: "Montserrat", serif;
    font-weight: bold;
}

.montserrat-regular {
    font-family: "Montserrat", serif;
}

.footer-container {
    background-color: #0d6efd;
    margin-top: auto;
}

html, body {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    height: 100%;
}