/* Work History Section
--------------------------------*/
#work-history {
  /*background: #f7f7f7;
  background-color: rgba(96, 95, 94, 0.2);
  background-color: rgba(0, 79, 81, 0.3);*/
  background-size: cover;
  padding: 80px 0 60px 0;
}

#work-history .box {
  padding: 50px 20px;
  margin-bottom: 50px;
  text-align: center;
  /*border: 1px solid #e6e6e6;
  border: 1px solid #916173;
  border: 1px solid #c41a47;
  border: 1px solid #A42153;*/
  border: 1px solid #005965;
  height: 200px;
  position: relative;
  /*background: #fafafa;*/
}

#work-history .icon {
  position: absolute;
  /*top: -28px;*/
  top: 8px;
  left: calc(50% - 20px);
  transition: 0.2s;
  border-radius: 50%;
  border: 6px solid #fff;
  border: 2px solid #005965;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  width: 40px;
  height: 40px;
  /*background: #2dc997;
  background: #b28c9b;
  background: #916173;
  background: #c41a47;*/
  background: #A42153S;
}

#work-history .icon a {
  display: inline-block;
}

#work-history .icon i {
  /*color: #fff;
  font-size: 20px;*/
  color: #005965;
  font-size: 16px;
}

#work-history .box:hover .icon {
  background: #fff;
  /*border: 2px solid #2dc997;*/
  border: 2px solid #b28c9b;
}

#work-history .box:hover .icon i {
  /*color: #2dc997;*/
  color: #b28c9b;
}

#work-history .box:hover .icon a {
  /*color: #2dc997;*/
  color: #b28c9b;
}

#work-history .title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 15px;
  text-transform: uppercase;
  /*color: #005965;*/
  color: #16594A;
}

#work-history .title a {
  /*color: #111;*/
  color: #FFFFFF;
}

#work-history .description {
  font-size: 14px;
  line-height: 24px;
  color: #4D949E;
}



.article-header .article-title {
	font-family: 'Tangerine', cursive;
    font-size: 62px;
    /* color: #111; 
    color: #3f2c1f; 
	color: #005965; */
	color: #16594A;
    /*text-transform: uppercase;*/
    text-align: center;
    font-weight: 700;
    margin-bottom: 5px;
}

.article-header .article-description {
	font-family: 'Crimson Pro', serif;
	font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 40px;
    /* color: #999; 
    color: #8f786a;
	color: #4D949E;*/
	color: #12908E;
}

h4.article-description {
	font-family: 'Crimson Pro', serif;
	font-size: 30px;
    font-weight: 100;
    text-align: center;
    padding-bottom: 20px;
    /* color: #999; 
    color: #8f786a;
	color: #4D949E;*/
	color: #12908E;
	text-decoration: underline;
}

.article-btn {
    display: inline-block;
    font-weight: 400;
    /*color: #212529;*/
	color: #FFFFF;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .135rem .55rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}