body{
	width: 73%;
	margin: auto;
	background: none;
	font-family: ubuntu;
}

h2{
	font-weight: bolder;
	font-size: 28px;
}

h3{
	font-weight: bold;
	font-size: 22px;
}


/*------------------------------Navbar--------------------------------*/
.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: right;
  font-size: 16px;
  color: #afafaf;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: #afafaf;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  transition-duration: .5s;
  color: #ffffff;
  background-color: #000000;

}

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

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

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

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

/*-----------------------------*Navbar--------------------------------*/

/*-------------------------Heading  Section---------------------------*/

header h1{
	font-size: 35px;
	font-weight: bolder;
	text-align: center;
}

header p{
	font-size: 20px;
	text-align: center;
}

header p:last-of-type{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}

/*------------------------*Heading  Section---------------------------*/


/*--------------------------Slider Section----------------------------*/

#slider_info{
	text-align: center;
}

.slider_grid {
  display: grid;
  grid-template-columns: auto auto auto;
  grid-column-gap: 3%;
  align-items: center;
}
.grid-item {
  /*border: 1px solid;*/
  font-size: 30px;
  text-align: center;
}

.grid-item img {
  width: 100%;
  height: auto;
  max-height: 600px;
  object-fit: contain;
}

.slider_grid{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}


/*-------------------------*Slider Section----------------------------*/

/*-----------------------------Abstract-------------------------------*/

.Abstract #Abstract_icon{
  float:left;
  height:auto;
  width:2%;
  padding-top:29px;
}

.Abstract h2{
  float:right;
  width:97%;
}

.Abstract{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}

/*----------------------------*Abstract-------------------------------*/

/*----------------------------Frame work------------------------------*/

.Framework #Framework_icon{
  float:left;
  height:auto;
  width:2%;
  padding-top:29px;
}

.Framework h2{
  float:right;
  width:97%;
}


.Framework{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}

.Framework #Framework{
  float:centre;
  position: relative;
  left:27%;
  height:auto;
  width:50%;
  margin-left: 3px;
}

/*----------------------------*Frame work-------------------------------*/

/*-----------------------------Highlights-------------------------------*/

.Highlights #Highlights_icon{
  float:left;
  height:auto;
  width:2%;
  padding-top:29px;
}

.Highlights h2{
  float:right;
  width:97%;
}

.Highlights{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}

/*---------------------------*Highlights------------------------------*/

/*-----------------------Real Compare Section-------------------------*/


#Resultsfull #Results_icon{
  float:left;
  height:auto;
  width:2.5%;
  padding-top:27px;
}

#Resultsfull h2{
  float:right;
  width:97%;
}

#Resultsfull h3{
  padding-top:50px;
}


.realresults{
	height:480px;
	overflow: auto;
}

.compareinputs {
  float: left;
  width: 35%;
  max-width: 35%;
  max-height:480px;
  /*border: 1px solid;*/
  /*padding: 10% 0px 0px 0px;*/
  text-align: center;
  
 }
.compareinputs p{
	text-align: center;
	margin: -1px 0% 0px 0%;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif; 
}

.compareinputs img{
  	width: auto;
  	max-width: 100%;
  	min-width: 50px;
 	height: auto;
 	max-height: 470px;
}

.comparegridreal {
  float: right;
  display: grid;
  width: 63%;
  max-width: 63%;
  max-height:480px;
  grid-template-columns: auto auto auto;
  /*background: red;*/
  grid-column-gap: 2%;
  grid-row-gap: 1%;
}
.comparegrid-item {
  /*border: 1px solid;*/
  padding: 0px;
  font-size: 30px;
  text-align: center;
}

.comparegrid-item img{
  width: auto;
  min-width: 50px;
  height: auto;
  max-width: 100%;
  max-height: 130px;
  transition: transform 0.2s ease;
}

.comparegrid-item p{
	text-align: center;
	margin-top: -1px;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 35%; 
}

.comparegrid-item img:hover{
  transform: scale(1.8);
}

