﻿
/*Collapse home logo to fit mobile*/
@Media (max-width: 768px) {
    .home-section {
        background-size: contain;
    }
}

/*Irish Green*/
.bg-irish {
    background-color: #11492d
}

.bg-irish-light {
    background-color: #11492d44;
}

.features-icon img{
    border: 1px solid grey;
}

.py-50p{
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}