body {
    font-family: 'Roboto', sans-serif;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
	.responsive-font-1 h2 {
        font-size: 3rem !important;
    }

    .responsive-font-1 p {
        font-size: 1.5rem !important;
    }
}

.carousel-caption h5 {
    font-size: 2rem !important;
}

.carousel-caption p {
    font-size: 1.25rem !important;
}


