/* Add here all your CSS customizations */
.section-link-anchor {
	display: block;
	height: 80px;
	margin-top: -80px;
	visibility: hidden;
}

.h5-card-text {
    font-size: .7em;
    line-height: 18px;
    margin: 0 0 14px 0;
    text-transform: uppercase;
    color: #777;
}

.p-card-text {
    color: #3c3c3c;
    font-weight: 700;
}


@media(max-width: 575px) {
    .p-carousel-mobile{
        font-size: 1em;
        line-height: 20px;
        text-align: left!important;
    }
    #header .header-logo {
        width: auto !important;
        height: auto !important;
    }

    /* Here is where you can change the logo size */
    #header .header-logo img {
        width: 200px !important;
        height: auto !important;
    }
}