/*
  act: #FFE500
  green: #09BB00
  labour: #D82C20
  maori: #970000
  national: #7B8CFF
/*

/* @font-face for Gotham fonts*/
@font-face {
  font-family: 'Gotham Regular';
  src: url('assets/fonts/Gotham/Gotham Regular.otf');
}

@font-face {
  font-family: 'Gotham Italic Bold';
  src: url('assets/fonts/Gotham/Gotham ItalicBold.otf');
}

@font-face {
  font-family: 'Gotham Medium';
  src: url('assets/fonts/Gotham/Gotham Medium.otf');
}

@font-face {
  font-family: 'Gotham Light';
  src: url('assets/fonts/Gotham/Gotham Light.otf');
}

/* @font-face for Gotham fonts*/
@font-face {
  font-family: 'Charter';
  src: url('assets/fonts/Charter/Charter-Roman-01.ttf');
}

@font-face {
  font-family: 'Charter Italic';
  src: url('assets/fonts/Charter/Charter-Italic-02.ttf');
}

@font-face {
  font-family: 'Charter Italic Bold';
  src: url('assets/fonts/Charter/Charter-BoldItalic-03.ttf');
}

@font-face {
  font-family: 'Charter Bold';
  src: url('assets/fonts/Charter/Charter-Bold-04.ttf');
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #FFFFFF 66.66%, #000000 33.34%);
}

nav {
	width: 100%;
	height: 75px;
	background-color: rgba(0,0,0,0.7);
	line-height: 75px;
  padding: 0 14px;
	position: fixed;
	z-index: 1;
  transition: all 0.3s ease-in-out;
}

nav ul {
	float: left;
}

nav ul li {
	display: inline-block;
	list-style: none;
}

nav ul li a {
	color:#fff;
  font-family: 'Gotham Light', serif;
	text-decoration: none;
	font-size: 18px;
	text-transform: uppercase;
	padding: 0px 16px;
}

nav ul li a:hover{
	color:#c0d96f;
}

.nav-mp-icon {
  width: 48px;
  border-radius: 100px;
  border: 2px solid;
  vertical-align: middle;
}

.logo {
  width: 56px;
  padding-bottom: -8px;
  vertical-align: middle;
}

.container {
  display: flex;
  width: 100%;
  height: 100vh;
  align-content: center;
  justify-content: center;
  padding: 5px;
  flex-wrap: wrap;
}

.column {
  height: 100%;
  position: relative;
  text-align: center;
  flex-direction: column;
  align-items: center;
}

#white {
  order: 0;
  flex-basis: 66.66%;
}

#black {
  order: 1;
  flex-basis: 33.34%;
}

.header {
  margin-top: 0vh;
  font-size: 56px;
  font-family: 'Gotham Regular', serif;
  line-height: .9;
}

.act-header {
  color: #FFE500;
}

.green-header {
  color: #09BB00;
}

.labour-header {
  color: #D82C20;
}

.maori-header {
  color: #970000;
}

.national-header {
  color: #7B8CFF;
}

.subheader {
  margin-top: -2px;
  font-size: 28px;
  font-family: 'Charter Italic', serif;
  font-weight: italic;
  color: #FFFFFF;
}

.icon-container {
  display: inline-block;
}

.icon-column {
  position: relative;
  height: 100%;
  width: 100%;
}

.act-icon {
  border: 5px solid #FFE500;
}

.green-icon {
  border: 5px solid #09BB00;
}

.labour-icon {
  border: 5px solid #D82C20;
}

.maori-icon {
  border: 5px solid #970000;
}

.national-icon {
  border: 5px solid #7B8CFF;
}

.mp-icon {
  margin-top: 32px;
  height: 300px;
  border-radius: 100%;
}

.party-icon {
  margin-top: 12px;
  height: 56px;
  border-radius: 100%;
}

.maori-party-icon {
  border: 4px solid #D9001D;
}

.listnum {
  color: #FFFFFF;
  font-family: 'Gotham Light', serif;
  font-size: 36px;
  border-radius: 100%;
  padding: 0;
}

