body {
  background: #fafafa;
  color: #333333;
  margin-top: 5rem;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

ul {
  margin: 0;
}


.banner-pic {
  width: 100%;
  height: auto;
  border-radius: 5px;
}

/*.bg-steel {
  background-color: #5f788a;
}
*/

/*  Added    */
.bg-steel {
  background-color: #5A737D;
}

.bg-second {
  background-color:  #627D5A;
}

.bg-banner-img{
  background-image: url("/media/sky_wide.jpg");
  background-color: transparent;
}

.textover img{
  width:  100%;
}

.textover {
  position: relative;
}

.textover figcaption{
  position:  absolute;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 2px;
  color: white;
  font-size: 28px;
  font-style: italic;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

.statement-card{
  margin: auto;
  padding: 10px;
  text-align: center;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 0.4);
  background-color: #f0f0f0;
}

.statement-card p{
  text-align: left;
}

.statement-card h2{
  text-align: left;
  font-size: 20px;
}

.statement-card span{
  text-align: left;
  font-size: 22px;
  font-style: bold;
}

.statment-card-img {
  height: 60px;
  width: 60px;
  margin: 20px;
}

.resume-card{
  margin: auto;
  padding: 10px;
  text-align: center;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 0.4);
  background-color: #f0f0f0;
}


.resume-card h1{
  text-align: center;
  font-size: 3.5rem;
  font-style: bold;
}

.resume-card h2{
  text-align: left;
  font-size: 2rem;
  font-style: bold;
  color: #8A2609;
}

.resume-card h3{
  text-align: left;
  font-size: 1.3rem;
  padding-left: 2rem;
}

.resume-card h4{
  text-align: left;
  font-size: 1.3rem;
  color: #498F40;
  padding-left: 2rem;
}

.resume-card h5{
  text-align: left;
  font-size: 2rem;
  font-style: italic;
}

.resume-card p{
  text-align: left;
}

.resume-card span{
  text-align: left;
  font-size: 22px;
  font-style: bold;
}

.resume-card ul{
  padding-left: 100px;
  padding-right: 0px;
  text-align: left;
}

.resume-card ul li{
  padding-left: 0px;
}


.quote{
  max-width: 600px;
  margin: auto;
}


.project-detail-left{
  padding-bottom: 20px;
}

.project-img{
  margin: auto;
  padding: 10px;
  box-shadow: 2px 2px 5px rgb(0 0 0 / 0.4);
  
}

.site-footer{
  padding: 30px;
}



/*  End Added   */

.site-header .navbar-nav .nav-link {
  color: #cbd5db;
}

.site-header .navbar-nav .nav-link:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.content-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.article-title {
  color: #444444;
}

a.article-title:hover {
  color: #428bca;
  text-decoration: none;
}

.article-content {
  white-space: pre-line;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 16px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.article-metadata a:hover {
  color: #333;
  text-decoration: none;
}

.article-svg {
  width: 25px;
  height: 25px;
  vertical-align: middle;
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}

