/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/

.slider-caption h2 {
    font-size: 3.5rem;
}

.menu-link:hover,
.entry-title a:hover {
    color: #007bff !important;
}

.button.button-full:hover {
    background-color: #007bff !important;
}


@media (max-width: 991.98px) {
    .swiper_wrapper .slider-caption p {
        font-size: 3.6vw;
    }
}
