.grid-container
{
  display: grid;
  grid-template-columns: minmax(60px, 75px) minmax(auto, 1700px);
  //grid-template-rows: 0.1fr 0.1fr minmax(150px, 300px) minmax(150px, 300px) 0.1fr;
  gap: 7px;
  padding-left: 30px;
  padding-right: 10px;
  padding-bottom: 0;
  padding-top: 5px;
  //background: #2a0a40;
  grid-template-areas:
	"title title"
	"nav vision"
	"nav issues"
	"nav plan"
	"nav money"
	"nav map"
	"nav etc"
	"nav involved"
	"nav copyright";
	justify-content: center;
}

.grid-container > div
{
  padding: 10px 5px;
  position: sticky;
  //background-color: #550099;
  background: #2a0a50;
  background: #21261E;
  background: #7a9e9f;
  background: #D1F1F1;
  border-radius: 5px;
}

.office_grid 
{
  display: grid;
  grid-template-columns: repeat(3, minmax(33px, 1fr));
  grid-template-rows: auto auto;
  align-self: start;
  justify-self: center;
  gap: 0px;
  padding-left: 10px;
  padding-right: 10px;
  grid-template-areas:
    "local state national"
	 "local_office state_office   national_office";
  //background-color: #2a0a50;
  //background: #21261E;
  background: #7a9e9f;
  background: #D1F1F1;
}

.office_grid > div
{
  margin: 5px;
  padding: 10px;
  font-size: 15px;
  //justify-self: center;
  //justify-items: center;
  align-self: start;
  padding-left: 25px;
  padding-right: 25px;
  padding-bottom: 0px;
  padding-top: 0;
  //background-color: #2a0a50;
  //background: #21261E;
  background: #7a9e9f;
  background: #D1F1F1;
}

#candidates
{
  text_align: center;
  text_decoration: underline;
  //background: black;
  align-self: center;
  justify-self: center;
}

.state, .local, .national
{
  text-decoration: underline;
  font-size: 18px;
  //justify-self: center;
}


.title
{
  position: fixed;
  top: 00px;
  bottom: 20px;
  z-index: 2;
  grid-area: title;
  background: #2a0a40;
}

.nav
{
  grid-row: 2 / span 5;
  grid-column: 1 / 1;
  position: fixed;
  top: 20px;
  //margin-left: 15px;
  z-index: 1;
  grid-area: nav;
  overflow: auto;
  justify-items: right;
}

.vision
{
  grid-area: vision;
  content-align: center;
}

.issues
{
  grid-area: issues;
  line-height: 1;
}

.plan
{
  grid-area: plan;
  line-height: 1;
}

.money
{
  grid-area: money;
  line-height: 1;
}

.map
{
  grid-area: map;
  align-self: center;
  justify-self: center;
  //transform: scale(0.45);
  max-height: 100%;
  width: auto;
  z-index: 1;
}

.etc
{
  grid-area: etc;
  content-align: center;
}

.local
{
  grid-area: local;
  content-align: center;
}

.local_office
{
  grid-area: local_office;
  content-align: center;
}

.state
{
  grid-area: state;
  content-align: center;
}

.state_office
{
  grid-area: state_office;
  content-align: center;
}

.national
{
  grid-area: national;
  content-align: center;
}

.national_office
{
  grid-area: national_office;
  content-align: center;
}

.copyright
{
  grid-area: copyright;
  text-align: center;
}

body
{
  //background-image: url("Blank_US_Map_(states_only).svg");
  font-family: "Helvetica";
  padding: 20px;
  //background: #1e1e36;
  //background-color: #2a0a40;
  background-color: #bffaff;
  background-color: #b8d8d8;
  
  color: #FB8541;
  color: #1e1e36;
}

#partyName
{
  font-size: 60px;
  font-family: Times;
  text-align: center;
  font-family: "Helvetica";
  margin-bottom: 0px;
  margin-top: 0px;
}

#tagline
{
	font-style: oblique;
	font-size: 20px;
	margin-top: 0px;
}

#summary
{
	font-size: 25px;
	text-align: left;
}

#usMap
{
	//transform: scale(0.7. 0.7);
	//transform: scale(0.1);
	margin: 0;
	border: 1px solid #ddd;
	border-radius: 4px;
}