.realnavbutton{
	position: relative;
	margin-top:15px;	
	text-align: center;
	overflow: hidden;
}
.realnavbutton .navbuttonrealleft, .realnavbutton .navbuttonrealright{
	background: rgba(0,0,0,0);
	font-weight: bolder;
	font-size: 120%;
    color: rgba(128,128,128,1);
	border: none;

}
/*.realnavbutton .navbuttonrealleft{
	float: left;
	margin-left: 45%;
}
.realnavbutton .navbuttonrealright{
	float: right;
	margin-right: 45%;
}*/

.navbuttonrealleft:hover, .navbuttonrealright:hover{
	transition-duration: 0.5s;
	background: rgba(128,128,128,1.0);
	color: #ffffff;
}

.navbuttonrealleft:focus, .navbuttonrealright:focus{
	 outline: none; 
}

.myrealimagecircularbuttons{
	position: relative;
	margin-top: 30px;
	text-align: center;
}

.circlebutton{
	background-color: rgba(128,128,128,0);
	border: solid rgba(128,128,128,1);
	padding: 5px;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 100%;
}

.circlebutton:hover{
	transition-duration: 0.5s;
}

.circlebutton:focus{
	outline: none;
}

#realresultstotal{
	padding-bottom: 10px;
	
}
/*----------------------*Real Compare Section-------------------------*/



/*--------------------Synthetic  Compare Section----------------------*/

.SyntheticCarousel{
	height:480px;
	overflow: auto;
}

.Input_GTSlider {
  float: left;
  width: 35%;
  max-width: 35%;
  max-height:480px;
  /*border: 1px solid;*/
  /*padding: 10% 0px 0px 0px;*/
  text-align: center;
  
 }
.Input_GTSlider p{
	text-align: center;
	margin: -1px 0% 0px 0%;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif; 
}

.Input_GTSlider .compareinputgt img{
  	width: auto;
  	max-width: 100%;
  	min-width: 50px;
 	height: auto;
 	max-height: 450px;
}

.comparegridsynthetic {
  float: right;
  display: grid;
  width: 63%;
  max-width: 63%;
  max-height:480px;
  grid-template-columns: auto auto auto auto;
  /*background: red;*/
  grid-column-gap: 2%;
  grid-row-gap: 1%;
}
.comparegrid-itemSynthetic {
  /*border: 1px solid;*/
  padding: 0px;
  font-size: 30px;
  text-align: center;
}

.comparegrid-itemSynthetic img{
  width: auto;
  min-width: 50px;
  height: auto;
  max-width: 100%;
  max-height: 130px;
  transition: transform 0.2s ease;
}

.comparegrid-itemSynthetic p{
	text-align: center;
	margin-top: -1px;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 35%; 
}

.comparegrid-itemSynthetic img:hover{
  transform: scale(1.8);
}

.syntheticnavbuttonIPGT{
  float:left;
  margin-top:0px;
  width: 35%;
  text-align:center;
}
.syntheticnavbuttonouter{
	position: relative;
	margin-top:15px;		
	text-align: center;
	overflow: hidden;
}

.syntheticnavbuttonIPGT .navbuttonsynthIP,.syntheticnavbuttonIPGT .navbuttonsynthGT{
  background: rgba(128,128,128,1);
  font-weight: bold;
  padding:10px;
  font-size: 100%;
  color: #ffffff;
  border-radius: 5px;
  border: none;
}

.syntheticnavbuttonIPGT .navbuttonsynthIP{
  
  margin-right: 20px;
}

.syntheticnavbuttonIPGT .navbuttonsynthGT{
  padding: 10px 18px;
  margin-left: 20px;
}

.syntheticnavbuttonouter .navbuttonsynthleft, .syntheticnavbuttonouter .navbuttonsynthright{
	background: rgba(0,0,0,0);
	font-weight: bolder;
	font-size: 120%;
  color: rgba(128,128,128,1);
	border: none;

}
/*.realnavbutton .navbuttonrealleft{
	float: left;
	margin-left: 45%;
}
.realnavbutton .navbuttonrealright{
	float: right;
	margin-right: 45%;
}*/


.navbuttonsynthIP:hover, .navbuttonsynthGT:hover{
	transition-duration: 0.5s;
  background: rgba(0,0,0,1);
  color: rgba(255,255,255,1);
}


.navbuttonsynthIP:focus, .navbuttonsynthGT:focus{
	outline:none;
}

.navbuttonsynthleft:hover, .navbuttonsynthright:hover{
	transition-duration: 0.5s;
	background: rgba(128,128,128,1.0);
	color: #ffffff;
}

