footer {
    border-top: #ceaa4d solid 10px;
}

/* Youtube embeds */
.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
  }

.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* yardage dots */
.yardage-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
}

.womens-tee {
    background-color:#ad0000;
}

.mens-tee {
    background-color:#ffe100;
}

.comp-tee {
    background-color: white;
}

/* Non-mobile footer */

@media (min-width: 768px) { /* Target devices with a minimum width of 768px (typically tablets and up) */
    .footer1-left {
        display: flex;
        justify-content: center; /* Horizontal centering */
        align-items: center;    /* Vertical centering */
        text-align: center;     /* Ensures text is centered */
    }
    .left-data {
        display: inline-block; /* Ensures content wraps tightly */
    }
}