﻿html {
    overflow-y: scroll;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    margin-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}


:root {
    --accent: #b30000;
}

a {
    color: var(--accent);
}

    a:hover {
        color: #d00000;
    }

h2, h3 {
    font-weight: 600;
    color: #333;
}

.h1red, .h2red, .h3red {
    font-weight: 600;
    color: red;
}

.h1red {
    font-size: 36px;
}

.h2red {
    font-size: 25px;
}


.table-responsive {
    margin-bottom: 1.5rem;
}

.site-header {
    background-image: url("Images/header.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 180px;
}

.myhead {
    font-weight: 700;
    color: white;
    font-size: 50px;
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
}

.news-item {
    background-color: #F2F4F7; /* your pastel */
    border: 1px solid #D0D4DA; /* same hue, darker */
    border-radius: 8px; /* soft modern rounding */
    padding: 16px 20px; /* comfortable reading space */
    margin-bottom: 20px; /* spacing between items */
}

.nav-active {
    font-weight: 700;
    color: white !important;
    background-color: #4A5568;
    border-radius: 4px;
    /* crisp outline */
    text-shadow: -1px -1px 0 black, 1px -1px 0 black, -1px 1px 0 black, 1px 1px 0 black;
    /* remove underline only for this class */
    text-decoration: none !important;
}

    .nav-active:hover,
    .nav-active:focus {
        text-decoration: none !important;
    }

/* More left padding for all nav links */
.nav-link-custom {
    padding-left: 20px;
    padding-right: 20px;
}

/* When collapsed (vertical menu), add even more left padding */
@media (max-width: 768px) {
    .nav-link-custom {
        padding-left: 28px;
    }
}

/* Extra spacing for the first nav item when collapsed */
@media (max-width: 768px) {
    .navbar-nav .nav-item:first-child .nav-link-custom {
        margin-top: 10px;
    }
}


.btn-compact {
    padding: 0.35rem 0.5rem;
    font-size: 1rem;
    line-height: 1.1;
}

.Event100 {
    background-color: #D7E4DC;
}

.Event2 {
    background-color: #F3EDE2;
}



.Event5 {
    background-color: lightgreen;
    font-weight: 700;
}

.Event51 {
    background-color: orangered;
    font-weight: 700;
}

.Event10 {
    background-color: #FAF7D9;
}

.monthdivider {
    background-color: #979797;
    color: white;
    font-weight: 700;
    border: 1px solid black;
}

.mybold {
    font-weight: 700;
}

.myback {
    background-color: #979797;
    color: white;
    font-weight: 700;
    border: 1px solid black;
}

.schedule-table col.col-date {
    width: 30%;
}

.schedule-table col.col-main {
    width: 35%;
}

.schedule-table col.col-extra {
    width: 35%;
}

.contentUrl {
    font-weight: 600;
    color: red;
}

.btn-icon-text {
    white-space: nowrap; /* force icon + text to stay on one line */
    display: inline-flex; /* works in BS4/BS5; BS3 falls back gracefully */
    align-items: center; /* vertical alignment */
}

    .btn-icon-text i {
        margin-right: 6px; /* spacing between icon and text */
    }

/* Stripe only selected columns inside a table */
.table-colstriped tbody tr:nth-of-type(odd) td.striped {
    background-color: rgba(0, 0, 0, .05); /* Bootstrap's default stripe color */
}

.col-function {
font-weight:700;
width:250px;
}