@charset "UTF-8";
/* CSS Document */

html,body{
	
	background-color: #F4F4F4;
	font-family: 'Inter', sans-serif;
	
}


nav{
	
	display: flex;
	width: 95vw;
	flex-direction: row;
	justify-content: space-between;
	padding: 1%;
}

.title{
	margin-left: 18%;
	align-items: center;
	justify-content: center;
	width: 60vw;
	position: sticky;
	align-content: space-between;
	text-align: center;
	background-color: #6FD0FF;
	border-radius: 8px;
	padding: 1%;
	box-shadow: 1px 2px 2px 1px grey;
}


.date-time{
	text-align: center;
}




/* Style the button that is used to open and close the collapsible content */
.collapsible {
  background-color: #25BBFC;
  color: #444;
  cursor: pointer;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95vw;
  height: 70px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  border-radius: 10px 10px 0px 0px;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active, .collapsible:hover {
  background-color: #25BBFC;
}

/* Style the collapsible content. Note: hidden by default */
.content {
  width: 95vw;
  overflow-y: scroll;
  height: 100px;
  border-radius: 0px 0px 10px 10px;
  display: none;
  background-color: #25BBFC;
  margin-top: -5%;
  align-content: center;
  overflow-x: scroll;
	
	
}

.collapsible-1{
  background-color: #6197B9;
  color: #444;
  cursor: pointer;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 95vw;
  height: 70px;
  border: none;
  text-align: center;
  outline: none;
  font-size: 15px;
  border-radius: 10px 10px 0px 0px;
  overflow-y: scroll;
	
	
}

.content-1 {
  width: 95vw;
  overflow-y: scroll;
  height: 100px;
  border-radius: 0px 0px 10px 10px;
  display: none;
  background-color: #6197B9;
  margin-top: -5%;
  align-content: center;
  overflow-x: scroll;
	
	
}

.content img{
	align-content: center;
	text-align: center;
	
	margin-left: 2%;
}

.content-1 img{
	align-content: center;
	text-align: center;
	
	margin-left: 2%;
}

.container{
	display: grid;
	position: absolute;
	width: 95vw;
	height: 650px;
	overflow-y: scroll;
	padding-bottom: 2%;
}


.navi-bar ul{
	/*background:url("navi_bg.png");*/
	
	width: 95vw;
	justify-content: space-between;
	bottom: -22px;
	padding: 2%;
	position: absolute;
	list-style: none;
	text-align:center;
	text-align-last: justify;
	z-index: 3;
	
	
}



.box{
	position: absolute;
	width: 45px;
	height: 45px;
	bottom: 15px;
	right: 25.5%;
	margin-bottom: -2%;
	background-color: #F4F4F4;
	z-index: -1;
	border-radius: 40%;
	
}

.background-box{
	position: absolute;
	width: 96vw;
	height: 60px;
	bottom: 15px;
	left: 0%;
	margin-bottom: -2%;
	background-color: #FCC843;
	z-index: -2;
	border-radius: 30px 30px 0px 0px;
}

















