@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');

*{
	margin: 0;
	padding: 0;
  font-family: 'Montserrat', sans-serif;
}

.space {
	margin-bottom: 30px;
	margin-top: 30px;
}

body {
	min-height: 100vh; /* Fallback for browsers that don't support dvh */
  min-height: 100dvh; /* Dynamic viewport height, supported since Dec 2022 */
  display: flex;
  flex-direction: column;
	width: auto;
}

.footer {
	margin-top: auto;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 20px;
	font-size: 12px;
	color: #696969;
}

button{
	border: 0px white;
  width: 30px;
  cursor: pointer;
  transition: 0.1s;
	background-color: white;
}

button:hover{
  transform: scale(1.05);
}

.container {
	width: 50vw;
	max-width: 50vw;
	overflow-x: auto;
}

.col-sm-4 {
	width: 100%;
	margin: 0px;
	height: auto;
}

.pages {
    display: flex;
	width: 500%;
	height: auto;
	box-sizing: border-box;
}

.page {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
	gap: 10px;
  transition: all 0.7s;
  color: white;
	overflow-x: auto;
}

.one{
  background: #ffffff;
}

.two{
  background-color: #ffffff;
}

.three{
  background-color: #ffffff;
}

.four{
  background-color: #ffffff;
}

.five{
  background-color: #ffffff;
}

.Title	{
	color: #000;
	font-family: 'Playfair Display';
	font-size: 36px;
	margin-top: 25px;
}

.Programs	{
	color: #000;
	font-style: italic;
	font-size: 14px;
	pading: 20px;
}

.Content	{
	padding-top: 10px;
	color: #696969;
	font-size: .8em;
	line-height: 22px;
}

.nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
	position: relative;
	top: 0px;
	background-color: #000000;
	color: #fff;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
	text-decoration: none;
	font-size: 12px;
}

.nav-link:hover, .nav-link:focus {
  text-decoration: none;
	background-color: #696969;
}

.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
	margin-left: 10px;
	margin-right: 10px;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 0px solid transparent;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

.Center	{
	 display:flex;
     width:100%;
     justify-content:center;
     align-items:center;
}

.nav2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
	justify-content: center;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
	position: relative;
	top: 0px;
	background-color: #fff;
	color: #000;
}

.nav-link2 {
  display: block;
  padding: 0.5rem 1rem;
	text-decoration: none;
	font-size: 16px;
	color: #989898;
}

.nav-link2:hover, .nav-link2:focus {
  text-decoration: none;
	background-color: #696969;
}

.nav-link2.disabled {
  color: #fff;
  pointer-events: none;
  cursor: default;
}

.nav-tabs2 {
  border-bottom: 1px solid #dee2e6;
	margin-left: 10px;
	margin-right: 10px;
}

.nav-tabs2 .nav-item2 {
  margin-bottom: -1px;
}

.nav-tabs2 .nav-link2 {
  border: 0px solid transparent;
}

.nav-tabs2 .nav-link2:hover, .nav-tabs2 .nav-link2:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs2 .nav-link2.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs2 .nav-link2.active,
.nav-tabs2 .nav-item2.show .nav-link2 {
  color: #fff;
  background-color: #696969;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs2 .dropdown-menu2 {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills2 .nav-link2 {
  border-radius: 0.25rem;
}

.nav-pills2 .nav-link2.active,
.nav-pills2 .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill2 .nav-item2 {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified2 .nav-item2 {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  /* CSS rules to apply when the screen width is 768px or wider */
	
.container {
	width: 90vw;
	max-width: 90vw;
	overflow-x: auto;
}


@media only screen and (max-width: 600px) {
  /* CSS rules to apply when the screen width is 600px or less */
	
.container {
	width: 90vw;
	max-width: 90vw;
	overflow-x: auto;
}