.navbuttonsynthleft:focus, .navbuttonsynthright:focus{
	 outline: none; 
}

.mysynthimagecircularbuttons{
	position: relative;
	margin-top: 10px;
	text-align: center;
}

.circlebuttonsynth{
	background-color: rgba(128,128,128,0);
	border: solid rgba(128,128,128,1);
	padding: 5px;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 100%;
}

.circlebuttonsynth:hover{
	transition-duration: 0.5s;
}

.circlebuttonsynth:focus{
	outline: none;
}

#syntheticresultstotal{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}
/*-------------------*Synthetic  Compare Section-----------------------*/

/*---------------------Ablation Compare Section------------------------*/

.AblationStudy #Ablation_icon{
  float:left;
  height:auto;
  width:2%;
  padding-top:29px;
}

.AblationStudy h2{
  float:right;
  width:97%;
}

.AblationResults{
	height:350px;
	overflow: auto;
}

.compareinputsabl {
  float: left;
  width: 40%;
  max-width: 40%;
  max-height:350px;
  /*border: 1px solid;*/
  /*padding: 10% 0px 0px 0px;*/
  text-align: center;
  
 }
.compareinputsabl p{
	text-align: center;
	margin: -1px 0% 0px 0%;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif; 
}

.compareinputsabl img{
  width: auto;
  max-width: 100%;
  min-width: 50px;
 	height: auto;
 	max-height: 340px;
}

.comparegridabl {
  float: right;
  display: grid;
  width: 58%;
  max-width: 58%;
  max-height:350px;
  grid-template-columns: auto auto;
  /*background: red;*/
  grid-column-gap: 2%;
  grid-row-gap: 1%;
}
.comparegrid-abl {
  /*border: 1px solid;*/
  padding: 0px;
  font-size: 30px;
  text-align: center;
}

.comparegrid-abl img{
  width: auto;
  min-width: 50px;
  height: auto;
  max-width: 100%;
  max-height: 150px;
  transition: transform 0.2s ease;
}

.comparegrid-abl p{
	text-align: center;
	margin-top: -1px;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 35%; 
}

.comparegrid-abl img:hover{
  transform: scale(1.8);
}

.ablnavbutton{
	position: relative;
	margin-top:10px;	
	text-align: center;
	overflow: hidden;
}
.ablnavbutton .navbuttonablleft, .ablnavbutton .navbuttonablright{
	background: rgba(0,0,0,0);
	font-weight: bolder;
	font-size: 120%;
    color: rgba(128,128,128,1);
	border: none;

}
/*.ablnavbutton .navbuttonablleft{
	float: left;
	margin-left: 45%;
}
.ablnavbutton .navbuttonablright{
	float: right;
	margin-right: 45%;
}*/

.navbuttonablleft:hover, .navbuttonablright:hover{
	transition-duration: 0.5s;
	background: rgba(128,128,128,1.0);
	color: #ffffff;
}

.navbuttonablleft:focus, .navbuttonablright:focus{
	 outline: none; 
}

.myablimagecircularbuttons{
	position: relative;
	margin-top: 10px;
	text-align: center;
}

.circlebuttonabl{
	background-color: rgba(128,128,128,0);
	border: solid rgba(128,128,128,1);
	padding: 5px;
	display: inline-block;
	margin: 4px 2px;
	border-radius: 100%;
}

.circlebuttonabl:hover{
	transition-duration: 0.5s;
}

.circlebuttonabl:focus{
	outline: none;
}

.AblationStudy{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}

/*--------------------*Ablation Compare Section------------------------*/

/*----------------------------Down-loads-------------------------------*/

.Downloads #Downloads_icon{
  float:left;
  height:auto;
  width:2%;
  padding-top:29px;
}

.Downloads h2{
  float:right;
  width:97%;
}

.Download_Grid {
  width:100%;
  margin:auto;
  text-align: centre;
  display: grid;
  
  max-height:560px;
  grid-template-columns: auto auto;
  grid-column-gap: 5%;
  
}
.mygriddownload {
  /*border: 1px solid;*/
  padding: 0px;
  font-size: 50px;
  text-align: center;
}

.mygriddownload img{
  width: auto;
  min-width: 10px;
  height: auto;
  max-width: 100%;
  max-height: 150px;
}

