@import url('https://fonts.googleapis.com/css?family=Libre+Caslon+Text&display=swap');


.carousel-caption{
    margin-top:4%;
}

.carousel-caption p {
	font-family: 'Libre Caslon Text', serif;
	font-size:40px;
    font-weight: 300;
	color:#fff;
    word-break:keep-all;
}
.carousel-caption h2 {
	font-family: 'Libre Caslon Text', serif;
	font-size:25px;
	color:#fff;
    margin-top:2%;
    word-break:keep-all;
}
.slider_btn{
    margin-top:2%;
}

@media screen and (max-width:1000px){
    .carousel-caption p{
        font-size:30px;
        word-break:keep-all;
    }
    .carousel-caption h2{
        font-size:20px;
        word-break: keep-all;
    }
}

@media screen and (max-width:800px){
    .carousel-caption p{
        font-size:25px;
        word-break:keep-all;
    }
    .carousel-caption h2{
        font-size:15px;
        word-break: keep-all;
    }
}

@media screen and (max-width:480px){
    .carousel-caption p {
	font-family: 'Libre Caslon Text', serif;
	font-size:25px;
	color:#fff;
    word-break: keep-all;
}
    .carousel-caption h2 {
	display:none;
    word-break: keep-all;
}
}
