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 20px;
	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;
  max-width: 1503px;
}

.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;
  max-width: 1203px;
}

.panel4 textbox-noimg {
	  font-size: 20px;
  font-family: "Arial";
  color: #283053;
  letter-spacing: 2px;
  display: block;
  line-height: 30px;
  grid-row-start: 2;
  grid-column-start: 1;
  max-width: 1503px;
}

.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: 60%;}
}

.panel5 {
	background-color: white;
	display: grid;
	padding: 100px 20px;
	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;
  max-width: 1503px;
}

.panel5 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;
   max-width: 1503px;
}

.panel5 img {
	grid-column-start: 1;
	grid-row-start: 3;
	margin-top: 50px;
	width: 100%;
	max-width: 1503px;
}

.panel6 {
	background-color: white;
	display: grid;
	padding: 100px 20px;
	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;
  max-width: 1503px;
}

.panel6 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;
   max-width: 1503px;
}

.panel6 img {
	grid-column-start: 1;
	grid-row-start: 3;
	margin-top: 50px;
	width: 100%;
	max-width: 1503px;
}