.mygriddownload p{
	text-align: center;
	margin-top: -1px;
	font-style: italic;
	font-weight: bold;
	font-family: sans-serif;
	font-size: 35%; 
}



.Downloads{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}

/*---------------------------*Down-loads-------------------------------*/
/*----------------------------References-------------------------------*/


.References #References_icon{
  float:left;
  height:auto;
  width:2%;
  padding-top:27px;
}

.References h2{
  float:right;
  width:97%;
}

.References{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}

/*---------------------------*References-------------------------------*/
/*-----------------------------Citation--------------------------------*/

.Citation #Citation_icon{
  float:left;
  height:auto;
  width:2.5%;
  padding-top:23px;
}

.Citation h2{
  float:right;
  width:97%;
}

.Citation{
	padding-bottom: 20px;
	border-width: 2px;
	border-style: none none solid none;
	border-color: #cecece;
}

/*----------------------------*Citation--------------------------------*/

/*------------------------------Footer---------------------------------*/

footer{
	text-align: center;
}

/*-----------------------------*Footer---------------------------------*/

/*---------------------Mobile Responsive Media Queries ----------------*/

@media screen and (max-width: 768px)
{
	body{
		width: 90%;
	}

	header h1{
		font-size: 30px;
	}

	header p{
		font-size: 18px;
	}

	h2{
		font-size: 24px;
	}

	h3{
		font-size: 20px;
	}

	.slider_grid{
		grid-template-columns: auto auto;
		grid-row-gap: 20px;
	}

	.grid-item img {
		height: auto;
		max-height: 400px;
	}

	.Framework #Framework {
		left : 10%;
		width: 80%;
	}

	.comparegridabl {
		grid-template-columns: auto auto;
	}

	.comparegrid-item img{
		max-height: 150px;
	}

	.comparegridsynthetic{
		grid-template-columns: auto auto auto;
	}

	.comparegrid-itemSynthetic img{
		max-height: 150px;
	}

	.syntheticnavbuttonIPGT .navbuttonsynthIP{
		margin-right: 10px;
	}

	.syntheticnavbuttonIPGT .navbuttonsynthGT{
		margin-left: 10px;
	}
}

