﻿.navbar-custom .nav-link {
    font-size: large;
    font-weight: bold;
    color: white !important;
}

    /* This changes the link color on hover and focus within the navbar-custom class */
    .navbar-custom .nav-link:hover,
    .navbar-custom .nav-link:focus {
        color: #ddd !important;
    }

/* This sets the background color for the body and html elements */
body, html {
    background-color: blue; /* Set this in Master Page for consistency */
}

/* This styles the label with class info-label */
.info-label {
    display: block;
    margin: 0 auto;
    width: 900px;
    text-align: center;
    font-size: medium;
    border: solid 1px;
    background-color: transparent;
    color: white;
}

/* This styles the container for the video */
.video-container {
    text-align: center;
    margin-top: -60px; /* Adjust the value as necessary to pull the content up */
}

/* This corrects the .button-50 class that was missing a period */
.button-50 {
    width: 50%;
}

