:root{
    --USBC-blue: #0031ad;
    --USBC-red: #de004b;
    --dark-beige: #EEC585;
    --light-beige: #F8D7A5;
    --valentine-lightpink: #FF87B9;/* rgba(255, 135, 185, 0.7) */
    --valentine-darkpink: #FF589D;
    --translucent white: rgba(255,255,255,0.7);
    --translucent green: rgba(42,89,40,0.7);/*148,196,14,0.5*/
}

title {
    background-color: cyan;
}

/*nav select {
  display: none;
}

@media (max-width: 960px) {
  nav ul     { display: none; }
  nav select { display: inline-block; }
}*/

body {margin: 0;
    background-image: url("../pictures/wood_pattern.png");
     /*wood_pattern.png - bowl-background-hh-612.jpg - StPats.jpg - Valentines-4.png - EasterBunny.png - May-Blossoms.jpg - ChristmasBackground3.jpg*/
    background-color: #666fff;
}

div.pagetext {
  /*background-color: #F8D7A5;*/
}

.aside {
    float: right;
    width:120px;
    font: 18px Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #0031ad;
}
/*=======================================================================================*/
.lightbox {
    margin-left: 195px;
}

#popup {
    /*display:none;*/
    position:absolute;
    margin:0 auto;
    top: 50%;
    left: 10%;
    transform: translate(-5%, -5%);
    box-shadow: 0px 0px 50px 2px #000;
    background-color: white;
}
/*=======================================================================================*/
/* Exit Popup */
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  > * {
    margin-top: 0;
  }
}
/*======================================================================================*/
.footer span {
  display: none;
}
.footer:after {
  content: '​​Copyright ©2025 Suburban Windy City USBC - All Rights Reserved';
  color: #0031ad;
  background-color: #F8D7A5;
  padding: 20px;
  margin-top: 50px;
  margin-left: 22%;
}
/*=======================================================================================*/
h1 {
    color: #de004b; font-size: 250%; text-align: center;
    /*background-color: #F8D7A5;*/
}

h2 {
    color: #de004b; font-size: 250%; text-align: left;
    /*background-color: #F8D7A5;*/
}

.test {
    border-width: 2px;
    border-color: black
}

.p {
     font: 18px Arial, Helvetica, sans-serif;
     font-weight: bold;
     color: #0031ad;
}

ul.menu {
    list-style-type: none;
    margin-right: 0;
    padding: 0;
    width: 180px;
    /*background-color: #0031ad;*/
    height: 100%;
    position: fixed;
    overflow: auto;
}
/*=======================================================================================*/
p.tournament {
  /*background-color: #F8D7A5;*/
}
/*=======================================================================================*/
p.award {
    color: #0031ad;
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    /*background-color: #F8D7A5;*/

}

p.awards {
    color: #0031ad;
    text-align: left;
    font-weight: bold;
    font-size: 130%;
    /*background-color: #F8D7A5;*/
}

/*=======================================================================================*/
p.news {
    color: #0031ad;
    font-size: 150%;
  /*background-color: #F8D7A5;*/
}

a.news {
    color: #de004b;
    font-size: 200%;
  /*background-color: #F8D7A5;*/
}
/*=======================================================================================*/
p.contact {
    color: #0031ad;
    font-size: 150%;
    text-align: center;
  /*background-color: #F8D7A5;*/
}

a.contact {
    color: #0031ad;
    text-decoration: none;
  /*background-color: #F8D7A5;*/
}
/*=======================================================================================*/
p.open {
    color: #0031ad;
    font-size: 125%;
    text-align: center;
    margin: 0;
    background-color: #F8D7A5;
}

p#open {
    color: #0031ad;
    font-family: monospace;
    font-size: 125%;
    background-color: #F8D7A5;
}

p#open2 {
    color: #0031ad;
    font-family: monospace;
    font-size: 125%;
}

input.open2 {
    color: #0031ad;
    background-color: #F8D7A5;
    font-family: monospace;
    font-size: 100%;
    font-weight: bold;
    border: none;
}
legend.open {
    color: #0031ad;
    font-size: 125%;
    text-align: center;
}

td.open {
    color: #0031ad;
    font-size: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}

tr.open {
    color: #0031ad;
    font-size: 100%;
    text-align: center;
    margin: 0;
    padding-bottom: 0;
    padding-top: 0;
}

a.open {
    border: 3px solid #de004b;
    border-radius: 15px;
    background:  #0031ad;
    color: white;
    font-weight:  bold;
    padding: 8px 8px;
    text-decoration: none;
}

