.largeBanner {
    background-image: url("../images/Events Page 1.jpg");
    background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
}

.slimBanner .twoThirdsSegment.text {
    font-size: 20px;
    text-align: center;
    display: flex;
    height: calc(300px - 4px);
    justify-content: center;
    align-items: center;
    font-weight: bold;
    color: darkkhaki;
    border: 2px solid darkkhaki;
    margin-top: 0px;
    width: calc(68% - 9px);
}

.slimBanner .twoThirdsSegment.text div {
    padding: 20px;
}

.slimBanner .right.oneThirdSegment.image1 {
    background-image: url("../images/Events Page 3.jpg");
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.slimBanner .fullSegment.image2 {
    background-image: url("../images/Events Page 4.jpg");
    background-position: 50% 15%;
}

.slimBanner .fullSegment {
    height: 100%;
    width: 100%;
    background-color: grey;
    position: relative;
    overflow: hidden;
    background-color: #FFF;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}

.slimBanner .fullSegment .floatingTextBox .large {
    font-size: 48px;
    text-shadow: rgb(46, 46, 46) 0px 4px 5px;
    color: darkkhaki;
}

.oneThirdSegment.image1 {
    background-image: url("../images/Events Page 5.jpg");
}

.oneThirdSegment.image2 {
    background-image: url("../images/Events Page 6.jpg");
}

.oneThirdSegment.image3 {
    background-image: url("../images/Events Page 7.jpg");
}

.text a {
    text-decoration: underline;
    color: darkkhaki;
}

.slimBanner .twoThirdsSegment.text span {
    font-size: 30px;
}

.slimBanner .left.oneThirdSegment .textBox {
    font-size: 30px;
}

.slimBanner .segmentGroup {
    display: none;
}

@media (max-width: 800px) {
    .slimBanner .twoThirdsSegment.text {
        width: calc(100% - 4px);
    }
    .slimBanner .segmentGroup {
        display: block;
    }
    .slimBanner .segmentGroup .oneThirdSegment {
        background-size: cover;
    }
    .bottomBanner {
        display: none;
    }
}

@media (max-width: 500px) {
    .slimBanner .fullSegment .floatingTextBox .small {
        display: none;
    }
    .slimBanner .fullSegment .floatingTextBox .large {
        font-size: 30px;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }
}

@media (max-width: 400px) {
    .slimBanner .fullSegment .floatingTextBox .large {
        font-size: 25px;
    }
}