body, td, th {
  font-family: 'Open Sans', sans-serif;
}
h2 {
  margin-top: 3ex;
}

h4 {
  border-left: 5px solid black;
  padding-left: 10px;
}

button {
  margin-left: auto; /* Push this element to the right */
}

figcaption {
  display: block;
  text-align: center;
  font-size: 12px;
  margin-top: 3px;
}

/* Style for Pageheader */

.nd-pageheader {
  padding: 2rem 15px;
  margin-bottom: 1.5rem;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
}

.nd-pageheader a, .nd-pageheader a.likelink {
  color: #ffffff;
}

.nd-pageheader .container {
  position: relative
}

.nd-pageheader address {
  font-weight: 300;
}

.nd-pageheader p, .nd-pageheader h1 {
  margin-bottom: 0.75rem;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.3;
}

/* Style for Pagefooter */

.nd-pagefooter {
  margin-top: 2rem;
  padding: 1rem;
  color: #ffffff;
  text-align:center;
  background-color: #000000;
}

.nd-pagefooter a {
  color: #ffffff;
}


@media (min-width: 576px) {
  .nd-pageheader {
    padding-top:4rem;
    padding-bottom: 4rem;
    margin-bottom: 3rem;
  }
}

@media (min-width: 768px) {
  .nd-pageheader p, .nd-pageheader h1 {
    font-size: 2.5rem
  }
  .twocol-md {
     column-count: 2;
  }
}


nobr.widenobr {
  white-space: normal;
}

.center_image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
}

/* Style for the buttons */

.buttons {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 16px;
  border-radius: 20px;
  background-color: #333;
  color: #fff;
  text-decoration: none;
  margin: 0 8px;

}
.button i {
  margin-right: 8px;
}
.button {
  background-color: #333;
}

/* The Hero Card Styles */

.card-block{
  padding: 15px;
}
.projcard {
	border-radius: 10px;
  padding: 15px;
	background-color: #fff;
	border: 2px solid #ddd;
	font-size: 18px;
	box-shadow: 0 4px 10px -7px rgba(0, 0, 0, .66);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}



/* Style for the contribution */

.history-tl-container { 
  display: block;
  position: relative;
}

.history-tl-container ul.tl {
  display: block; 
  list-style: none;
  padding-left: 0; 
}

.history-tl-container ul.tl li {
  list-style: none;
  margin: 0; 
  min-height: 50px;
  border-left: 1px dashed #5a5c5d;
  padding: 0 0 20px 30px;
  position: relative;
  text-align: left; 
}

.history-tl-container ul.tl li:last-child {
  border-left: 0;
}

.history-tl-container ul.tl li::before {
  position: absolute;
  left: -10px;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #000000;
  height: 20px;
  width: 20px;
  transition: all 500ms ease-in-out;
}

ul.tl li .item-detail {
  color: rgba(0, 0, 0, 0.5);
  font-size: 15px;
}

/* Style for copy text button */
.copy-text{
	padding: 10px;
	background: black;
	color: #fff;
	font-size: 18px;
	border: none;
	outline: none;
	border-radius: 10px;
	cursor: pointer;
}

.copy-text:active {
	background: black;
}
.copy-text :before {
	content: "Copied";
	position: absolute;
	top: -45px;
	right: 0px;
	background:black;
	padding: 8px 10px;
	border-radius: 20px;
	font-size: 15px;
	display: none;
}
.copy-text:after {
	content: "";
	position: absolute;
	top: -20px;
	right: 25px;
	width: 10px;
	height: 10px;
	background: black;
	transform: rotate(45deg);
	display: none;
}
.copy-text.active :before,
.copy-text.active :after {
	display: block;
}

#copy {
  display: flex;
  align-items: center; 
}


.other {
  margin-top: 50px;
  clear: both;
}
.other:after {
  content: '';
  display: table;
  clear: both;
}
.other img {
  float: left;
  margin: 0 10px 10px 0;
  width: 600px;
}


.pill {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.2); /* Semi-transparent white */
  padding: 10px 50px;
  border-radius: 50px;
  font-family: Arial, sans-serif;
  font-size: 18px;
  color: white; /* Black text */
  text-align: center;
}

