/* SCSS RGB */
/* SCSS colors */
* {
  margin: 0;
  padding: 0;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: verdana, tahoma, sans-serif;
}

.container {
  margin: 0;
  padding: 0 12px 0 12px;
  box-sizing: border-box;
}

.flex-container {
  display: flex !important;
  width: 100%;
  min-height: 250px;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 12px;
  border-bottom: dotted 1px #A52A2A;
}

.flex-container > div {
  flex-basis: 50%;
  padding: 15px;
  min-width: 300px;
  align-items: center;
}

div.three {
  flex-basis: 33%;
  padding: 15px;
  min-width: 300px;
  align-items: center;
}

div.three-left {
  flex-basis: 25% !important;
  padding: 15px;
  min-width: 300px;
}

div.eight-left {
  flex-basis: 75% !important;
  padding: 15px;
  min-width: 300px;
}

#bio {
  flex-basis: 60%;
}

.flex-container img {
  width: 100%;
}

.light-bcg {
  background-color: rgb(239, 241, 237);
}

.dark-bcg {
  background-color: rgb(224, 217, 217);
}

.flex-row img.right {
  padding-left: 15px;
}

a.btn.btn-secondary {
  background-color: rgba(99, 37, 37, 0.8) !important;
}

a.btn.btn-secondary:hover {
  background-color: rgb(224, 217, 217) !important;
  color: rgb(5, 102, 141);
}

a.btn.btn-secondary:hover {
  background-color: rgb(224, 217, 217) !important;
  color: rgb(5, 102, 141);
}/*# sourceMappingURL=content-flexbox.css.map */