
#pageBody > * > * {
    width: 100%;
}
#pageBody > * {
    height: 100%;
}
#pageBody > * :first-child{
    margin-top: 25vh;
}
#pageBody > * :last-child {
    margin-bottom: 35vh;
}

.home-hero {

}

.home-hero-title {
    font-size: 24px; 
    font-weight: normal;
}

.img-demo {
    max-width: 50%;
    min-width: 500px;
}

.img-featured {
    width: 100%;
}

/*
img {
  background-image: url("/static/images/Tag_Molly1.png");
}
*/

#pageBody h2 {
    width: 100%;
}
#pageBody button.navContact {
    width: fit-content;
}


/*# sourceMappingURL=core_home.bundle.css.map*/