form.open {
    background-color: #F8D7A5;
}
/*=======================================================================================*/
p.leagues{
    color: #0031ad;
  /*background-color: #F8D7A5;*/
}

form.leagues {
    color: #0031ad;
    background-color: #F8D7A5;
}

label.leagues{
    color: #0031ad;
  /*background-color: #F8D7A5;*/
}

div.leagues {
    color: #0031ad;
  /*background-color: #F8D7A5;*/
    font-size: 150%;
}

input.leagues {
    border: 3px solid #de004b;
    border-radius: 15px;
    background:  #0031ad;
    color: white;
    font-weight:  bold;
    padding: 8px 8px;
}
/*=======================================================================================*/
li a {
    display: block;
    color: #f1f1f1;
    padding: 8px 8px;
    text-decoration: none;
    border: 2px solid #de004b;
    border-radius: 15px;
    background-color: #0031ad;
    margin: 3px;
}

li a.active {
    background-color: #de004b;
    color: white;
    border: 2px solid #0031ad;
}

li a:hover:not(.active) {
    background-color: #666fff;
    color: white;
}

ul a.transparent {
    background-color: transparent;
    border: none;
    color: #0031ad;
    text-decoration: none;
}

table {
    border-collapse: collapse;
    border-color: black;
}

td {
    padding: .25cm .5cm;
    border*right: 2px #0031ad;
    margin-right: 4px;
}
/*=======================================================================================*/
tr.results1 {
    color: #0031ad;
    text-align: center;
    background-color: #F8D7A5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    height: 60px;
    border-right: 2px #0031ad;
}

tr.results2 {
    color: #0031ad;
    text-align: center;
    background-color: #EEC585;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    height: 60px;
}

td.year {
    font-size: 200%;
    color: #de004b;
    font-style: italic;
}
/*=======================================================================================*/
table.events {
    border: 2px black;
}

tr.events {
    color: #de004b;
    text-align: center;
    background-color: #EEC585;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 150%;
    height: 60px;
    border-right: 2px #0031ad;
}

tr.events1 {
    color: #0031ad;
    text-align: center;
    background-color: #F8D7A5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 120%;
    height: 80px;
    border-right: 2px #0031ad;
}

tr.events2 {
    color: #0031ad;
    text-align: center;
    background-color: #EEC585;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 120%;
    height: 80px;
}

th.event {
    /*text-align: left;*/
}

td.event {
    text-align: left;
}
/*=======================================================================================*/
table.centers{
    border-collapse: collapse;
}

tr.centers1 {
    color: #0031ad;
    text-align: center;
    background-color: #F8D7A5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 120%;
    height: 80px;
}

tr.centers2 {
    color: #0031ad;
    text-align: center;
    background-color: #EEC585;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-size: 120%;
    height: 80px;
}

td.centers1 {
    border-right: 3px solid #EEC585;
}

td.centers2 {
    border-right: 3px solid #F8D7A5;
}
/*=======================================================================================*/
p.hoftext-1 {
    color: #de004b;
    /*background-color: #F8D7A5;*/
}

p.hoftext-2 {
    color: #0031ad;
    /*background-color: #F8D7A5;*/
}
/*=======================================================================================*/
p.tgs-1 {
     color: #de004b;
     background-color: #F8D7A5;
}

p.tgs-2 {
     color: #0031ad;
     background-color: #F8D7A5;
}
span.tgs {
    color: #de004b;
    background-color: #F8D7A5;
}
/*=======================================================================================*/
p.fees {
    color: #de004b; font-size: 150%; text-align: center;
  /*background-color: #F8D7A5;*/
}

ul.fees {
    color: #0031ad;
    font-size: 120%;
  /*background-color: #F8D7A5;*/
}
table.fees {
    border: 2px solid #0031ad;
}

tr.fees {
    color: #de004b;
    text-align: right;
    background-color: #F8D7A5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 150%;
    /*height: 60px;*/
    border-right: 2px solid #0031ad;
}

tr.fees1 {
    color: #0031ad;
    text-align: right;
    background-color: #EEC585;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 120%;
    /*height: 80px;*/
    border-right: 2px solid #0031ad;
}

tr.fees2 {
    color: #0031ad;
    text-align: right;
    background-color: #F8D7A5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 120%;
    /*height: 80px;*/
}

th.fee {
    text-align: center;
    border-right: 3px solid #0031ad;
}

