body{
	background-image: url("img/triangle_bg.gif");
    background-color: #d0d8d2;
    background-repeat: repeat;
    background-size: auto;
    font-family: 'Calibri', Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #000;
    margin-left:0px;
    margin-right:0px;
    margin-bottom:0px;
}

.header_1 {
    color:#000;
    font-size: 25px;
}

.body_main {
    margin-left: 8px;
    margin-right: 8px;
    min-height:70vh;
}

.obelixpro {
    font-family: obelixpro;
}

.komika {
    font-family: komika;
}

.locations {
    float: right;
    width: 50%;
    text-align: center;
}

div.locations_list {
    text-align: center;
}

a.locations_list, a.locations_list_2 {
    text-decoration: none;
    line-height: 1em;
    color: inherit;
}

a.locations_list:hover {
    text-decoration: none;
    line-height: 1em;
    color: #666;
}

a.locations_list_2:hover, a.gray:hover {
    text-decoration: none;
    line-height: 1em;
    color: #000;
}

.store_links, .store_links_left, .store_links_right{
    text-decoration: none;
    line-height: 1em;
    color: inherit;
    text-align: left;
    z-index: 1;
}

.store_links_left {
    margin-top: 8px;
    margin-left: 20px;
    position: absolute;
    font-size: 2vw;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

.store_links_right {
    text-align: right;
    margin-top: 8px;
    width:18vw;
    position: absolute;
    font-size: 2vw;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
}

a.store_links:hover {
    color: #38ad5b;
}

a.gray {
    text-decoration: none;
    line-height: 1em;
    color: #555555;
}

.menu_social {
    background-color: #38ad5b;
    margin-top: -1vh;
    position: sticky;
    height: 35px;
    width: 100%;
    top:0;
    left:0;
    z-index: 3;
}

.menu_main {
    background-color: #241c23;
    position: sticky;
    width: calc(100% - 40px);
    top: 35px;
    min-height: 100px;
    z-index: 2;
    align-items: center;
    padding: 20px;
}

.menu_text {
    color: #fff;
    text-align: right;
    font-size: 30px;
    text-decoration: none;
    margin-left: 1.5vw;
    padding-top:3vh;
}

a.menu_text:hover {
    color:#38ad5b;
}

.menu_header {
    background-color: #69a97c;
    width:100%;
    position: relative;
    
}

.menu_text_header {
    font-family: komika;
    color: #000;
    font-size: 22px;
    text-decoration: none;
    padding-top:10px;
    padding-bottom:10px;
}

.menu_text_header a.menu_text_header:hover, .menu_text_header a.menu_text_hover:hover {
    color: #fff;
}

.menu_text_subheader {
    font-family: komika;
    color: #000;
    font-size: 18px;
    text-decoration: none;
    padding-left: 1vw;
    margin-top: 0px;
    line-height: 1.1em;
}

a.menu_text_hover {
    color: inherit;
    text-decoration: inherit;
}

.index_tables {
    background-color: rgb(56, 173, 91, 0.6);
    border: 2px solid #000;
    vertical-align: top;
    margin-top:5vh;
    text-align: center;
    width:47%;
    display: inline-block;
}

.index_tables:hover {
    background-color: rgb(56, 173, 91, 1.0);
}



.index_tables_header {
    font-family: komika;
    font-size: 28px;
    display: block;
    line-height: .8em;
}

.index_tables_header:hover {
    color: #000;
}

.index_tables_subheader {
    font-family: dm_serif_display;
    font-size: 18px;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
}

img.logo {
    max-height: 12vh;
}

img.menu_header_icons {
    max-height: 5vh;
    max-width: 5vh;
    padding-left: 1vw;
}

.dropdown {
    position: relative;
    display: inline-block;
    z-index: 4;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgb(208, 216, 210, .95);
    box-shadow: 0px 8px 16px 0px rgb(20, 20, 20, .3);
    z-index: 4;
    border: 1px solid #141414;
    width: max-content;
}
  
  .dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #38ad5b; }

.dropdown:hover .dropdown-content {display: block;}

#twitch-embed {
    max-width:50%;
    text-align: center;
    overflow: hidden;
}

.footer {
    margin-top: 10vh;
    background-color: #000;
    position: absolute;
    width:100%;
    box-shadow: 8px -8px 20px -9px #4d504d;
    min-height:10vh;
    display: table;
    overflow: hidden;
}

.footer_text {
    vertical-align: middle;
    display: table-cell;
    color: #fff;
    font-size: 14px;
}