.electorate {
  color: #FFFFFF;
  font-family: 'Gotham Italic Bold', serif;
  font-size: 28px;
}

.portfolios {
  background-color: rgba(255, 255, 255, 0.1);
  padding-top: 1px;
  margin-top: 14px;
  margin-left: 14px;
  margin-right: 14px;
  margin-bottom: 14px;
  padding-bottom: 14px;
}

.portfolio-title {
  color: #FFFFFF;
  font-family: 'Charter Italic Bold', serif;
  font-size: 28px;
  margin-top: 24px;
  opacity: 1;
}

.portfolio-date {
  color: #FFFFFF;
  font-family: 'Charter', serif;
  font-size: 18px;
  opacity: 1;
}

.trio {
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  padding: 5px;
  flex-wrap: wrap;
}

.trio-column {
  width: 250px;
  height: 250px;
  margin-left: 20px;
  margin-right: 20px;
  margin-top: 36px;
  border-radius: 6%;
  padding-top: 40px;
}

#stances-box {
  background-color: #D44343;
}

#voting-box {
  background-color: #333333;
}

#portfolio-box {
  background-color: #FA9917;
}

.box-header {
  font-size: 42px;
  margin: 12px;
  color: #FFFFFF;
  font-family: 'Gotham Light', serif;
}

.box-icon {
  width: 100px;
  height: 100px;
}

.stances {
  background-color: #D44343;
  width: 100%;
  height: 124vh;
}

.voting {
  background-color: #333333;
  width: 100%;
  height: 300vh;
}

.portfolio {
  background-color: #FA9917;
  width: 100%;
  height: 100vh;
  margin: 0;
}

.section-header {
  padding-top: 24px;
  padding-left: 24px;
  font-size: 64px;
  font-family: 'Gotham Medium', serif;
  color: #FFFFFF;
}

.section-subheader {
  color: #FFFFFF;
  padding-left: 30px;
  font-family: 'Charter Italic Bold', serif;
  font-size: 36px;
}

.stances-container {
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
}

#radar {
  margin-left: 8px;
  margin-top: 32px;
  height: 50.6314%;
  width: 50%;
  border-radius: 5px;
  background-color: #FFFFFF;
  padding: 10px;
}

.stances-explained {
  margin-left: 20px;
  margin-top: 24px;
  border-radius: 5px;
  padding: 8px;
  overflow-wrap: wrap;
  text-align: left;
}

.stance {
  background-color: #FFFFFF;
  border-radius: 5px;
  padding: 14px;
  width: 100%;
  margin-bottom: 24px;
}

.stances-header {
  color: #000000;
  font-family: 'Charter Bold', sans-serif;
  font-size: 24px;
}

.stances-subheader {
  color: #000000;
  font-family: 'Charter', sans-serif;
  font-size: 18px;
  margin-top: 4px;
}

.act-mp-section-subheader {
}

.bill-section-icon {
  position: absolute;
  width: 64px;
  top: 24px;
  right: 36px;
  background-color: rgba(255,255,255,0.5);
  padding: 3px;
  border-radius: 6px;
}

.bill-section {
  position: relative;
  background-color: #000000;
  padding: 5px;
  padding-bottom: 32px;
  width: 80vw;
  margin: 0 auto;
  margin-top: 48px;
  border-radius: 6px;
}

/*
.bill-section-title {
  font-family: 'Gotham Regular', serif;
  font-size: 42px;
}
*/

.social-issues-section {
  padding: 5px;
  padding-bottom: 32px;
  width: 80vw;
  margin: 0 auto;
  margin-top: 48px;
  border-radius: 6px;
}

.social-issues-section h1 {
  color: #ffffff;
}

/*
.act-mp-voting-title {
  color: #000000;
  background-color: #FFE500;
  padding: 2px;
  border-radius: 6px;
  font-family: 'Gotham Italic Bold', serif;
  font-size: 42px;
}
*/