@media screen and (max-width: 480px)
{
	body{
		width: 95%;
		font-size: 14px;
	}

	header h1{
		font-size: 18px;
		line-height: 1.3;
		margin: 10px 0;
	}

	header p{
		font-size: 13px;
		line-height: 1.4;
		margin: 5px 0;
	}

	h2{
		font-size: 18px;
		line-height: 1.3;
	}

	h3{
		font-size: 16px;
		line-height: 1.3;
	}

	p{
		font-size: 13px;
		line-height: 1.5;
	}

	ul, li{
		font-size: 13px;
		line-height: 1.5;
	}

	.navbar{
		overflow: visible;
	}

	.navbar a {
		float: none;
		display: block;
		text-align: left;
		padding: 10px 14px;
		font-size: 14px;
	}

	.dropdown {
		float: none;
	}

	.dropdown .dropbtn {
		display: block;
		width: 100%;
		text-align: left;
		padding: 10px 14px;
		font-size: 14px;
	}

	.dropdown-content {
		position: relative;
		box-shadow: none;
	}

	.dropdown-content a{
		font-size: 13px;
		padding: 10px 14px;
	}

	#slider_info{
		font-size: 14px;
		margin: 10px 0;
	}

	.slider_grid {
		grid-template-columns: auto;
		grid-row-gap: 15px;
	}

	.grid-item img {
		height: auto;
		max-height: 300px;
	}

	.Abstract #Abstract_icon,
	.Framework #Framework_icon,
	.Highlights #Highlights_icon,
	#Resultsfull #Results_icon,
	.AblationStudy #Ablation_icon,
	.Downloads #Downloads_icon,
	.References #References_icon,
	.Citation #Citation_icon {
		width: 50px;
		min-width: 50px;
		padding-top: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.Abstract h2,
	.Framework h2,
	.Highlights h2,
	#Resultsfull h2,
	.AblationStudy h2,
	.Downloads h2,
	.References h2,
	.Citation h2 {
		width: calc(100% - 55px);
	}

	.Framework #Framework {
		position: static;
		left: auto;
		width: 100%;
		margin: 20px auto;
		display: block;
	}

	.realresults {
		height: auto;
		min-height: 480px;
	}

	#realresultstotal p,
	#syntheticresultstotal p {
		font-size: 13px;
	}

	.compareinputs {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.compareinputs img {
		max-height: 350px;
	}

	.comparegridreal {
		float: none;
		width: 100%;
		max-width: 100%;
		grid-template-columns: auto auto;
		max-height: none;
	}

	.comparegrid-item img {
		max-height: 120px;
	}

	.comparegrid-item p {
		font-size: 45%;
	}

	.comparegrid-item img:hover {
		transform: none;
	}

	.realnavbutton {
		margin-top: 50px;
	}

	.myrealimagecircularbuttons {
		margin-top: 40px;
	}

	.SyntheticCarousel {
		height: auto;
		min-height: 480px;
	}

	.Input_GTSlider {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 15px;
	}

	.Input_GTSlider .compareinputgt img {
		max-height: 300px;
	}

	.comparegridsynthetic {
		float: none;
		width: 100%;
		max-width: 100%;
		grid-template-columns: auto auto;
		max-height: none;
	}

	.comparegrid-itemSynthetic img {
		max-height: 110px;
	}

	.comparegrid-itemSynthetic p {
		font-size: 45%;
	}

	.comparegrid-itemSynthetic img:hover {
		transform: none;
	}

	.syntheticnavbuttonIPGT {
		float: none;
		width: 100%;
		margin-bottom: 30px;
		margin-top: 30px;
		display: flex;
		justify-content: center;
		gap: 8px;
		flex-wrap: wrap;
	}

	.syntheticnavbuttonIPGT .navbuttonsynthIP,
	.syntheticnavbuttonIPGT .navbuttonsynthGT {
		padding: 8px 16px;
		font-size: 14px;
		margin-right: 0;
		margin-left: 0;
	}

	.syntheticnavbuttonouter {
		margin-top: 50px;
	}

	.mysynthimagecircularbuttons {
		margin-top: 40px;
	}

	.AblationResults {
		height: auto;
		min-height: 350px;
	}

	.compareinputsabl {
		float: none;
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.compareinputsabl img {
		max-height: 300px;
	}

	.comparegridabl {
		float: none;
		width: 100%;
		max-width: 100%;
		grid-template-columns: auto auto;
		max-height: none;
	}

	.comparegrid-abl img {
		max-height: 130px;
	}

	.comparegrid-abl p {
		font-size: 45%;
	}

	.comparegrid-abl img:hover {
		transform: none;
	}

	.ablnavbutton {
		margin-top: 50px;
	}

	.myablimagecircularbuttons {
		margin-top: 40px;
	}

	.circlebutton,
	.circlebuttonsynth,
	.circlebuttonabl {
		padding: 4px;
		margin: 3px 1px;
	}

	.Download_Grid {
		grid-template-columns: auto;
		grid-row-gap: 20px;
	}

	.mygriddownload {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}

	.downloadPaper,
	.downloadCode {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.mygriddownload img {
		max-height: 80px;
		width: auto;
	}

	.mygriddownload p {
		font-size: 50%;
	}

	footer p {
		font-size: 12px;
	}
}

@media screen and (max-width: 360px) {
	body {
		width: 98%;
		font-size: 13px;
	}

	header h1 {
		font-size: 16px;
	}

	header p {
		font-size: 12px;
	}

	h2 {
		font-size: 16px;
	}

	h3 {
		font-size: 14px;
	}

	p {
		font-size: 12px;
	}

	.grid-item img {
		height: auto;
		max-height: 250px;
	}

	.compareinputs img {
		max-height: 280px;
	}

	.comparegrid-item img {
		max-height: 100px;
	}

	.comparegrid-itemSynthetic img {
		max-height: 90px;
	}

	.syntheticnavbuttonIPGT .navbuttonsynthIP,
	.syntheticnavbuttonIPGT .navbuttonsynthGT {
		padding: 5px 8px;
		font-size: 11px;
	}

	.mygriddownload img {
		max-height: 60px;
	}

	footer p {
		font-size: 11px;
	}
}

/*--------------------Mobile Responsive Media Queries--------------------*/
