body {
    /* background-color: rgb(16, 90, 158); */
    background-image: url(./images/polygonGradientLarge.png);
    background-attachment: fixed;

}

h1 {
    opacity: 85%;
}

h2 {
    opacity: 85%;
}

h3 {
    opacity: 85%;
}

p {
    opacity: 85%;
}

span {
    opacity: 85%;
}

.btn {
    font-family: roboto condensed;
    font-size: 2rem;
    background-color: rgb(38, 110, 158);
    color: rgb(161, 191, 209);
    border: solid #0c5e85 5px;
    font-weight: 600;
    /* background: linear-gradient(to top right, #136c96, #3e2183); */
}

.logo {
    background-color: rgba(20, 22, 27, 0.65);
}

.flyerContainer {
    border-top: solid rgb(255, 255, 255) 4px;

}

.topNewsH1 {}

.flyerContainer {
    background-color: rgba(27, 31, 37, 0.65);
    padding-top: 3%;
    padding-bottom: 2%;

}

.eventImage {
    cursor: pointer;
}

.terellSummerBreeze {
    height: 270px;
    width: auto;
    border-radius: 10px;
}

.riverCruiseText {}

.riverCruiseH1 {
    font-family: 'Alfa Slab One';

}

.californiaChristmasContainer {
    /* background-color: rgb(97, 13, 13, 0.5); */
}

.theHeartAndSoul {
    background-color: rgb(42, 48, 58, .75);
    height: ;
}

.heartAndSoulImg {}

.summerBreezeContainer {
    background-color: rgb(42, 48, 58, .75);
}

.californiaChristmas {
    border-top: solid rgb(255, 255, 255) 4px;
    background-color: rgb(42, 48, 58, .75);


}

.calixmasbtn {
    height: 5rem;

}


.californiaChristmasH1 {
    color: white;
    font-family: 'Alfa Slab One';
}

.cruisebtn {
    height: 5rem;
}

.bgcContainer {
    background-color: rgb(42, 48, 58, .05);
}

.steppinOut {
    background-color: rgb(42, 48, 58, .05);

}

.contactContainer {
    background-color: rgb(42, 48, 58, .05);
}


.bgcH1 {
    font-family: 'Alfa Slab One';
}

.bgbtn {
    height: 8rem;
}

.northridgebtn {
    height: 8rem;
}

.needAvH1 {
    line-height: 2;
}

.servicesbtn {
    height: 5rem;
    margin-right: 3rem;
}

.websitebtn {
    height: 5rem;
    margin-left: 3rem;
}

.contactUsH1 {
    font-family: 'Alfa Slab One';
}

@media (max-width: 620px) {
    .servicesbtn {
        margin-right: unset;
    }

    .websitebtn {
        margin-left: unset;
    }
}