body {
  font-family: 'Poppins', sans-serif;
  margin: 0;
  font-family: 'Arial', sans-serif;
  background-color: #f5faff;
}

.banner {
	display: block;
	padding-top: 90px;
}

/* Sidebar */

.side-toggle-btn {
  height: 50px;
  width: 50px;
  position: fixed;
  z-index: 2; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  margin-top: 200px;
  left: -12px;
  border-radius: 30%;
  background-color: #283053;
  display: block;
  vertical-align: center;
}

.side-toggle-btn-out {
	margin-left: 190px;
}

.side-toggle-btn div {
  border-radius: 30%;
  border-right: 4px solid #7e94f2;
  width:50px;
  height:40px;
  float: right;
  margin-top: 5px;
  margin-right: 5px;
}

.side-toggle-btn:hover div {
  border-color: white;
  cursor: pointer;
}

/* The sidebar menu */
.sidenav {
  height: 100%;
  width: 190px;
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #283053;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 200px;
  box-shadow: 3px 0.5px 5px grey;
  display: none;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 20px 6px 16px;
  text-decoration: none;
  letter-spacing: 3px;
  font-size: 20px;
  color: white;
  display: block;
  margin-bottom: 30px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #f1f1f1;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

/* ------------------ */

.page {
	display: grid;
	justify-content: center;
}

.panel1 {
	background-color: white;
	display: grid;
	padding: 250px;
	padding-top: 110px;
	justify-content: left;
	padding-bottom: 100px;
	background-image: url("../images/banner.png");
	background-size: cover;
}

.panel1 title {
  font-size: 60px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 5px;
  display: inline-block;
  margin-bottom: 20px;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .panel1 title {font-size: 40px;}
  .panel1 {padding-left: 20px; padding-right: 20px;}
}

.panel1 subtitle {
  font-size: 24px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  
}

.panel1 a {
	color: #4973b4;
	text-decoration: none;
}

.panel2 {
	background-color: #f5faff;
	display: grid;
	padding: 100px 20px;
	justify-content: center;
}

.panel2 subtitle {
  font-size: 40px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 100px; 
  border-bottom: 2px solid #4973b4;
}

.panel2 textbox {
	  font-size: 20px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  line-height: 30px;
  max-width: 1330px;
}

.panel3 {
	background-color: white;
	display: block;
	padding: 100px 200px;
}

.panel3 title {
  font-size: 40px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 100px; 
  border-bottom: 2px solid #4973b4;
}

.panel3 textbox {
	  font-size: 20px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  line-height: 30px;
}

.panel4 {
	background-color: white;
	display: grid;
	padding: 100px 200px;
	justify-content: center;
}

.panel4 title {
  font-size: 40px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 60px; 
  border-bottom: 2px solid #4973b4;
  grid-column-end: span 2;
}

.panel4 textbox {
	  font-size: 20px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  line-height: 30px;
  grid-row-start: 2;
  grid-column-start: 1;
}

.panel4 img {
	grid-column-start: 2;
	grid-row-start: 2;
	margin-left: 50px;
}

@media screen and (max-width: 1500px) {
	.panel4 img {grid-row-start: 3; grid-column-start: 1; margin-left: 0px; margin-top: 20px; width: 100%;}
}

@media screen and (max-width: 800px) {
	.panel4 {padding: 100px 20px;}
}

.panel5 {
	background-color: white;
	display: grid;
	padding: 100px 200px;
	justify-content: center;
}

.panel5 title {
  font-size: 40px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 60px; 
  border-bottom: 2px solid #4973b4;
  grid-column-end: span 2;
}

.panel5 textbox {
	  font-size: 20px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  line-height: 30px;
  grid-column-start: 1;
  grid-column-end: span 2;
}

.panel5 textbox1 {
	  font-size: 20px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  line-height: 30px;
  grid-column-start: 1;
}

.panel5 img {
	grid-column-start: 2;
	margin-left: 50px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td, th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/* Question panel */
.question-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
}

.question-panel question {
  font-size: 32px;
  border-bottom: 1px solid #283053;
}

.question-panel answers {
  display: flex;
  gap: 20px;
  margin: 50px;
  justify-content: space-around;
}

.question-panel answers a {
/*   background-color: blue; */
  color: #4973b4;
  padding: 10px 10px 3px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  text-decoration: none;
}

.question-panel answers a main {
  text-align: center;
  width: 100%;
  font-size: 72px;
/*     background-color: rgb(192, 192, 202);
    border-radius: 5px; */
}

.question-panel answers a:hover main {
  /* font-weight: bold; */
  cursor: pointer;
  color: #96c0e3;
}

.question-panel answers a desc {
  opacity: 0%;
/*   border-top: 2px solid #4973b4; */
  font-size: 18px;
  animation: fadeIn linear 0.5s;
/*   background-color: blue; */
  color: rgb(17, 80, 163);
  width: 100%;
  padding: 5px;
  padding-top: 10px;
  text-align: center;
}

.question-panel answers a:hover desc {
  opacity: 100%;
  transition: opacity 0.5s;
}

@media screen and (max-width: 1500px) {
	.panel5 img {grid-column-start: 1; margin-left: 0px; margin-top: 20px; width: 100%; grid-column-end: span 2;}
	.panel5 textbox1 {grid-column-end: span 2;}
}

@media screen and (max-width: 800px) {
	.panel5 {padding: 100px 20px;}
}

.panel6{
	background-color: white;
	display: grid;
	padding: 100px 200px;
	justify-content: center;
}

.panel6 title {
  font-size: 40px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 60px; 
  border-bottom: 2px solid #4973b4;
  grid-column-end: span 2;
}

.panel6 textbox {
	  font-size: 20px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  line-height: 30px;
  grid-column-start: 1;
}

.panel6 textbox1 {
	  font-size: 20px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  line-height: 30px;
  grid-column-start: 1;
}

.panel6 img {
	grid-column-start: 1;
	margin-right: auto;
	margin-top: 50px;
}

@media screen and (max-width: 1500px) {
	.panel6 img {grid-column-start: 1; margin-left: 0px; margin-top: 20px; width: 100%;}
}

@media screen and (max-width: 800px) {
	.panel6 {padding: 100px 20px;}
}