@charset "utf-8";
/* CSS Document */

body {
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url(../images/bkgd.webp);
}
.card-footer a{
    text-decoration: underline;
    color: #000000;
}

h1 {
    font-size: 28px;
    color: #F03754;
    text-shadow: 2px 2px 10px #878787;
    font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

h2 {
    font-size: 20px;
    color: #F03754;
    text-shadow: 2px 2px 10px #878787;
	font-family: "Pacifico", cursive;
    font-weight: 400;
    font-style: normal;
}

h3 {font-size: 22px;

	color: #F03754;

	text-shadow: 2px 2px 10px #878787;

	font-family: "Pacifico", cursive;

    font-weight: 400;

    font-style: normal;

}

h4 {font-size: 22px;

	color: #000000;

	font-weight: 400;

    font-style: normal;

}



 .navbar .nav-link {

    font-weight: bold;

    margin-right: 13px;

    } 

.navbar {

	border-bottom: 10px solid #7E7E7E;

}

.slide-bold{

    color: #FFFFFF;

    font-size: 29px;

    font-weight: bold;

	text-shadow: 2px 2px 2px #000000;

}

.slide-p{

	color: #FFFFFF;

    font-size: 18px;

    font-weight: bold;

	text-shadow: 2px 2px 2px #000000;

}

.btn-red {

    background-color: #F03754;

    color: #FFFFFF;

    font-weight: bold;

    font-size: 18px;

}

.btn-outline-red {

    background-color: #FFFFFF;

    color: #F03754;

    font-weight: bold;

    font-size: 18px;

}

.btn-red-lg {
    background-color: #F03754;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
}

.small {
    font-size: 13px;
}

.header{
    background-image: url(../images/header.webp);
    background-size: cover;
	background-position: center center;
    height: 250px;
}
.icon-gray {
    color: #7E7E7E;
}

.card-title {
}

.footer {
    background-color: #F03754;
    color: #FFFFFF;
    border-top: 10px solid #7E7E7E;
    margin-top: 25px;
    padding-top: 15px;
}

.footer a{
    color: #FFFFFF;
    text-decoration: underline;
    font-weight: bold;
}

#packages {
    background-image: url("../images/packages-bkgd.webp");
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 30px;
   }

#allven {
    background-image: url("../images/bkgd-allven.webp");
    background-size: cover;
    background-position: center center;
    padding-top: 90px;
    padding-bottom: 30px;
   }

#freeven {

    background-image: url("../images/bkgd-freeven.webp");

    background-size: cover;

    background-position: center center;

    padding-top: 90px;

    padding-bottom: 30px;

   }

#contact {

    background-image: url("../images/bkgd-contact.webp");

    background-size: cover;

    background-position: center center;

    padding-top: 90px;

    padding-bottom: 30px;

   }

#add-ons {

    background-image: url(../images/Add-ons.webp);

    background-size: cover;

    background-position: center center;

    padding-top: 50px;

    padding-bottom: 50px;

    }

.book {

    background-color: #F03754;

    color: #FFFFFF;

    border-radius: 10px;

    border: thin solid #84070A;

}

@media only screen and (max-width: 600px) {

	h2 {

    font-size: 28px;

   

}

 h3 {font-size: 28px;

	}

	.carousel-caption p {

    font-size: 11px;

}

}