/* Import font from Google - Go to fonts.google.com, select a font and look for the import command */

@import url('https://fonts.googleapis.com/css2?family=Georama:wght@100&display=swap');

/*@charset "UTF-8";
/*!
 * Bootstrap v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/* Change some root colors and settings of the document */
:root {

    --cassiopeia-color-primary: #00ff00;
    --cassiopeia-color-link: #000000;
    --cassiopeia-color-hover: #ff0000;

    --cassiopeia-font-family-body: "Roboto", sans-serif;
    --cassiopeia-font-family-headings: "Roboto", sans-serif;
    --cassiopeia-font-weight-headings: 500;
    --cassiopeia-font-weight-normal: 200;
    
    --blue: #0d6efd;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #d63384;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #198754;
    --teal: #20c997;
    --cyan: #0dcaf0;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --gray-100: #f8f9fa;
    --gray-200: #e9ecef;
    --gray-300: #dee2e6;
    --gray-400: #ced4da;
    --gray-500: #adb5bd;
    --gray-600: #6c757d;
    --gray-700: #495057;
    --gray-800: #343a40;
    --gray-900: #212529;
    --primary: #0d6efd;
    --secondary: #6c757d;
    --success: #198754;
    --info: #0dcaf0;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #212529;
    --primary-rgb: 13, 110, 253;
    --secondary-rgb: 108, 117, 125;
    --success-rgb: 25, 135, 84;
    --info-rgb: 13, 202, 240;
    --warning-rgb: 255, 193, 7;
    --danger-rgb: 220, 53, 69;
    --light-rgb: 248, 249, 250;
    --dark-rgb: 33, 37, 41;
    --white-rgb: 255, 255, 255;
    --black-rgb: 0, 0, 0;
    --body-color-rgb: 33, 37, 41;
    --body-bg-rgb: 255, 255, 255;
    --font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --gradient: linear-gradient(90deg, rgba(224, 224, 224, 0.33), rgba(255, 255, 255, 0));
    --body-font-family: var(--cassiopeia-font-family-body);
    --padding-bottom: 2px;
  --body-font-size: 1rem;
  --body-font-weight: 400;
  --body-line-height: 1.5;
  --body-color: #000000;
  --body-bg: white;
}

/* Styles for right-hand cards that are NOT weblinks, e.g. Shows, Buzz Bin */
.mod-list li {
  list-style-type: disc;
  margin-left: 25px;
  text-decoration: underline;
}

.text-lighter ul {
    font-size: 10px;
}

.mod-list li a:hover {
  text-decoration: underline;
}
.container-header .mod-list li a:hover {
  text-decoration: none;
}

.mod-list li.active > a {
  text-decoration: underline;
}
.container-header .mod-list li.active > a {
  text-decoration: none;
}

.mod-list li .mod-menu__sub {
  padding-left: 1em;
}


.mod-articles-category-readmore {
btn btn-primary;
}

/* Change the size, color and font for article content */
.mod-articles-category-title {
     font-family: Arial, Helvetica,sans-serif;
     font-size: 1em;
     font-weight: bold;
     vertical-align: top;
     color: #000000;
     text-align: left;
     width: 100%;
     text-decoration: underline;
line-height: 1.8;
}

/* Change the size, color and font for article author and category */
.mod-articles-category-writtenby,
.mod-articles-category-category {
  background-image: url("/images/common/images/bg/gray_bg_seperator.jpg");
     background-width: 100%;
     font-size:small;
     padding: 5px;
     text-decoration: none;
     margin: 5px 0px 5px 0px;
}

ul.nav {
     line-height: 1;
}


/* SITE HEADER */
.sitebanners { 
float: right;
margin: 10px 10px 10px 25px;
background-color: #000000;
}
.container-banner {
     background-color: #000000;
     background-image: url("/images/logos/logo.png");
     background-repeat: no-repeat;
     background-position: 2% 10%;
}

.mod-articlesnews__item {
     font-size: .5em;
}

