﻿* {
  margin-top: 0;
}


body {
  min-height: 100vh;
  margin: 0;
  padding-top: 36px;
  text-align: center;
  font-style: normal;
  background: url('/Images/BG/BGMain2025.png') repeat center top fixed;
  color:white;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: normal;
  -webkit-background-size: 100vw auto;
  -moz-background-size: 100vw auto;
  -o-background-size: 100vw auto;
  background-size: 100vw auto;
  box-sizing: border-box;
}

#imgSupportersBanner {
  height: 20vh;
  margin: 1.5vh auto;
  display: block;
  cursor: pointer;
}

#imgSupportersBanner:hover {
  border: 4px dotted orange;
}

#imgComingSoon {
  margin: 16px auto;
  height: 12vh;
}

table {
  text-align: center;
  margin: auto;
  border-collapse: collapse;
  border: none;
}

th {
  margin-top: 4em;
  background-color: lightgray;
  padding: 4px 0;
  text-align: center;
  font-size: larger;
  color: rgb(10,10,80);
  font-weight: bold;
}

td {
  text-align: left;
  font-weight: normal;
  padding: 6px;
  padding-left: 12px;
}

.DonorSpacer {
  background-color: white;
  border: none;
}

.premier {
  font-size: larger;
  background-color: rgb(0, 0, 0);
  color: gold;
  font-weight: bold;
  border: 4px outset silver;
}

.platinum {
  font-size: larger;
  font-weight: normal;
  background-color: rgb(0, 0, 0);
  color: white;
  border: 4px inset #dedede;
  border-radius: 8px;
}

.gold {
  color: black;
  background-color: #ffd700;
  border: 2px inset black;
  border-radius: 8px;
}

.silver {
  color: black;
  background-color: #eeeeee;
  border-bottom: 1px solid gray;
}

.cellbronze {
  background-color: #cd7f32;
  color: black;
  border-bottom: 1px dotted white;
}

.cellcenter {
  text-align: center;
  padding: 12px;
}

.InfoBtns {
  font-size: clamp(0.35vw, 0, 50vw, 0.6vw);
  background-color: firebrick;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 3px 6px 3px 6px;
  margin: auto;
  border: 2px outset silver;
  border-radius: 10px;
  cursor: pointer;
  white-space: nowrap;
}

#divDonorLevels {
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  top: 200px;
  width: 300px;
  padding: 1.2rem;
  color: darkslategrey;
  background-color: whitesmoke;
  z-index: 200;
  border: 6px solid rgb(10,10,80);
  border-radius: 6px;
}

.trDonorsHeader {
  border: 3px solid black;
}

.tdDonorsHeader {
  background-color: white;
  color: rgb(10,10,80);
  padding: 6px;
  text-align: center;
}

#tblDonorLevels {
  background-color: whitesmoke;
  border-collapse: collapse;
  border: 1px solid black;
  text-align: center;
}

#tblDonorLevels td {
  border-bottom: 1px dotted black;
  border-bottom: 1px dotted black;
}
