body {
	background-color: SeaGreen;
	margin: 0;
	padding: 0;
}

h1{
	text-align: center;
}

h2 {
	text-align: center;
}

h2, p {
	margin: 10px;
}

#p2 {
	text-align: center;
	padding: 50px;
	border-style: solid;
}

#image3 {
	float: left;
	margin-right: 15px;
	width: 800px;
	height: 500px;
	padding: 50px;
	border-style: dashed;
}

#image1 {
	float: right;
	margin-left: 15px;
	width: 400px;
	height: 400px;
	padding: 10px;
 	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
}

#image4{
	float: right;
	margin-left: 15px;
	width: 600px;
	height: 400px;
	padding: 10px;
 	display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
}


#image2 {
  width: 400px;
  height: 400px;
  margin: 0;
  float: left; 
  padding: 10px;
}

.para1 {
	background-color: SeaGreen;
	text-align: center;
	font-size: 20px;
	line-height: 2;  
	font-family: "Helvetica";
	margin: auto;
}

.para2 {
	background-color: SeaGreen;
	line-height: 2;
	text-align: center;
	font-size: 20px;
}

.home1 {
	text-align:center;
	font-size: 20px;
}

ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background-color: #333333;
}

ul li {
	float: left;
}

ul li a {
	display: block;
	color: white;
	text-align: center;
	padding: 14px 16px;
	text-decoration: none;
}

.carousel-item {
	background-color: SeaGreen !important;
	height: 900px;        
}

.carousel-item img {
	height: 100%;
	object-fit: cover;  
}

a:link {
	color: azure;
}

ul li a:hover {
	background-color: #111111;
}

.collapsible {
	background-color: #555;
	color: white;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}

.active, .collapsible:hover {
	background-color: grey;
}

.content {
	padding: 0 18px;
	display: none;
	overflow: hidden;
	background-color: #f1f1f1;
}

#owner1 {
	display: block;
	width: 20%;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	background-color: #f1f1f1;
}

.facts_2 {
	float: left;
	display: flex;
	flex-direction: row-reverse;
	align-items: flex-start; 
	gap: 20px; 
	background-color: SeaGreen;
 	color: white;
 	font-size: 25px;
 	text-align: left;
}

.facts_3 {
	background-color: SeaGreen;
	display: none;
	color: white;
	font-size: 25px;
}

#ulp1 {
	display:none;
	background-color: Grey;
	color: white;
	font-size: 25px;
	font-family: "Garamond";
}

#ulp2 {
	float: left;
	line-height: 3;  
	display: none; 
	background-color: Grey;
	color: white;
	font-size: 25px;
	font-family: "Garamond";
	margin: 0;
	padding: 10px 20px;
	list-style-type: disc;
}

#img1c {
	color: white;
    font-family: "Roman";
	margin-left: 73%;
}

#img2c {
	color: blue;
    font-family: "Roman";
    margin-left: 70px;
}

#pclick {
	font-size: 20px;
}

* {
	box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
	position: relative;
    max-width: 1500px;
    margin: 0 auto;
}

.timeline-animate {
	opacity: 0;
    transform: translateX(200px);
    transition: transform 0.6s cubic-bezier(0.32,1.25,0.52,1.25), opacity 0.6s;
    margin-left: auto;
    margin-right: auto;
}

.timeline-animate.active {
  	opacity: 1;
	transform: translateX(0);
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
	content: '';
    position: absolute;
    width: 15px;
    height: 1000px;
    background-color: white;
    top: 10px;
    left: 50%;
    margin-left: -15px; 
}

/* Container around content */
.timeline-container {
	padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.timeline-container::after {
	content: '';
  	position: absolute;
  	width: 30px;
  	height: 30px;
  	right: -5px;
  	background-color: grey;
  	border: 4px solid #FF9F55;
  	top: 0;
  	border-radius: 50%;
  	z-index: 1;
}

/* Place the container to the left */
.left {
	left: 0;
}

/* Place the container to the right */
.right {
	left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
	content: " ";
  	height: 0;
  	position: absolute;
  	top: 22px;
  	width: 0;
  	z-index: 1;
  	right: 30px;
  	border: medium solid white;
  	border-width: 10px 0 10px 10px;
  	border-color: transparent transparent transparent white;
}

/* Add arrows to the right container (pointing left) */
.right::before {
	content: " ";
  	height: 0;
  	position: absolute;
  	top: 22px;
  	width: 0;
  	z-index: 1;
  	left: 30px;
  	border: medium solid white;
  	border-width: 10px 10px 10px 0;
  	border-color: transparent white transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
	left: -16px;
}

/* The actual content */
.timeline-content {
	padding: 20px 30px;
 	background-color: white;
  	position: relative;
  	border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
 	.timeline::after {
	left: 20px;
  }
  
/* Full-width containers */
.container {
	width: 100%;
  	padding-left: 70px;
  	padding-right: 25px;
}
  
/* Make sure that all arrows are pointing leftwards */
.container::before {
	left: 60px;
  	border: medium solid white;
 	border-width: 10px 10px 10px 0;
  	border-color: transparent white transparent transparent;
}

/* Make sure all circles are at the same spot */
.left::after, .right::after {
	left: 15px;
}
  
/* Make all right containers behave like the left ones */
.right {
  	left: 0%;
  }
}

