@font-face {
    font-family: Moontime;
    src: url(/static/Moontime.woff2);
    font-style: normal;
}
@font-face {
    font-family: CooperHewitt;
    src: url(/static/CooperHewitt.woff2);
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: CooperHewitt;
    src: url(/static/CooperHewittBold.woff2);
    font-weight: bold;
    font-style: normal;
}

/* X-Small devices (portrait phones, less than 576px) */
/* No media query for `xs` since this is the default in Bootstrap */
.moontime-hero {
    font-family: Moontime;
    font-size: 60px;
}
.moontime {
    font-family: Moontime;
    font-size: 50px;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .moontime-hero {
        font-family: Moontime;
        font-size: 100px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
}

header {
    background: linear-gradient(rgba(var(--bs-light-rgb), 0.2), rgba(var(--bs-light-rgb), 0.2))
}

h1 {
    font-weight: bold;
}
h2 {
    font-weight: bold;
}
h3 {
    font-weight: bold;
}
h4 {
    font-weight: bold;
}
h5 {
    font-weight: bold;
}

/* #Schedule { */
/*     background: url(/static/ep_naturalwhite.png) repeat; */
/* } */

:root {
    --light-blue: #7AB3BA;
    --light-green: #A1B8A3;
    --light-bg: #FFFEEF;
    --beige: #CABCA9;
    --transportation-bg-color: var(--bs-dark);
}

body  {
  --s: 40px;
  --c: var(--bs-dark);
  --_s: calc(2*var(--s)) calc(2*var(--s));
  --_g: 35.36% 35.36% at;
  --_c: #0000 66%, var(--bs-white) 68% 70%,#0000 72%;
  background: 
    radial-gradient(var(--_g) 100% 25%,var(--_c)) var(--s) var(--s)/var(--_s), 
    radial-gradient(var(--_g) 0 75%,var(--_c)) var(--s) var(--s)/var(--_s), 
    radial-gradient(var(--_g) 100% 25%,var(--_c)) 0 0/var(--_s), 
    radial-gradient(var(--_g) 0 75%,var(--_c)) 0 0/var(--_s), 
    repeating-conic-gradient(var(--c) 0 25%,#0000 0 50%) 0 0/var(--_s), 
    radial-gradient(var(--_c)) 0 calc(var(--s)/2)/var(--s) var(--s) var(--c);
  background-attachment: fixed;
}

.my-bg-green {
    background-color: var(--light-green)
}

.my-bg-blue {
    background-color: var(--light-blue)
}