.size_1 {
    font-size: 4vw;
}

.size_2 {
    font-size: 3vw;
}

.padding_sides {
    padding-left: 6%;
    padding-right: 6%;
    padding-top:10%;
}

.slide_all {
    text-align: center;
    margin-right: -8px;
    margin-left: -8px;
    background-color: rgb(0, 0, 0, .8);
    min-height: 85vh;
    margin-bottom: -10vh;
}

.slide_container {
    display:none;
}

.firstname {
    display: none;
}

.slide_img {
    max-height: 50vh;
    max-width: 25vw;
    padding-right: 50px;
    float: left;
}

.slide_button {
    position: absolute;
    top: 50%;
}

.slide_button:hover {
    cursor: pointer;
}

.slide_button_left {
    left: 0;
}

.slide_button_right {
    right: 0;
}

.align_top {
    vertical-align: top;
}

.white {
    color:#fff;
}

.green {
    color:#38ad5b;
}

.blue {
    color:#0c0cd7;
    text-decoration: none;
}

.blue:hover {
    color:#fff;
    text-decoration: none;
}

.blue_link {
    color:#0c0cd7;
    text-decoration: underline;
}

.blue_link {
    cursor: pointer;
}

#san-button, .san-button {
    padding: 10px 20px;
    background:#4ca56b;
    border: 0;
    color: #FFF;
    cursor: pointer;
    -webkit-appearance: none;
      border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    }

    #san-button:disabled, .san-button:disabled {
        padding: 10px 20px;
        background: #B9D8BA;
        border: 0;
        color: #FFF;
        display:inline-block;
        cursor: no-drop;
        -webkit-appearance: none;
          border-radius: 0;
        }

a.button_link {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    padding: 10px 20px;
    background:#4ca56b;
    border: 0;
    color: #FFF;
    cursor: pointer;
      border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}

.logo_bar {
    max-height:225px;
    max-width:25vw;
}

.newtables_header {
    background-color: #69a97c;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #000;
    color:#fff;
    text-align: center;
}

.newtables_1 {
    background-color: #d0d8d2;
}

.newtables_2 {
    background-color: #a4d6b0;
}

.newtables_btn, #newtables_btn {
    font-weight:777;
    padding: 10px 20px;
    background: #d0d8d2;
    border: 0;
    color: #000;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-text-stroke-width: 0px;
    -webkit-text-stroke-color: inherit;
}

.font_larger {
    font-size: larger;
}

.font_x-large {
    font-size: x-large;
}

.display_block {
    display: block;
}

.newtables_btn:disabled, #newtables_btn:disabled {
    background-color: #8f9691;
    cursor: not-allowed;
}

#map {
    height: 300px;
    min-width: 400px;
    max-width: 800px;
    border: 2px solid #000;
   }

.header_img {
    display:inline-block;
    max-height: 8vh;
    object-fit: cover;
}

.hidden {
    display: none !important;
}

.show {
    display: block;
}

