@font-face {
    font-family: 'keepCalm';
    src: url('../fonts/keepCalm/keepcalm-medium-webfont.woff2') format('woff2'), url('../fonts/keepCalm/keepcalm-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

content {
  flex: 1 0 auto;
}

.collapsible-header {
    padding: .1rem 1rem;
}

.card img {
  object-fit: scale-down;
  padding: .5rem 1rem;
  overflow: hidden;
  max-height: 350px;
  max-width: 630px;
}
.fullscreen .indicators {
    visibility: hidden;
}
.floating {
    position: fixed;
    margin-bottom: 0;
    z-index: 998;
}
.llc {
    bottom: 2%;
    left: 2%;
}
.lrc {
    bottom: 2%;
    right: 2%
}
.urc {
    bottom: 2%;
    right: 2%
}
.ulc {
    bottom: 10em;
    left: 2%
}
.status-box {
    margin: 0;
    padding: 7px 35px;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 3px 3px 10px #000000;
}
.status-box .fa-check {
    color: #1de9b6;
    text-shadow: 1px 1px 2px #000000;
}
.status {
    font-family: 'Oswald', sans-serif;
    font-size: 2em;
    color: #ffffff;
    text-shadow: 2px 2px 3px #000000;
}
.name {
    font-family: 'keepCalm', sans-serif;
    font-size: 1.75em;
    color: #ffffff;
    text-shadow: 2px 2px 4px #000000;
    margin-bottom: 0;
    border-bottom: 1px solid #1a237e;
}
.job-title {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-style: italic;
    font-size: 1.5em;
    color: #ffffff;
    text-shadow: 2px 2px 2px #000000;
    margin-top: 0;
}
.parallax-container {
    height: 250px;
}
.caption .title {
    font-family: 'keepCalm', sans-serif;
    font-size: 3.0em;
    text-shadow: 4px 4px 8px #000000;
}
.caption .description {
    font-family: 'Yanone Kaffeesatz', sans-serif;
    font-size: 1.75em;
    text-shadow: 2px 2px 4px #000000;
}

/* Dark Color Theme */
.theme-l5 {
  color:#000 !important;
  background-color:#f2f2f2 !important
}
.theme-l4 {
  color:#000 !important;
  background-color:#d3d3d3 !important
}
.theme-l3 {
  color:#000 !important;
  background-color:#a6a6a6 !important
}
.theme-l2 {
  color:#fff !important;
  background-color:#7a7a7a !important
}
.theme-l1 {
  color:#fff !important;
  background-color:#4e4e4e !important
}
.theme-d1 {
  color:#fff !important;
  background-color:#1e1e1e !important
}
.theme-d2 {
  color:#fff !important;
  background-color:#1b1b1b !important
}
.theme-d3 {
  color:#fff !important;
  background-color:#171717 !important
}
.theme-d4 {
  color:#fff !important;
  background-color:#141414 !important
}
.theme-d5 {
  color:#fff !important;
  background-color:#111111 !important
}

.theme-light {
  color:#000 !important;
  background-color:#f2f2f2 !important
}
.theme-dark {
  color:#fff !important;
  background-color:#111111 !important
}
.theme-action {
  color:#fff !important;
  background-color:#111111 !important
}

.theme {
  color:#fff !important;
  background-color:#212121 !important
}
.text-theme {
  color:#212121 !important;
}
.theme-border {
  border-color:#212121 !important;
}
.hover-theme:hover {
  color:#fff !important;
  background-color:#212121 !important
}

/* FONT AWESOME HOT FIX */

.fa-2x {
    font-size: 2em !important;
}
.fa-3x {
    font-size: 3em !important;
}
.fa-4x {
    font-size: 4em !important;
}
.fa-5x {
    font-size: 5em !important;
}
