a {
    color: rgb(47, 155, 47);
}
a:hover {
    color: rgb(0, 184, 49);
}
.cover {
    background-image: none!important;
}
.cover-image {
    height: auto;
    width: 100%;
}
.new-homepage {
    display: none;
}
.font-weight-bold {
    font-size: 2.5em;
}

/* media queries */
@media (max-width: 1650px) {
    .main, section, main {
      padding: 0 5em !important;
    }
    .cart-wrapper {
        flex-wrap: wrap;
    }
}
@media (max-width: 1100px) {
    .main, section, main {
      padding: 0 !important;
    }
}
@media (max-width: 650px) {
    .cover {
        background-image: url(/uploadedimages/Conferences/pink25/home/covers/Banner-mobile.png)!important;
    }
}