#icon
{
	transform: scale(0.7. 0.7);
	transform: scale(0.15);
	margin: 0;
	border-radius: 4px;
}

#partyIssues, #process, #pay, #states
{
	font-weight: 900;
	font-size: 20px;
	margin-top: 0px;
	text-align: left;
}

.state
{
	font-size: 15px;
}

h1, p
{
  font-size: 40px;
  font-family: Times;
  text-align: center;
  font-family: "Helvetica";
  font-weight: normal;
}

h2
{
  font-size: 30px;
  font-weight: normal;
  font-family: Impact, serif;
}
a
{
	z-index:5;
}
a:link
{
  color: #c9ba55;
  //background-color: red;
  color: #3728A8;
  color: ##1800CC;
}

a:visited
{
  color: #cccc3b;
  color: #6e631e;
  color: #a3a33b;
  color: #192025;
  color: #1d5e73;
}

a:hover
{
  color: #90323d;
}

a:active
{
  color: #FB8541;
  
}

ul
{
  margin-bottom: 10px;
  line-height: 1.2;
}
li
{
  margin-bottom: 7px;
}

#partyName, #partyIssues, #process, #pay
{
  color: grey;
  color: #FB8541;
  color: #d46b2f;
  color: #90233d;
  color: #021026;
  
}

body
{
  background-color: #b8d8d8;
  color: #90233d;
  color: #1e1e36;
  background-color: #1e1e36;
  background: #7a9e9f;
}

#darkMode
{
	background-color: #252f30;
	color: white;
}
#lightMode
{
	background-color: #d1f1f1;
	color: #021026;
}

@media (prefers-color-scheme: dark)
{
	a:link
	{
	  color: #21cbed;
	}

	a:visited
	{
	  color: #3da8d1;
	}

	a:hover
	{
	  color: #10c4a6;
	}

	a:active
	{
	  color: #7a9e9f;
	  
	}
	
	#partyName, #partyIssues, #process, #pay
	{
		color: #66d176;
	}
	
	body
	{
		background: #252f30;
		color: white;
	}
	
	.grid-container > div
	{
		background: #11121c;
	}
	.office_grid > div
	{
		background: #11121c;
	}
	
	.office_grid
	{
		background: #11121c;
	}
}

.mapStates
{
	fill: #D0D0D0;
	fill: #7a9e9f;	
}                        

/* default color for all states not specified below */
.borders
{
	stroke:#FFFFFF;
	stroke-width:1;
	stroke: #1e1e36;
}/* color and width of borders between states */

.dccircle
{
	display:yes
}/* set display to yes to show the circle for the District of Columbia, or none to hide it */

.separator1
{
	stroke:#B0B0B0;
	stroke-width:2;
	stroke: #1e1e36;
}/* color and width of lines around Alaska and Hawaii */

/* Individual states can be colored as follows:
.ks,.mt,.pa {fill:#0000FF}
.ca,.de {fill:#FF0000}
In this example, Kansas, Montana and Pennsylvania are colored blue, and California and Delaware are colored red.
Place this code in the empty space below. */

/* Target states */
// .nv{fill : green}

/* Write-In states
.az, .ar, .ca, .co, .ct, .de, .fl, .ga, .id, .il, .in, .ia, .ks, .ky, .la, .me, .md, .ma, .mi, .mn, .mo, .mt, .ne, .nh, .nj, .ny, .nc, .nd, .oh, .or, .pa, .ri, .tn, .tx, .ut, .vt, .va, .wa, .wv, .wi, .wy
{
	fill : #ebc334;
	fill: #FB8541;
	fill: #90233d;
}

/* Nuclear friendly states 
 //.pa, .fl, .nh, .sc, .il, .ca, .ct, .ma, .ms, .mn, .nj, .ny, .or, .ri, .vt
{
	fill : #03dbfc;
}
*/

/* All states */
.al, .ak, .az, .ar, .ca, .co, .ct, .de, .fl, .ga, .hi, .id, .il, .in, .ia, .ks, .ky, .la, .me, .md, .ma, .mi, .mn, .ms, .mo, .mt, .ne, .nv, .nh, .nj, .nm, .ny, .nc, .nd, .oh, .ok, .or, .pa, .ri, .sc, .sd, .tn, .tx, .ut, .vt, .va, .wa, .wv, .wi, .wy
{
	fill: currentColor;
	transition: color 1s;
}
	
