html{

	margin:0px;
	padding:0px;
}

body{

	margin:0px;
	padding:0px;
    --nav-height:80px;
  padding-top:var(--nav-height);
  background-color: #90a959;
}

@media (max-width:900px){


	.speedrunning_history h2{

		font-size:5vw;
		text-align: center;
		font-family: Inconsolata;
		padding-top:7%;
		padding-bottom:5%;
	}

	.speedrunning_history_top{

		background-color: #90a959;
		padding-bottom:50%;

	}


	.speedrunning_history_top img{

		width:85%;
		display:block;
		margin-left:auto;
		margin-right:auto;
		padding-top:20%;

	}

	.speedrunning_history_top h2{

		font-size:4vw;
		text-align:left;
		padding:0px;
		margin-right:15%;
		margin-left:15%;
		margin-top:20%;
		color:#ffffff;
		margin-bottom:0px;
	}

	.speedrunning_history_top p{

		margin-left:15%;
		margin-right:15%;
		color:#ffffff;
		font-size:3.5vw;
		font-family: fira sans;
		font-weight:300;
		

	}

	.speedrunning_history_top h3{

		margin:0px;
		padding:0px;
		color:#ffffff;
		margin-right:15%;
		margin-left:15%;
		font-size:2.5vw;
		font-family:inconsolata;
		margin-top:1.5%;
		font-style:italic;
	}

/*accordian menu stuff*/


.dropdown_glossary {

	margin-right:15%;
	margin-left:15%;
	
}

.dropdown_glossary p{

	margin-right:0px;
	margin-left:0px;
}

.dropdown_glossary h2 {

	margin-right:0px;
	margin-left:0px;
	margin-top:35%;

}

.dropdown_glossary h3{

	margin-right:0px;
	margin-left:0px;
	font-weight:300;
	margin-bottom:10%;
}



.accordion {
  background-color: #90a959;
  display:grid;
  grid-template-columns: 1fr .1fr;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  border-bottom:.35vw #ffffff solid;
}

.accordion.active {

	border-bottom:none;

}

.accordion p{

	font-weight:400;
	font-family:fira Sans;
	font-size:3.5vw;


}

.panel.active{

	border-bottom:.35vw #ffffff solid;
	
	

}


.panel.active p{

	font-size:3.5vw;
	margin-bottom:10vw;
	padding:8vw;
	background-color:#859c52;

}

.plus {
    display: inline-block;  /* ensures it's visible */
    text-align: right;
    margin-right: 15%;
    font-size: 3.5vw;
}


/* Minus should be hidden by default */
.minus {
    display: none;  /* hide the minus sign by default */
    text-align: right;
    margin-right: 15%;
    font-size: 3.5vw;
}

/* When the accordion is active, hide the plus and show the minus */
.active.plus {
    display: none;  /* hide plus when active */
}

.active.minus {
    display: inline-block;  /* show minus when active */
}

.active, .accordion:hover {
  background-color: none; 
}

.panel {
  padding: 0 10%;
  display: none;
  background-color: #90a959;
  overflow: hidden;
}


.text_nav_history{

	background-color: #90a959;
	margin:0px;
	padding-top:2%;
	text-align:right;
	padding-right:5%;


}

.speedrunning_history_top h1{


	font-size:3vw;
	font-family:inconsolata;
	color:#dde3d1;
	font-weight:400;


}

.speedrunning_history_top b{

	color:#ffffff;

}

.text_nav_history a:link{

	color:#dde3d1;
	text-decoration: underline;

}

.text_nav_history a:visited{

	color:#dde3d1;
}

.text_nav_history a:hover{

	color:#ffffff;
}

.speedrun_def img:nth-child(2){

	display:none;
}

}

