body {
  color: #333333;
  margin-top: 5rem;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-size: 1.025em;
  content: '';
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%; 
  background: linear-gradient(0deg, rgba(255,255,255, 0), rgba(51, 204, 204, 1)) repeat-x;
  background-size: cover;
}

h1, h2, h3, h4, h5, h6 {
  color: #343a40;
}

.bg-mint {
  background: #33cccc;
}

.site-header .navbar-nav .nav-link {
  color: #666699;
}

.site-header .navbar-nav .nav-link:hover, .proj-btn a, .breadcrumb-item a:hover {
  color: #ffffff;
}

.site-header .navbar-nav .nav-link.active {
  font-weight: 500;
}

.page-footer div{
  color: #666699;
}

.content-section {
  background: #f3f3f3;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

/* center on Screens > 500px. Screens < 500px span the whole page */
.form-width {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

/* home page img as a circle with text bordering the shape */
.home img {
  max-height: 30%;
  max-width: 30%;
  border-radius: 60%;
  float: left;
  shape-outside: circle();
  margin: 0px 25px 0px 0px;
}

.home {
  text-align: justify;
  text-justify: auto;
}

a.mr-2, .article-title, .breadcrumb-item a, .certlink{
  color: #666699;
}

a.article-title:hover, .article-metadata a:hover, .proj-btn a:hover, .proj-btn img:hover, a.certlink:hover{
  color: #33cccc;
  text-decoration: none;
}

.article-content {
  white-space: pre-wrap;
}

.article-img {
  height: 65px;
  width: 65px;
  margin-right: 15px;
}

.article-metadata {
  padding-bottom: 1px;
  margin-bottom: 4px;
  border-bottom: 1px solid #e3e3e3
}

.account-img {
  height: 125px;
  width: 125px;
  margin-right: 20px;
  margin-bottom: 16px;
}

.account-heading {
  font-size: 2.5rem;
}



/* Below is CSS from Portfolio file & new additions */

/* dimensions for headshot photo */
.about-img {
  float: right;
  max-width: 25%;
  max-height: 25%;
  margin-left: 15px;
  border-radius: 5px;
}

.proj-flex {
  display: flex;
  justify-content: flex-start;
  max-width: 650px;
  margin: auto;
}

.proj-btn {
  width: 200px;
  border: 1px #343a40 solid;
  border-radius: 10px;
  background-color: #343a40;
  text-align: center;
  padding: 10px;
  margin: 10px 10px;
}

.space-list > li {
  margin-bottom: 10px;
}

.breadcrumb {
  background: rgba(51, 204, 204, 0);
}

.icon-center i{
  display: block;
  margin: auto;
  margin-top: 150px;
}

.certthumb img {
  float: left;
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 150px; /* Set a small width */
  margin-right: 10px;
}

.certthumb img:hover {
  box-shadow: 0 0 2px 1px rgba(51, 204, 204, 1);
}



* {
  box-sizing: border-box;
}

.row > .column {
  padding: 0px 10px 10px 40px;
  margin: auto;
  max-width: 450px;
}

.certinfo {
  float: left;
  width: 150px;
  margin-bottom: 10px;
  margin-right: 10px;
  border: 2px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
}

/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
  margin-top: 70px;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
  overflow-y: auto;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}
/* Hide the slides by default */
.mySlides {
  display: none;
}

.mySlides img {
  display: block; 
  max-width: 960px; 
  margin: auto; 
  background-color: black;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/10) */
.numbertext {
  color: #000000;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* *****************album styling ***************** */
div.gallery {
  border: 1px solid #ccc;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

* {
  box-sizing: border-box;
}

.responsive {
  padding: 0 6px;
  float: left;
  width: 24.99999%;
}

@media only screen and (max-width: 700px) {
  .responsive {
    width: 49.99999%;
    margin: 6px 0;
  }
}

@media only screen and (max-width: 500px) {
  .responsive {
    width: 100%;
  }
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* ********** end of album styling ********* */