table.login, div.login {
    border-spacing: 0;
   border: 2px solid black;
   margin-left: auto;
   margin-right: auto;
   width: fit-content;
   padding-left: 10px;
   padding-right: 10px;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip_hover {
    display: none;
    padding: 10px;
}

.tooltip:hover .tooltip_hover {
    background: #d0d8d2;
    border-radius: 3px;
    bottom: -60px;
    display: inline;
    left: 0;
    position: absolute;
    width:20vw;
    z-index: 3;
}

.tooltip:hover .tooltip_hover:before {
    display: block;
    content: "";
    position: absolute;
    top: -5px;
    width: 0; 
	height: 0; 
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	
	border-bottom: 5px solid #d0d8d2;
}

.colors_header {
    background-color: #69a97c;
 }

 .colors_header_2 {
    background-color: #d0d8d2;
 }
 
 .colors_1 {
    background-color: #d0d8d2;
 }
 
 .colors_2 {
    background-color: #a4d6b0;
 }

 .colors_error {
    background-color: #d6a4a4;
 }

 .colors_highlight {
    background-color: #a4add6;
 }

 .colors_expired {
    background-color: #939995;
 }

 .size_3 {
    font-size: 1.2vw;
 }
 
 .size_4 {
    font-size: 1.5vw;
 }

 .solidbg {
    background-color: rgb(208, 216, 210, .6);
    border: 1px solid black;
 }
 
 .showallpics {
    text-align: center;
    margin-left:auto; 
    margin-right:auto; 
 }

 a.dark {
    text-decoration: none;
    color: #000;
 }

 .dark:hover {
    text-decoration: none;
    color: #666;
 }

 a.bottom_menu {
    text-decoration: underline;
    font-size: inherit;
    background-color: transparent;
 }
 
 div.bottom_menu {
    text-align: center;
    background-color: rgb(68, 207, 110, .8);
    border: black 1px;
    position: fixed; 
    left:0;
    bottom: 0;
    width:100%;
    height:30px;
    font-size: 24px;
 }

 .gamecode {
    font-weight: bold;
    text-shadow: 2px 2px #25783E;
    animation: blinker 3s linear infinite;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #141414;
 }


 .finish_container {
    position: relative;
    display: inline-block;
  }
  
  .finish_image {
    display: inline-block;
    max-width: 7vw;
    height: auto;
  }
  
  .finish_overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
  }
  
  .finish_container:hover .finish_overlay {
    opacity: .85;
  }
  
  .finish_text {
    color: white;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
  }

  .team_img {
    max-width:26vw;
    height:30vh;
    vertical-align:top;
    padding:1vw;
    position: relative;
  }

  .team_img_block {
    vertical-align: top;
    display: inline-block;
    text-align: center;
  }

  .team_img:hover {
    -webkit-box-shadow:inset 0px 0px 0px 10px #bfd6c5;
    -moz-box-shadow:inset 0px 0px 0px 10px #bfd6c5;
    box-shadow:inset 0px 0px 0px 10px #bfd6c5;
  }

  .team_img_large {
    max-width: 90vw;
    max-height: 86vh;
    padding-top: 2vh;
  }

  .team_img_container {
    width:100vw;
    height:200vh;
    position: absolute;
    z-index: 10;
    background-color: rgb(0, 0, 0, .6);
    top:0;
    left:0;
  }

  .close {
    position: absolute;
    top: 1vh;
    right:1vh;
    z-index: 11;
    color:white;
    font-size: 30px;
    cursor: default;
  }
  .desc {
    position: absolute;
    bottom: 0;
    z-index: 12;
    width:100%;
    text-align: center;
    color:white;
  }

  div.help {
    width:80vw;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 10vh;
    padding-left: 3vw;
    padding-right: 3vw;
    border: 2px solid black;
  }
  span.help {
    color:#0000FF;
    text-decoration: none;
    cursor:pointer
  }
  img.help {
    margin-top:5vh;
    margin-bottom:5vh;
    margin-left: auto;
    margin-right: auto;
    max-width:70vw;
    display: block;
    border: 1px solid gray;
  }

  .displayhide {
    display: none;
 }
 .nobottibois {
    display: none;
 }

 .toc_qualified {
    background-color: #38ad5b;
 }

 .toc_wildcard {
    background-color: #dad745;
 }

 .toc_header {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-shadow: 2px 2px #141414;
    color: #38ad5b;
    line-height: 1em;
 }

 .toc_subheader {
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #000;
    text-shadow: 2px 2px #141414;
    color: #fff;
    line-height: 1em;
 }
  

 .inherit {
    text-decoration: none;
    color: inherit;
 }

 .inherit:hover {
    font-weight: 800;
    cursor: pointer;
 }

 .banner {
    position: relative;
    background-color: #141414;
    height: 100%;
    overflow: hidden;
    border: 2px solid black;
 }

 .host_wanted {
    background: url(img/toc_hosts.webp) 0 0 repeat-x; 
 }

 .whaddayawordle_banner {
    background: url(img/whaddayawordle_background.webp) 0 0 repeat-x;
 }

 .whaddayawordle_banner:hover {
    filter: brightness(1.25);
 }

 .banner_txt {
    color: #38ad5b;
    text-align: center;
    -webkit-text-stroke: #fff 1px;
    text-shadow: 2px 3px #000;
    background: rgb(0 0 0 / 65%);
    overflow: hidden;
    height: 100%;
    z-index: 2;
    line-height: 1.5;
    padding-top: 1vh;
    padding-bottom: 1vh;
 }

 .banner_txt_header {
    font-size: xxx-large;
    font-size: -webkit-xxx-large;
 }

 .banner_txt_body {
    font-size: xx-large;
    width: 70%;
    margin-left: 15%;
    padding-top: 2vh;
 }

 .banner_txt_link {
    cursor: pointer;
    color: inherit;
    text-decoration: underline;
 }

 .banner_txt_link:hover {
    filter: brightness(125%);
 }

 .index_theme {
    width: 25%;
    min-height: 18vh;
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    text-align: center;
    border-bottom:2px solid black;
    margin-left:-5px;
 }

 .index_theme_img {
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    background-position: center;
 }

 .index_theme_location {
    position: absolute;
    bottom: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
    right: 0;
    color: #38ad5b;
    -webkit-text-stroke: #000 0.5px;
    text-shadow: 1px 1.25px #000;
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
    font-size:smaller;
 }

 .index_theme_date {
    position:absolute;
    color: #38ad5b;
    text-align: center;
    -webkit-text-stroke: #000 0.5px;
    text-shadow: 1px 1.25px #000;
    padding-left: 5px;
 }

 .index_theme_date_small {
    padding-left:3px;
    font-size:smaller;
    vertical-align:text-top;
 }

 .index_theme_link:hover {
    font-weight: 800;
 }

 .order_button {
    cursor: pointer;
    font-size: x-large;
    -webkit-user-select: none; /* Chrome/Safari */ 
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+ */
    user-select: none;
    -o-user-select: none;
  }

  @keyframes blinker {
    20% {
      opacity: 0.4;
    }
  }

