/*!
 * Markers In Motion, LLC (https://www.MarkersInMotion.com/)
 * Copyright 2011-2025 Author Christopher G. Ferman
 * Happy day to you.
 */

body {
  background-color: #330066; /* Deep Purple */
  color: #FFFFFF; /* White */
}
.navbar {
  background-color: #3300cc; /* Royal Blue */
}
.navbar-brand {
  color: #FFFFFF !important; /* White */
}
.navbar-nav .nav-link {
  color: #FFFFFF !important; /* White */
}
/* Section with fixed background */
#shows {
  background-image: url('http://www.markersinmotion.com/AnimationMnMtv/f_Images/Logo_AnimationMnM-Channel-1920.png');
  background-size: cover;
  background-attachment: fixed; /* Fixed background */
  color: #FFFFFF; /* White text */
  padding: 100px 0; /* Adjust padding as needed */
}

.white-background {
  background-color: rgba(255, 255, 255, 0.75); /* White with 75% opacity */
  padding: 20px;
  margin-bottom: 20px; /* Add some space between rows */
}
#shows h2 {
  background-color: #000000; /* Black background */
  color: #FFFFFF; /* White text */
  padding: 10px; /* Add padding for better appearance */
}
#schedule h2 {
  background-color: #000000; /* Black background */
  color: #FFFFFF; /* White text */
  padding: 10px; /* Add padding for better appearance */
}
/* Submit Project Form */
form {
    margin-top: 20px;
}

label {
    display: block;
    margin-bottom: 5px;
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-sizing: border-box;
}

textarea {
    height: 150px;
}

input[type="submit"] {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
}

input[type="submit"]:hover {
    background-color: #45a049;
}
/* This is for the footer logo image */
.image-with-padding {
    padding-top: 2px; /* Adjust as needed */
    padding-bottom: 20px; /* Adjust as needed */
    padding-left: 10px; /* Adjust as needed */
    padding-right: 5px; /* Adjust as needed */
}


/* CGF week schedule */
.bg-sky.box-shadow {
    box-shadow: 0px 5px 0px 0px #00a2a7
}
.bg-dodgerblue.box-shadow {
    box-shadow: 0px 5px 0px 0px #00a2a7
}

.bg-orange.box-shadow {
    box-shadow: 0px 5px 0px 0px #af4305
}

.bg-green.box-shadow {
    box-shadow: 0px 5px 0px 0px #4ca520
}

.bg-yellow.box-shadow {
    box-shadow: 0px 5px 0px 0px #dcbf02
}

.bg-pink.box-shadow {
    box-shadow: 0px 5px 0px 0px #e82d8b
}

.bg-purple.box-shadow {
    box-shadow: 0px 5px 0px 0px #8343e8
}

.bg-lightred.box-shadow {
    box-shadow: 0px 5px 0px 0px #d84213
}

/* This is for five pm hour */
.bg-sky {
    background-color: #4876ff
}
.bg-dodgerblue {
    background-color: #1e90ff
}
.bg-cubscoutblue {
    background-color: #003F87
}
/* This is for six pm hour */
.bg-green {
    background-color: #5bbd2a
}
.bg-green4 {
    background-color: #008b00
}
.bg-forestgreen {
    background-color: #228b22
}
/* This is for seven pm hour */
.bg-yellow {
    background-color: #ffc125
}
.bg-cubscoutyellow {
    background-color: #FCD116
}
/* This is for eight pm hour */
.bg-orange {
    background-color: #e95601
}
.bg-orangered3 {
    background-color: #cd3700
}

/* This is for nine pm hour */
.bg-firebrick {
    background-color: #b22222
}
.bg-red {
    background-color: #ff0000
}
.bg-lightred {
    background-color: #ff5722
}
/* This is for 10 pm hour */
.bg-pink {
    background-color: #ff48a4
}
.bg-purple {
    background-color: #9d60ff
}
.bg-webpurple {
    background-color: #800080
}


.padding-15px-lr {
    padding-left: 15px;
    padding-right: 15px;
}
.padding-5px-tb {
    padding-top: 5px;
    padding-bottom: 5px;
}
.margin-10px-bottom {
    margin-bottom: 10px;
}
.border-radius-5 {
    border-radius: 5px;
}

.margin-10px-top {
    margin-top: 10px;
}
.font-size14 {
    font-size: 14px;
}

