body{
  
   background-color:#0B243B;
  height:100%;
  width:100%;
}
 img
  {
    width:100%;
    max-width:200%;
  }

.thin-red-border{
  
  border-color: red;
    border-width: 5px;
    border-style: solid;
  
  
  
}

.smaller-image{
  
  width:150px;
  align:center;
  margin-left:40%;
  
  
}
.img-circle{
  radius:50%;
  
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;

}

.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 3px;
  background-color: #FAFAFA;
  left: 50%;
  margin-left: -1.5px;
}

.timeline > li {
  margin-bottom: 20px;
  position: relative;
}

.timeline > li:before,
.timeline > li:after {
  content: " ";
  display: table;
}

.timeline > li:after {
  clear: both;
}

.timeline > li > .timeline-panel {
  width: 46%;
  float: left;
  border: 3px solid black;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  box-shadow: 5px 5px 5px black;
  text-align: justify;
}

.timeline > li > .timeline-panel:hover {
  width: 46%;
  float: left;
  border: 3px solid black ;
  box-shadow: 10px 10px 10px black;
  border-radius: 2px;
  padding: 20px;
  position: relative;
  text-align: justify;

}

.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #2E2E2E;
  border-right: 0 solid #2E2E2E;
  border-bottom: 15px solid transparent;
  content: " ";
}

.timeline > li > .timeline-panel:after{
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-left: 14px solid #2E2E2E;
  content: " ";
}

.timeline > li > .timeline-badge {
  color: #FAFAFA;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  left: 50%;
  margin-left: -25px;
  background-color: #424242;
  z-index: 100;
  border-top-right-radius: 50%;
  border-top-left-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
}

.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
}

.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

h4,p{
  
  font-family:Times New Roman;
  color:#FAFAFA;
  
}

.thumbnail{
  
 background-size:thumbnail; 
  padding-top:5%;
  padding-left:25%;
  
}
.portfolio-center{
  
  padding-left:100%;
  
}

.tm_heading{
  
  text-align:center;
  color:#FFFFFF;
  font-family:times new roman;
  
}

@media only screen and (max-width: 600px){
  img
  {
    max-width:100%;
  }

.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 3px solid black;
  border-radius: 2px;
  text-align: justify;
  position: relative;
  box-shadow: 5px 5px 5px black;
}

.timeline > li > .timeline-panel:hover {
  width: 50%;
  border: 3px solid black ;
  box-shadow: 10px 10px 10px black;
  border-radius: 2px;
    position: relative;
text-align: justify;
}

} 

  @media(min-width: 441px) and (max-width: 768px){
     img
  {
    max-width:100%;
  }

.timeline > li > .timeline-panel {
  width: 50%;
  float: left;
  border: 3px solid black;
  border-radius: 2px;
  text-align: justify;

  position: relative;
box-shadow: 5px 5px 5px black;
}
.timeline > li > .timeline-panel:hover {
  width: 50%;
  border: 3px solid black;
  box-shadow: 10px 10px 10px black;
  border-radius: 2px;
    position: relative;
text-align: justify;

}

  }