html, body{
	font-family: 'Roboto', sans-serif;
}
html{
	padding-top: 60px;
}

h1,h2{
font-family: 'Bree Serif', serif;
text-align: center !important;
}

.nav-link{
	font-family: 'Oswald', serif;
	color:#fff !important;
}

h3{
	font-family: 'Oswald';
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.3333333333333333rem;
	margin-bottom: 1.2375rem;
}

h1{
	/*padding-bottom:50px;*/
}
/* The actual timeline (the vertical ruler) */
.timeline-v {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.section{
	padding-top:50px;
	padding-bottom:50px;
	margin-bottom:50px;
}

div.bg-success{
	border-top:5px solid #08688c;
	border-bottom:5px solid #08688c;
}

.invi p{
	font-size:1.3rem;
	margin-bottom:30px;
}

/* The actual timeline (the vertical ruler) */
.timeline-v::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

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

/* The circles on the timeline */
.timeline-v .timelinecontainer::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -13px;
  background-color: white;
  border: 4px solid #dddddd;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
  box-shadow:0px 2px 0px #198754;
}
/* The circles on the timeline approved */
.timeline-v .approved::after {
  
  background-color: white;
  border: 4px solid #08688c !important;
}
/* The circles on the timeline approved */
.timeline-v .pending::after {
 
  background-color: white;
  border: 4px solid #FF9F55;
}

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

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

/* Add arrows to the left container (pointing right) */
.timeline-v .timeline-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) */
.timeline-v .timeline-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 */
.timeline-v .timeline-right::after {
  left: -12px;
}

/* The actual content */
.timeline-v .timelinecontent {
  padding:10px 20px;
  padding-top:30px;
  background-color: white;
  position: relative;
  border-radius: 6px;
  box-shadow:0px 5px 0px #08688c;
}

.timelinecontent p.date{
	color:#CA0000;;
	margin-bottom: 0.3rem;
}

.timelinecontent hr{
	border-top: 3px dotted #0F4D63;
}


/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline-v::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .timeline-v .timelinecontainer {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .timeline-v .timelinecontainer::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 */
  .timeline-v .timeline-left::after, .timeline-v .timeline-right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .timeline-v .timeline-right {
  left: 0%;
  }
}


.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}