.text-light-gray {
    color: #d6d5d5;
}
.font-size13 {
    font-size: 13px;
}

.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
}
.table td, .table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
/* CGF to keep image exceeding column width */
.image-imagetofit {
    background-image: url('f_Images/Logo_AnimationMnM-500.png');
    background-size: cover;
    background-position: center;
    max-height: 50%; /* Adjust height as needed */
    max-width: 50%; /* Ensure image does not exceed column width */
}
/* CGF dropdown */
body>main div.dropdown-container label div {
    margin-top: 0.2em;
    margin-bottom: 0.2em
}


.chevron {
    padding-left: 10px
}

.chevron::marker {
    content: "\203A";
    font-size: 150%
}


p,
ul,
ol {
    margin-bottom: 1em;
    line-height: 1.7em
}

p {
    text-align: justify
}


ol>li {
    margin-bottom: 0.5em
}

table {
    overflow-x: auto;
    width: 100%;
    text-align: left;
    border-collapse: collapse
}

table tr td:first-of-type {
    text-align: left
}

table tr {
    vertical-align: top
}

table th,
table td {
    padding: 1em 0.25em;
    border: 1px solid gray
}

table td p {
    text-align: left
}

table th {
    background-color: lightgray
}

select {
    color: #fff;
    border: 1px solid #000a3c;
    line-height: 1;
    outline: 0;
    padding: 0.65em 2.5em 0.55em 0.75em;
    border-radius: #000a3c;
    background-color: #000a3c
}

select:focus {
    outline: #005fcc double 5px
}

select:active {
    color: #fff;
    border-color: #000a3c;
    background-color: #000a3c
}

strong {
    font-family: Roboto, sans-serif
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: Arial, "Times New Roman", Times, serif;
    font-size: 95%;
    transition: 0.5s;
    font-display: swap
}

.underline {
    text-decoration: underline
}

.center {
    text-align: center
}

.container {
    display: grid;
    align-items: center
}

.container.grid-top {
    align-items: start
}

.container.grid-gap-sm {
    gap: 2em
}

.container.grid-no-row-gap {
    grid-row-gap: 0em
}

.container.two.columns {
    grid-template-columns: auto auto
}

#top {
    position: relative;
    top: -50px
}

body>header {
    z-index: 1;
    position: sticky;
    top: 0;
    background: #330066;
    padding: 1em
}

body>header .icon {
    max-width: 225px
}

body>header div {
    text-align: right
}

body>header div a {
    color: #fff;
    text-decoration: none;
    padding: 0.5em;
    background: #1475ff;
    border-radius: 0.5em
}

body>header span {
    margin-left: 10%
}

body>main {
    color: #212529;
    min-height: calc(100vh - 155px);
    margin: 0 3em;
    background-color: white
}

#language-container {
    display: flex;
}

#language-container>label {
    margin: 10px;
}

body>main div.dropdown-container label div {
    margin-top: 0.2em;
    margin-bottom: 0.2em
}

body>main div#language {
    text-align: right
}

  details > summary {
      cursor: pointer;
  }

  details p  {
    margin: 5px 20px 20px 20px;
  }

  details h2, details h3, details h4, details h5, details h6 {
    margin: 10px 20px;
  }

  details {
    margin-bottom: 50px;
    background-color: #fff;
    border: 1px solid #330066;
    transition: all 150ms;
    box-shadow: 0 0 10px #ccc;
  }

details > details {
    margin: 10px 10px 50px 10px;
}

  summary {
    padding: 10px;
  }

  summary:hover {
    background-color: #eef1fc;
  }

  details[open]:hover {
    background-color: #fff;
  }

  details[open] > summary {
    border-bottom: 3px solid #330066;
    background-color: #eef1fc;
  }

  details[open] > summary::marker {
    color: #005fcc;
  }

details > summary {
    position: relative;
}

  details > summary:after {
      position: absolute;
      right: 15px;
      bottom: 30%;
      color: #000;
      content: "Expand"
  }
  details[open] > summary:after {
      position: absolute;
      right: 15px;
      bottom: 30%;
      color: #000;
      content: "Collapse"
  }

  summary::marker {
    font-size: 150%;
  }

  details:hover>summary {
    color: #005fcc;
  }

  details[open]:hover>summary {
    color: #000;
  }
  details>summary>*{
    display: inline;
  }

  details > table {
    width: 95%;
    margin: 0 auto;
  }
