#Logo {
    height: 125px;
}

.CallNow {
    font-size:x-large;
}

#Trailers h2 {
    text-decoration: underline;
}

#Contact {
    background-color: rgba(18, 65, 146, 1);
    width: 100%;
    color: white;
}

footer {
    z-index: 1000;
}

.ShowMore {
    font-size: large;
    font-weight: bold;
}

.img-thumb {
    max-height:300px;
}

.Lower-CTA {
    font-size:large;
}
.hero-section {
    min-height: 90vh;
    width: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}
.FrontText {
    line-height: 1.5em;
    font-family: "Josefin Sans";
    font-size: 60px; /* Default size for desktop */
    /*text-decoration: underline;*/
}

.trusted {
    color: white;
    text-decoration: underline white 1px;
    font-style: italic;
    font-size: 55px;
}

.CTA {
    background: rgba(45,45,45,1);
    color: white;
    padding: 3rem 0 3rem 0;
}

.CTA h2 {
    font-size: 55px;
}

.CTA button {
    font-size:x-large;
    background-color: rgb(132, 147, 213);
    font-family: "Montserrat", sans-serif;
}
.hero-section div p {
    font-size: 18px; /* Default paragraph size for desktop */
    font-family: "Josefin Sans";
}

.hero-section div div p a {
    color: white;
    text-decoration: underline white 1px;
}

/* Responsive adjustments for tablets */
@media (max-width: 768px) {
    .FrontText {
        font-size: 28px; /* Slightly smaller on tablets */
    }
    .hero-section div p {
        font-size: 16px; /* Adjusted paragraph size for tablets */
    }
}

/* Responsive adjustments for mobile phones */
@media (max-width: 480px) {
    .FrontText {
        font-size: 24px; /* Much smaller on phones */
        line-height: 1.2em; /* Tighter line height for smaller screens */
    }
    .hero-section div p {
        font-size: 14px; /* Smaller text size for readability on phones */
    }
}

.Bullets {
    background-color: rgba(18,65,146,1);
    width: 100%;
    color: white;
}

.Bullets div h4 {
    font-weight: 700;
    font-size: 21px;
    font-family: "Josefin Sans";
}

.Bullets div p {
    font-weight: 400;
    font-size: 18px;
    font-family: "Josefin Sans";
}
a {
    font-family: "Montserrat",sans-serif;
}
.navbar {
    background: rgb(255,255,240);
    background: radial-gradient(circle, rgba(255,255,240,1) 0%, rgba(240,240,235,1) 100%);
}
.contact-form {
    background: rgba(1, 1, 265, 0.65);
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
}

.card-title {
    color: rgba(254, 73, 73, 1); font-size: 22px; font-family: "Josefin Sans", sans-serif; line-height: 1.25em; font-weight: 700;
}

.testimonials
{
    background: rgb(255,255,255);
    background: radial-gradient(circle, rgba(255,255,255,1) 0%, rgba(148,187,233,1) 100%);
}
footer {
    width: 100%;
    background: rgba(51,51,51,1);
    position: sticky;
    bottom: 0;
}

.OR {
    color: silver; font-size: 22px; font-family: "Josefin Sans", sans-serif; line-height: 1.25em; font-weight: 700;
}

footer .btn {
    background-color: rgba(234,193,79,1);
    font-family: "Montserrat",sans-serif;
}