#map { padding:0;margin:0; margin-left:auto; margin-right: auto;}
.address { cursor:pointer; }
.address:hover { color:#4ca56b;text-decoration:underline }

.scheduletext {
    visibility: hidden;
    background-color: #38ad5b;
    border-radius: 6px;
    padding-top:10px;
    padding-bottom:10px;
    padding-left:5px;
    padding-right:5px;
    display: inline-block;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    color: #000;
  }
  
  .schedule:hover .scheduletext {
    visibility: visible;
  }

  .schedule, .scheduletext {
    font-size: 17px;
  }

  .schedule {
    white-space: nowrap;
    color: #000;
  }

  .schedule:hover {
    cursor: pointer;
    color: #4d504d;
    background-color: #38ad5b;
  }

  .dm_serif_display {
    font-family: 'dm_serif_display';
  }

@media (min-width: 1px) {
    .index_main {
        min-height: 33vh;
    }
    .index_sub {
        min-height: 15vh;
    }
}

@media (min-width: 1000px) {
    .index_main {
        min-height: 70vh;
    }
    .index_sub {
        min-height: 25vh;
    }
}

@font-face {
    font-family: 'komika';
    src: url('fonts/komika/komikax_-webfont.woff2') format('woff2'),
    url('fonts/komika/komikax_-webfont.woff') format('woff');
    font-display: swap;
  }
  
  @font-face {
    font-family: 'obelixpro';
    src: url('fonts/obelixpro/obelixpro-cyr-webfont.woff2') format('woff2'),
    url('fonts/obelixpro/obelixpro-cyr-webfont.woff') format('woff');
    font-display: swap;
  }
  
  @font-face {
      font-family: 'Calibri';
      src: url('fonts/calibri/Calibri-Italic.woff2') format('woff2'),
          url('fonts/calibri/Calibri-Italic.woff') format('woff');
      font-weight: normal;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Calibri';
      src: url('fonts/calibri/Calibri-Bold.woff2') format('woff2'),
          url('fonts/calibri/Calibri-Bold.woff') format('woff');
      font-weight: bold;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Calibri';
      src: url('fonts/calibri/Calibri-BoldItalic.woff2') format('woff2'),
          url('fonts/calibri/Calibri-BoldItalic.woff') format('woff');
      font-weight: bold;
      font-style: italic;
      font-display: swap;
  }
  
  @font-face {
      font-family: 'Calibri';
      src: url('fonts/calibri/Calibri.woff2') format('woff2'),
          url('fonts/calibri/Calibri.woff') format('woff');
      font-weight: normal;
      font-style: normal;
      font-display: swap;
  }
  
  @font-face {
    font-family: 'dm_serif_display';
    src: url('fonts/DM_Serif_Display/dmserifdisplay-italic-webfont.woff2') format('woff2'),
         url('fonts/DM_Serif_Display/dmserifdisplay-italic-webfont.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'dm_serif_display';
    src: url('fonts/DM_Serif_Display/dmserifdisplay-regular-webfont.woff2') format('woff2'),
         url('fonts/DM_Serif_Display/dmserifdisplay-regular-webfont.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
  }

  @media (min-width: 1000px) {

    img.menu_header_icons {
        max-height: 10vh;
        max-width: 10vh;
        padding-left: 1vw;
    }


}