@media (max-width: 900px) and (min-width:450px){

	.speedrunning_history h2{

		font-size:5.5vw;
	}

	.speedrunning_history_top img{

		width:70%;
		padding-top:15%;
	

	}

	.speedrunning_history_top h2{

		font-size:3vw;
		text-align:left;
		padding:0px;
		margin-right:20%;
		margin-left:20%;
		margin-top:15%;
		
	}

	.speedrunning_history_top p{

		margin-left:20%;
		margin-right:20%;
		color:#ffffff;
		font-size:2.6vw;
	

	}

	.speedrunning_history_top{

		background-color: #90a959;
		padding-bottom:40%;

	}

	.speedrunning_history_top h3{

		margin-right:20%;
		margin-left:20%;
		font-size:2vw;
		margin-top:1.5%;

	}

/*accordian menu stuff*/


.dropdown_glossary {

	margin-right:20%;
	margin-left:20%;
	
}

.dropdown_glossary p{

	margin-right:0px;
	margin-left:0px;
}

.dropdown_glossary h2 {

	margin-right:0px;
	margin-left:0px;
	margin-top:35%;

}

.dropdown_glossary h3{

	margin-right:0px;
	margin-left:0px;
	font-weight:300;
	margin-bottom:5%;
}



.accordion {
  border-bottom:.25vw #ffffff solid;
}

.accordion.active {

	border-bottom:none;

}

.accordion p{

	font-weight:400;
	font-family:fira Sans;
	font-size:2.5vw;


}

.panel.active{

	border-bottom:.25vw #ffffff solid;
	
	

}


.panel.active p{

	font-size:2.5vw;
	margin-bottom:10vw;
	padding:8vw;
	background-color:#859c52;

}

.plus {
    font-size: 2.5vw;
}


/* Minus should be hidden by default */
.minus {
    font-size: 2.5vw;
}

.text_nav_history{

	background-color: #90a959;
	margin:0px;
	padding-top:2%;
	text-align:right;
	padding-right:5%;


}

.speedrunning_history_top h1{


	font-size:2.5vw;
}

}

@media (max-width: 1920px) and (min-width:901px){



	.speedrunning_history h2{

		font-size:2vw;
		text-align: center;
		font-family: Inconsolata;
		padding-top:5%;
		padding-bottom:3%;
	}

	.speedrunning_history_top{

		background-color: #90a959;
		padding-bottom:40%;
		margin-top:0px;

	}

	.speedrun_def{

		display:grid;
		grid-template-columns: 1fr 2fr;
		margin-left:12%;
		margin-right:12%;
		padding-top:10%;
		margin-top:0px;

	}


	.speedrunning_history_top img{

		width:100%;
		display:flex;
		margin-top:2%;
		


	}

	.speedrunning_history_top h2{

		font-size:2vw;
		text-align:left;
		padding:0px;
		margin-left:10%;
		margin-top:0px;
		color:#ffffff;
		margin-bottom:0px;

	}

	.speedrunning_history_top p{

		color:#ffffff;
		font-size:1.5vw;
		font-family: fira sans;
		font-weight:300;
		margin-left:10%;
		line-height:1.5;

	}

	.speedrunning_history_top h3{

		margin:0px;
		padding:0px;
		color:#ffffff;
		margin-right:13%;
		margin-left:13%;
		font-size:1.3vw;
		font-family:inconsolata;
		margin-top:1.5%;
		font-style:italic;
	}

/*accordian menu stuff*/


.dropdown_glossary {

	margin-right:13%;
	margin-left:13%;
	
}

.dropdown_glossary p{

	margin-right:0px;
	margin-left:0px;
}

.dropdown_glossary h2 {

	margin-right:0px;
	margin-left:0px;
	margin-top:20%;

}

.dropdown_glossary h3{

	margin-right:0px;
	margin-left:0px;
	font-weight:300;
	margin-bottom:5%;
}



.accordion {
  background-color: #90a959;
  display:grid;
  grid-template-columns: 1fr .1fr;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom:.18vw #ffffff solid;
}

.accordion.active {

	border-bottom:none;

}

.accordion p{

	font-weight:400;
	font-family:fira Sans;
	font-size:1.5vw;


}

.panel.active{

	border-bottom:.18vw #ffffff solid;
	
	

}


.panel.active p{

	font-size:1.5vw;
	margin-bottom:10vw;
	padding:8vw;
	background-color:#859c52;

}

.plus {
    display: inline-block;  /* ensures it's visible */
    text-align: right;
    margin-right: 15%;
    font-size: 3.5vw;
}


/* Minus should be hidden by default */
.minus {
    display: none;  /* hide the minus sign by default */
    text-align: right;
    margin-right: 15%;
    font-size: 3.5vw;
}

/* When the accordion is active, hide the plus and show the minus */
.active.plus {
    display: none;  /* hide plus when active */
}

.active.minus {
    display: inline-block;  /* show minus when active */
}

.active, .accordion:hover {
  background-color: none; 
}

.panel {
  padding: 0 10%;
  display: none;
  background-color: #90a959;
  overflow: hidden;
}

.text_nav_history{

	background-color: #90a959;
	margin:0px;
	padding-top:2%;
	text-align:right;
	padding-right:5%;


}

.speedrunning_history_top h1{


	font-size:1.2vw;
	font-family:inconsolata;
	color:#dde3d1;
	font-weight:400;

}

.speedrunning_history_top b{

	color:#ffffff;
}

.text_nav_history a:link{

	color:#dde3d1;
	text-decoration: underline;
}

.text_nav_history a:visited{

	color:#dde3d1;
}

.text_nav_history a:hover{

	color:#ffffff;
}




}