.act-mp-voting-title {
  background-color: #000000;
  color: #FFE500;
  padding: 2px;
  border-radius: 6px;
  font-family: 'Gotham Regular', serif;
  font-size: 42px;
}

.voting-section-header {
  font-size: 36px;
  font-family: 'Gotham Italic Bold', serif;
}

.voting-summary {
  position: relative;
  /*background-color: #ff8080;*/
  background-color: #FFFFFF;
  margin: 24px auto;
  border-radius: 6px;
  width: 96%;
  text-align: center;
}

.voting-summary-header {
  font-size: 24px;
  font-family: 'Gotham Medium', serif;
  padding: 20px;
  padding-left: 0;
  padding-bottom: 0;
}

.voting-summary-count {
  font-family: 'Charter Italic Bold', serif;
  color: rgba(0,0,0,0.5);
  padding: 12px 0;
}

.bill {
  position: relative;
  background-color: #FFFFFF;
  margin: 24px auto;
  border-radius: 6px;
  padding-left: 24px;
  width: 96%;
}

.bill-header {
  font-size: 36px;
  font-family: 'Gotham Medium', serif;
  padding: 18px 0 0 0;
}

.bill-mp-icon {
  position: absolute;
  top: 8px;
  right: 16px;
  border-radius: 100%;
  border: 4px solid;
  width: 72px;
}

.grn-border {
  border-color: #09BB00;
}

.act-border {
  border-color: #FFE500;
}

.lbr-border {
  border-color: #D82620;
}

.nat-border {
  border-color: #7B8CFF;
}

.mao-border {
  border-color: #970000;
}

.green {
  color: #09BB00;
}

.yellow {
  color: #FFE500;
}

.bill-purpose {
  font-size: 20px;
  font-family: 'Charter Italic Bold', serif;
  padding-bottom: 18px;
  padding-right: 120px;
}

.votes {
  font-size: 18px;
  font-family: 'Charter', serif;
  color: #000000;
  padding-bottom: 14px;
  padding-right: 100px;
}

.bold-italic {
  font-family: 'Charter Italic Bold', serif;
}

.bold {
  font-family: 'Charter Bold', serif;
}

.favour {
  background-color: #09BB00;
  color: #FFFFFF;
  font-family: 'Charter Bold', serif;
  padding: 4px;
  border-radius: 3px;
}

.against {
  background-color: #FF0000;
  color: #FFFFFF;
  font-family: 'Charter Bold', serif;
  padding: 4px;
  border-radius: 3px;
}

.abstain {
  background-color: #FFE500;
  font-family: 'Charter Bold', serif;
  padding: 4px;
  border-radius: 3px;
}

.favour-header {
  background-color: #09BB00;
  color: #FFFFFF;
  font-family: 'Charter Bold', serif;
  padding: 4px;
  border-radius: 3px;
}

.against-header {
  background-color: #FF0000;
  color: #FFFFFF;
  font-family: 'Gotham Italic Bold', serif;
  padding: 6px;
  border-radius: 3px;
}

.neither-header {
  background-color: #FFE500;
  font-family: '', serif;
  padding: 4px;
  border-radius: 3px;
}

.bill {
  position: relative;
  background-color: #FFFFFF;
  margin: 24px auto;
  margin-top: 24px;
  border-radius: 6px;
  width: 96%;
  padding: 0;
}
/* Style the button that is used to open and close the collapsible content */
.bill-button {
  cursor: pointer;
  position: relative;
  background-color: #FFFFFF;
  border-radius: 6px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: all 0.2s;
}

.bill-header {
  padding: 24px;
  padding-right: 100px;
}

.small-bill-header {
  font-size: 28px;
  line-height: 28px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.bill-button:hover {
  background-color: #ccc;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border-radius: 6px;
  padding-left: 24px;
}

.bill-voting-summary-count {
  font-size: 18px;
  font-family: 'Charter Italic Bold', serif;
  color: rgba(0,0,0,0.5);
  padding-left: 24px;
  position: absolute;
  bottom: 8px;
}
