@charset "utf-8";

/* CSS Document

Color Palette

- accent #005cbf
- green accent #008234
- green on hover accent #008033

#304B75
#AFCAF7
#659CF5
#536075
#4F7BC2
*/

@keyframes slidein {
  0% {
    transform: translateX(-200%);
  }
  80% {
    transform: translateX(5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slidein3 {
	0% {
	  transform: translateX(-500%) translateY(-200%);

	}
	80% {
	  transform: translateX(5%) translateY(5%);

	}
	100% {
	  transform: translateX(0) translateY(0);

	}
  }
@keyframes slidein3b {
	0% {
	  transform: translateX(500%) translateY(-200%);

	}
	80% {
	  transform: translateX(-5%) translateY(5%);

	}
	100% {
	  transform: translateX(0) translateY(0);

	}
  }
@keyframes slidein2 {
  0% {
    transform: translateX(200%);
  }
  80% {
    transform: translateX(-5%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slideout {
  0% {
    transform: translateX(0%);
	}
  100% {
    transform: translateX(-200%);
	}
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color:whitesmoke;
	overflow-x: hidden;


}
/* Global Style */
li, h1, h2, h3, h4, h5, h6, p, a, th, label, option, dt {
	font-family: "Roboto";
}
p {
	font-size: 24px;
}
h2 {
	font-size:1.5em;
}
a {
	text-decoration: none;
	color: inherit;
}
select {
	border-radius: 3px;
	border: transparent 0 none;
}
br {
	/* NULL */
}
img {
	shape-rendering: geometricPrecision !important;
	pointer-events: none;
}
.slide {
	animation: 0.7s ease-out 0s 1 slidein;
}
.slide2 {
	animation: 0.85s ease-out 0s 1 slidein2;
}
.slide3 {
	/* animation: 0.85s ease-out 0s 1 slidein3; */

}
tr:nth-child(even) td:nth-child(even) {
	animation: 1s ease-out 0s 1 slidein3;
}
tr:nth-child(even) td:nth-child(odd) {
	animation: 1s ease-out 0s 1 slidein3b;}
tr:nth-child(odd) td:nth-child(odd) {
	animation: 1s ease-out 0s 1 slidein3;
}
tr:nth-child(odd) td:nth-child(even) {
	animation: 1s ease-out 0s 1 slidein3b;}

.slideout1 {
	animation: 3s ease-out 0s 1 slideoud;
}
.dictionary {
	width: auto;
	height: auto;
	padding: 5px;
	box-shadow: 0 1.6px 3.6px 0 grey, 0 0.3px 0.9px 0 white;
	transition: 0.3s;
	text-align: center;
	vertical-align: middle;
	border-left: solid 6px lightgrey;
	box-sizing: border-box;
	border-radius: 3px;
	cursor: pointer;
	margin-block-start: 2px;
    margin-block-end: 2px;
	background-color:whitesmoke;
	font-size: 1vw;
}
.dictionary:hover {
	transition: 0.3s;
	border-left: solid 6px grey;
	background-color: #DDDDDD;
}
.dictionary img {
	overflow: hidden;
	text-align: center;
	width: auto;
	max-width:80%;
	padding: 0;
	margin: 5px;
	border-radius: 5px;
	position:static;
}
.tint {
	position: fixed;
	background-color: black;
	opacity: 0.4;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	display: none;
}
.invis {
	background-color: transparent;
	border: 0px transparent none;
}
.popup {
	position: fixed;
	width: 50%;
	height: auto;
	background-color: whitesmoke;
	text-align: center;
	vertical-align: middle;
	top: 50%;
	left: 50%;
	padding: 15px;
	margin-top: -15%;
	margin-left: -25%;
	border-radius: 15px;
	display: none;

}
.exit {
	text-align: right;
	padding: 10px;
	float: right;
	background-color: transparent;
	border: none;
	color: white;
	transition: 0.3s;
	cursor: pointer;

}

dt {
	font-size: 16px;
}
td {
	padding: 10px;
	width:20%;
}
tr, table {
	text-align: center;
 	align-content: space-evenly;
}
table {
 	align-content: space-evenly;
	table-layout: fixed;
	margin-left: auto;
	margin-right: auto;
}
.mini {
	font-size: 20px;
}
.center {
	text-align: center;
	align-content: center;
	align-items: center;
	align-self: center;
}
.RCB {
	background-color: lightgray;
	padding: 50px;
	width: 50%;
	float: right;
	border-radius: 30px;
	margin: 25px;
	border: 3px solid orange

}
.LCB {
	background-color: lightgray;
	padding: 50px;
	width: 50%;
	float: left;
	border-radius: 30px;
	margin: 25px;
	border: 3px solid orange
}
.mb {
	margin: 30px 5px;
	text-align:center;
}
/* Navbar Divs */
.navbar {
	width: 100%;
	height: 10%;

}
.navbar ul {
	list-style-type: none;
	margin: 0;
	padding: 0 30px,;
	background-color: #659CF5;
	overflow: hidden;

}
.navbar li {
	display: inline;
	padding: 30px 20px;
	vertical-align: middle;
	float: left;
	background-color: #659CF5;
	transition: 0.2s;
	color: white;
	font-weight: bold;
	height: 1vw;
}

.navbar a li:hover {
	background-color: #4F7BC2;
	transition: 0.3s;

}
.distantunderline {
	transition: 0.3s;

}
.navbar a li:hover .distantunderline {
	padding-bottom: 8px;
	border-bottom: 2px solid white;
	transition: 0.3s;
}
.MAINdistantunderline {
	padding-bottom: 8px;
	border-bottom: 2px solid white;
	transition: 0.3s;
}
.navbar .main {	
	text-decoration: underline;
	color: white;
	width:110px;
	margin: 0px;

}

.navbar .float-r {
	float: right;
	margin-right: 50px;

}

.navbar img {
	display: block;
	width:60px;
	vertical-align: middle;
}
/* Content Divs */
.content {
	padding: 20px 250px;
	background-color:whitesmoke;
}
.content2 {
	padding: 20px 100px;
	background-image:url("background.svg");
}
.content3 {
	background-color: whitesmoke;
	align-content: center;
	padding: 0 25%;
}
/* Opening Divs */
.opening {
	background-color: #304B75;
	padding: 10px 250px;
	margin: 0;
	color: white;
}
.opening h1 {
	font-size: 36px
}
.opening .btn {
	margin: 10px;
	padding: 20px;
	background-color:forestgreen;
	border-radius: 6px;
	color: white;
	transition: 0.2s;
	width: auto;

}
.opening .btn:hover {
	background-color:green;
	transition: 0.2s;
		
}
.opening .btn2 {
	margin: 10px;
	padding: 20px;
	background-color:#00d5ff;
	border-radius: 6px;
	color: white;
	transition: 0.2s;
	width: auto;


}
.opening .btn2:hover {
	background-color:#0093b0;
	transition: 0.2s;
		
}

/* Even More DIVS */
.question {
	border: 3px solid black;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
	padding: 40px
}

.seporator1 {
	background-color: #ffffd4;
	padding: 200px 350px
}
/* Final Banner Divs */
.final-banner {
	background-color: #659CF5;
	padding: 10px 350px;
	margin: 0;
	color: white;
	text-align: center;
}
.final-banner .btn {
	margin: 10px;
	padding: 20px;
	background-color:white;
	border-radius: 6px;
	color: #659CF5;
	transition: 0.2s;
	font-weight: bold;

}
.final-banner .btn:hover {
	background-color:lightgrey;
	transition: 0.2s;
		
}
/* Footer Divs */
.footer {
	background-color: #304B75;
	padding: 10px 350px;
	margin: 0;
	color: white;
	text-align: center;
}



/* Container around content */
.container {
  padding: 10px 40px;
  background-color: inherit;
  width: 75%;
}
.right {
	align-self: right;
}

/*------------------------- Code for timeline -------------------------*/
.timeline {
	margin: 20px auto;
	padding: 20px;
	align-self: center;
}

/* Card container */
.card {
	position: relative;
	width: auto;
}
.ontimeline {
	width:70%;
	align-self: center;
	padding:15px;
	border-radius: 24px;
}
/* setting padding based on even or odd */
.card:nth-child(odd) {
  padding: 30px 0 30px 30px;
}
.card:nth-child(even) {
  padding: 30px 30px 30px 0;
}
/* Global ::before */
.card::before {
  content: "";
  position: absolute;
  width: 50%;
  border: 4px solid #304B75;
}

/* Setting the border of top, bottom, left */
.card:nth-child(odd)::before {
  left: 0px;
  top: -4.5px;
  bottom: -4.5px;
  border-width: 5px 0 5px 5px;
  border-radius: 50px 0 0 50px;
}

/* Setting the border of top, bottom, right */
.card:nth-child(even)::before {
  right: 0;
  top: 0;
  bottom: 0;
  border-width: 5px 5px 5px 0;
  border-radius: 0 50px 50px 0;
}

/* Removing the border if it is the first card */
.card:first-child::before {
  border-top: 0;
  border-top-left-radius: 0;
}

/* Removing the border if it is the last card  and it's odd */
.card:last-child:nth-child(odd)::before {
  border-bottom: 0;
  border-bottom-left-radius: 0;
}

/* Removing the border if it is the last card  and it's even */
.card:last-child:nth-child(even)::before {
  border-bottom: 0;
  border-bottom-right-radius: 0;
}

/* Information about the timeline */
.info {
  display: flex;
  flex-direction: column;
  background: lightgrey;
  color: #659CF5;
  border-radius: 10px;
  padding: 10px;
}

/* Timeline dot  */
.title::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: whitesmoke;
  border-radius: 100%;
  border: 4px solid #304B75;
}

/* setting dot to the left if the card is odd */
.card:nth-child(odd) > .info > .title::before {
  left: -7.35px;
}
/* setting dot to the right if the card is odd */
.card:nth-child(even) > .info > .title::before {
  right: -7.35px;
}