td.fee {
    text-align: right;
}

td.fees2 {
    border-right: 3px solid #0031ad;
}

td.fees1 {
    border-right: 3px solid #0031ad;
}
/*=======================================================================================*/
p.BOD {
    background-color: #F8D7A5;
}

tr.BOD {
    color: #de004b;
    text-align: center;
    background-color: #F8D7A5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 150%;
    /*height: 60px;*/
    /*border-right: 2px solid #0031ad;*/
}

tr.BOD1 {
    color: #0031ad;
    text-align: center;
    background-color: #EEC585;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 120%;
    /*height: 80px;*/
}

tr.BOD2 {
    color: #0031ad;
    text-align: center;
    background-color: #F8D7A5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 120%;
    /*height: 80px;*/
}

th.BOD {
    text-align: center;
    border-right: 3px solid #EEC585;
}

td.BOD {
    text-align: center;
}

td.BOD2 {
    border-right: 3px solid #EEC585;
}

td.BOD1 {
    border-right: 3px solid #F8D7A5;
}
/*=======================================================================================*/
p.form {
    color: #0031ad;
    font-size: 150%;
    font-weight: bold;
    text-align: left;
    margin-left: 20%;
    /*background-color: #F8D7A5;*/
}

form.open .buttonarea input {
    border: 3px solid #de004b;
    border-radius: 15px;
    background:  #0031ad;
    color: white;
    font-weight:  bold;
    padding: 8px 8px;
}
/*=======================================================================================*/
tr.avgbooks1 {
    color: #0031ad;
    text-align: center;
    background-color: #EEC585;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 120%;
    /*height: 80px;*/
}

tr.avgbooks2 {
    color: #0031ad;
    text-align: center;
    background-color: #F8D7A5;
    /*font-family: Arial, Helvetica, sans-serif;*/
    font-weight: bold;
    font-size: 120%;
    /*height: 80px;*/
}

a.avgbook {
     color: #0031ad;
     font-size: 120%;
     text-decoration: none;
}

td.avgbook1 {
     border-right: 3px solid #F8D7A5;
}

td.avgbook2 {
     border-right: 3px solid #EEC585;
}
/*=======================================================================================*/
/* Style the tab */
div.tab {
    overflow: hidden;
    border: 3px solid none;
    background-color: none;
    margin-bottom: 10px;
}

/* Style the links inside the tab */
div.tab a {
    float: left;
    display: block;
    color: white;
    background-color: #0031ad;
    text-align: center;
    padding: 8px 8px;
    margin: 2px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    border: solid 3px #de004b;
    border-radius: 15px;
    width: 150px;
}

.button {
    float: left;
    display: block;
    color: white;
    background-color: #0031ad;
    text-align: center;
    padding: 8px 8px;
    margin: 2px;
    text-decoration: none;
    transition: 0.3s;
    font-size: 17px;
    border: solid 3px #de004b;
    border-radius: 15px;
    width: 150px;
}

/* Change background color of links on hover */
div.tab a:hover {
    background-color: #666fff;
}

/* Create an active/current tablink class */
div.tab a:focus, .active {
    background-color: #de004b;
    border: solid 3px #0031ad;
}

/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
/*=======================================================================================*/
.dropbtn {
    background-color: #0031ad;
    color: #f1f1f1;
    padding: 8px 8px;
    border: none;
    cursor: pointer;
}

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

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #666fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.dropdown-content a {
    color: #f1f1f1;
    padding: 8px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1
}

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

.dropdown:hover .dropbtn {
    background-color: #de004b;
    color: white;
}

div.container {
    width: 75%;
    border: 2px solid black;
}

header, footer {
    padding: 1em;
    color: white;
    background-color: black;
    clear: left;
    text-align: center;
}

nav {
    width: 180px;
    margin: 0;
    padding: 1em;
}

nav ul {
    list-style-type: none;
    padding: 0;
}
   
nav ul a {
    text-decoration: none;
}

article {
    margin-left: 190px;
    border-left: 2px solid gray;
    padding: 1em;
    overflow: hidden;
}

/*=======================================================================================*/
p.Pro {
    font-size: 150%;
    color: #0031ad;
    text-align: center;
    margin-bottom: 0;
    background-color: #F8D7A5;
}
/*=======================================================================================*/
.modal{
    border:15px solid #49181e;
    border-radius:25px;
    background-color: #F8D7A5;
    padding: 20px;
}
/*======================================================================================*/
div.form{
    border:2px solid #49181e;
}