@media (min-width: 1921px) {



	.speedrunning_history h2{

		font-size:2vw;
		text-align: center;
		font-family: Inconsolata;
		padding-top:5%;
		padding-bottom:3%;
	}

	.speedrunning_history_top{

		background-color: #90a959;
		padding-bottom:40%;
		margin-top:0px;

	}

	.speedrun_def{

		display:grid;
		grid-template-columns: 1fr 2fr;
		margin-left:12%;
		margin-right:12%;
		padding-top:8%;
		margin-top:0px;

	}


	.speedrunning_history_top img{

		width:100%;
		display:flex;
		margin-top:2%;
		


	}

	.speedrunning_history_top h2{

		font-size:calc(10px + 1.5vw);
		text-align:left;
		padding:0px;
		margin-left:10%;
		margin-top:0px;
		color:#ffffff;
		margin-bottom:0px;

	}

	.speedrunning_history_top p{

		color:#ffffff;
		font-size: calc(10px + 1vw);
		font-family: fira sans;
		font-weight:300;
		margin-left:10%;
		line-height:1.5;

	}

	.speedrunning_history_top h3{

		margin:0px;
		padding:0px;
		color:#ffffff;
		margin-right:13%;
		margin-left:13%;
		font-size:1.3vw;
		font-family:inconsolata;
		margin-top:1.5%;
		font-style:italic;
	}

/*accordian menu stuff*/


.dropdown_glossary {

	margin-right:13%;
	margin-left:13%;
	
}

.dropdown_glossary p{

	margin-right:0px;
	margin-left:0px;
}

.dropdown_glossary h2 {

	margin-right:0px;
	margin-left:0px;
	margin-top:20%;

}

.dropdown_glossary h3{

	margin-right:0px;
	margin-left:0px;
	font-weight:300;
	margin-bottom:5%;
}



.accordion {
  background-color: #90a959;
  display:grid;
  grid-template-columns: 1fr .1fr;
  color: #ffffff;
  cursor: pointer;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  transition: 0.4s;
  border-bottom:.18vw #ffffff solid;
}

.accordion.active {

	border-bottom:none;

}

.accordion p{

	font-weight:400;
	font-family:fira Sans;
	font-size:calc(10px + 1vw);


}

.panel.active{

	border-bottom:.18vw #ffffff solid;
	
	

}


.panel.active p{

	font-size:calc(10px + .6vw);
	margin-bottom:10vw;
	padding:8vw;
	background-color:#859c52;

}

.plus {
    display: inline-block;  /* ensures it's visible */
    text-align: right;
    margin-right: 15%;
    font-size: 3.5vw;
}


/* Minus should be hidden by default */
.minus {
    display: none;  /* hide the minus sign by default */
    text-align: right;
    margin-right: 15%;
    font-size: 3.5vw;
}

/* When the accordion is active, hide the plus and show the minus */
.active.plus {
    display: none;  /* hide plus when active */
}

.active.minus {
    display: inline-block;  /* show minus when active */
}

.active, .accordion:hover {
  background-color: none; 
}

.panel {
  padding: 0 10%;
  display: none;
  background-color: #90a959;
  overflow: hidden;
}

.text_nav_history{

	background-color: #90a959;
	margin:0px;
	padding-top:2%;
	text-align:right;
	padding-right:5%;


}

.speedrunning_history_top h1{


	font-size:1.2vw;
	font-family:inconsolata;
	color:#dde3d1;
	font-weight:400;

}

.speedrunning_history_top b{

	color:#ffffff;
}

.text_nav_history a:link{

	color:#dde3d1;
	text-decoration: underline;
}

.text_nav_history a:visited{

	color:#dde3d1;
}

.text_nav_history a:hover{

	color:#ffffff;
}




}