*{
  box-sizing: border-box;
  font-family: Tahoma, Times, sans-serif;  
}
body{
  background-image: url('background_large-min.png'); 
  background-size: cover; 
	background-position: center; 
  background-repeat: no-repeat; 
	background-attachment: fixed;
	margin: 0px 0px 0px 0px;	  
}
.title {
	width: 100%;
	display: flex;
  align-items: center;
  justify-content: center;
	font-size: calc(50px + 0.390625vw);
	height: 100vh;
	color: white;
	margin: 0;  
 }
.heading {
	text-align: center;
	width: 100%;
	padding: 20px 0;
	font-size: calc(36px + 0.390625vw);
	margin: 0;
 }
 .flex {
   display: flex; 
   align-items: center;
 }
 .spacer {	
	height: 20px;
	margin: 0;
 }
 .section {
	 width: 100%;
	 margin: 0;
 }
.text {
  text-align: center;
	width: 100%;
	padding: 0px 80px 40px 80px;
	font-size: calc(24px + 0.390625vw);
	margin: 0;
 }
 h2 {
  font-size: calc(24px + 0.390625vw);
  margin-top: 5px;
 }
li {
  font-size: calc(20px + 0.390625vw);
  font-weight: light;
}
hr {
  width: 300px; 
  text-align: center;
}
.animate {
  opacity: 0;
  transform: scale(.8);
  transition: opacity .5s ease, transform .5s ease;
}
.animate-transition {
  opacity: 1;
  transform: none;
}
.scale-up {
  transform: scale(1.2);
  transition: transform .5s ease;
}
.scale-down {
  transform: scale(1);
  transition: transform .5s ease;
}
 /* The actual timeline (the vertical ruler) */
.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}
/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 10%;
  margin-left: -3px;
}
/* Container around content */
.container {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 80%;
}
/* The circles on the timeline */
.container::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: white;
  border: 4px solid #FF9F55;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
/* Place the container to the left */
.left {
  left: 0;
}
/* Place the container to the right */
.right {
  left: 10%;
}
/* 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 */
.content {
  padding: 20px 30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
}
.logobox {
  height: 50px;
  width: 50px;
}
.logo {
  height: auto; 
  max-width: 50px;
}
.contactbox {
  height: 100px;
  width: 100px;
}
.contact {
  height: auto;
  max-width: 100px;
}
.year {
  width: 90%;
}
@media screen and (max-width: 700px) { 
.timeline::after {
  left: -12px;
}
.container {
  width: 100%;
  padding: 10px 0px 10px 20px;
}
.container::after {
  opacity: 0;
}
.content {
  padding: 10px 10px;
}
.right {
  left: -12px;
}
.right::before {
  border-width: 0px;
}
.text {
  padding: 0 20px 20px 20px;
}
body {
  background-image: url('background_medium.png'); 
}
#exp {
    background-color: #474e5d;
}
}
@media screen and (max-width: 400px) {
body {
  background-image: url('background_phone-min.png'); 
  background-attachment: scroll;
  background-size: contain; 
  background-position: top; 
	background-repeat: no-repeat;     
}
.title {
  height: 700px;
}
#exp {
  background-color: #474e5d;
  }
}