body{
  background-color: #202020;
}

/*Header*/
.flex-container-header {
  display: flex;
  flex-direction: column;
  background-color: #452253;
}

.flex-container-header > div {
  display: inline-block;
  width: 100%;
}

.flex-container-header > div > h1 {
  padding: 20px 0px 0px 20px;
  color: white;
}

.flex-container-header > div > h2 {
  color: white;
}

/* Breadcumbs */
/* Style the list */
ul.breadcrumb {
  display: flex;
  padding: 10px 20px 10px 20px;
  list-style: none;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline-block;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: white;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #896bad;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: white;
  text-decoration: underline;
}
/* End Breadcumbs */

.flex-container {
  display: flex;
  background-color: #896bad;
}

.flex-container > div > h1 {
  display: inline-block;
}

/* Navigation */
.flex-container-nav {
  display: flex;
  position: relative;
  flex-direction: column;
  padding: 15px 15px 0px 15px;
  background-color: #896bad;
  justify-content: flex-start;
}

.flex-container-main {
  display: flex;
  background-color: #896bad;
  flex-direction: row;
}

.flex-container-content {
  display: flex;
  flex-direction: column;
  background-color: #cccccc;
  width: 100%;
  padding: 10px;
  line-height: 1.5;
}


.flex-container-footer {
  display: flex;
  background-color: #452253;
  padding: 10px;
}

.flex-container-footer > div {
  display: inline-block;
/*  margin: 10px; */
  padding: 3px;
  width: 100%;
}

.flex-container-footer > div > p {
  display: flex;
  font-size: .7rem;
  color: white;
}

.flex-container-footer > div > p > a {
  color: white;
}

.button {
  background-color: #452253;
  border: none;
  border-radius: .5rem;
  color: white;
  padding: 15px 15px;
  margin: .5rem;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  width: 8rem;
}

.button-nav {
  background-color: #452253;
  border: none;
  color: white;
  padding: 20px 10px;
  margin: 0px 0px 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1rem;
  width: 8rem;
}

.button-nav:hover {
  background-color: #202020;
}

.button-nav:active {
  background-color: black;
}

table {
  display: flex;
  border-collapse: separate;
  border-spacing: 0px 20px;
  border-color: gray;
  text-align: left;
}

table td {
  vertical-align: top;
  padding-right: 20px;
}

.catpic {
  width: 100%;
  max-width: 600px;
  min-width: 100px;
  height: auto;
}

.avatar2 {
  width: 100px;
  height: auto;
  float: left;
  margin-top: -75px;
  padding-left: 20px;
}
.largeImage {
  width: 800px;
  max-width: 100%;
  min-width: 100px;
  height: auto;
}

.decor {
  list-style: circle;
  margin-left: 20px;
}

.flex-container-content a[href$=".jpg"]::after {
  content: url(http: //ccsf.scottmotion.com/cnit132a/images/pdf.png);
}
