
html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
  }

body{
    background: linear-gradient(to bottom,white,white,white,white, #646464) ;
    display: flex;
    flex-direction: column;
}



footer {
    background: linear-gradient(to right, #303030,#000, #000);
    height: 5.5rem;
    width: 100%;
    color: white;
}
 
.align-items-start .productContainer {
    align-items: start;
    
}

.asuntohaukkaCards {
    width: 20vw;
    padding: 1vw;
    margin: 1vw;
}

.container .productContainer {
    display: flex;
    justify-content: center;
    white-space: nowrap;
}

.iframe {
    width: 55vw;
    height: 65vh;
}

@media (min-height: 768px) { /* Adjust size for medium-sized screens and larger */
    .asuntohaukkaCards {
        width: 15vw;
    }
    
    .iframe {
        width: 55vw;
        height: 65vh;
    }
  }

@media (min-height: 992px) { /* Adjust size for large screens and larger */
    .asuntohaukkaCards {
        width: 12vw;
    }
    .iframe {
        width: 55vw;
        height: 65vh;
}
}
  
#mainContainer {
    min-height: calc(90vh - 5.5rem);
}

.navbar {
    background: linear-gradient(to right,#000, #000, #303030) ;
    min-height: 70px;
    height: 10vh;
}

#navbar-logo{
    position: relative;
    top: 1vh;
    left: 2rem;
    min-height: 60px;
    height: 8vh;
}

#login-navbar-logo{
    position: relative;
    top: 1vh;
    min-height: 60px;
    height: 8vh;
}

.side-column {
    min-width: 100px;
}