main div img.thumbnail1 {
  width: 180px;
  border-radius: 400px;
  height: 180px !important;
  margin-left: auto;
}
.thumbnail {
    width: 220px;
    border-radius: 400px;
    height: 220px;
    margin-left: 0px;
}
.thumbnail2 {
  display: inline-block;
  width: 240px;
  position: relative;
  padding: 0px;
  box-shadow: 0 2px 6px #999;
  margin-left: auto;
}
.img-panel {
    background-color: #F6F6F6;
    margin-top: 5%;
    margin-bottom: 5%;
}
.thumbnail3 {
  width: 260px;
  border-radius: 400px;
  height: 260px;
  margin-left: auto;
}
figcaption {
 font-weight: bold;
 text-align: center;
}
.text-career-title,
.text-career-company {
  font-size: 1.7rem;
  text-align: center;
}
.text-career-title {
  color: #0056b3;
  font-weight: bold;
}
.third_header2 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 1px;
  background-color: #FFB6C1;
}
.third_header2 p {
  color: #212529;
  font-size: 110%;
  font-weight: 700;
  text-align: center;
}
.third_header3 {
  width: 100%;
  padding-top: 20px;
  padding-bottom: 1px;
  background-color: #819FF7;
}
.third_header3 p {
  color: #212529;
  font-size: 110%;
  font-weight: 700;
  text-align: center;
}
.article-text {
  background-color: #F6F6F6;
  margin-top: 5%;
  margin-bottom: 5%;
}
.article-text-lg {
  background-color: #F6F6F6;
  margin-top: 5%;
  padding-bottom: 15%;
}
.text-alert {
  color: #DC3545;
}
.text-teal {
  color: #008080;
}

.text-darkslate {
  color: #2f4f4f;
}
.fs-large {
  font-size: x-large;
}
.third_header {
  width: 100%;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #191970; 
}
.third_header p {
  color: #ffffff;
  font-size: x-large;
  font-weight: 700;
  text-align: center;
}

.text-yellow {
  color: #FFFF00;
}
.column_title {
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 2.3rem;
  font-weight: bold;
  color: #212529;
  text-align: center;
  margin: 0 !important;
}

.row.no-gutters {
  margin-bottom: 0 !important;
}
.left_half {
  background-color: #FFA500;
}

.right_half {
  background-color: #FFB6C1;
}

.all {
  background-color: #819FF7;
}
.left_half a,
.right_half a,
.all a {
  text-decoration: none;
}
.left_half p,
.right_half p,
.all p {
  margin-bottom: 0 !important;
}

.left_half,
.right_half,
.all {
  margin-bottom: 0 !important;
}
.footer {
  background-color: #717070;
  color: #fff;
  padding-top: 2rem;
  font-family: "Source Sans Pro";
  font-weight: lighter;
  letter-spacing: 2px;
  text-transform: uppercase;
}