:root {
  --clr-dark: #1e3c72;
  --clr-off-white: rgba(0,0,0,.03);
  --main-gradient: linear-gradient(60deg, #1e3c72 0%, #1e3c72 1%, #2a5298 100%);
  --highlight-gradient: linear-gradient(120deg, #f6d365 0%, #fda085 100%);
  --clr-highlight: #CC2936; }

body * {
  font-family: 'Libre Franklin', sans-serif; }

.main-content {
  min-height: 100vh; }

.navbar-brand {
  font-variant: small-caps; }

.project code.block {
  display: block;
  margin: 10px;
  padding: 10px;
  font-size: 80%;
  color: #333;
  background-color: #efefef;
  border-radius: 5px;
  border: 1px solid #ddd; }

#container {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 50px;
  width: 100px; }

#overlay-menu {
  width: 100px;
  height: 50px; }

.menuButton {
  background-color: #7a7a7a;
  text-indent: 0;
  border: 1px solid #000;
  color: #fff;
  font-size: 15px;
  font-weight: bold; }

.menuButton:hover {
  background-color: #474747; }

.menuButton:active {
  position: relative;
  top: 1px; }

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4); }
  .overlay nav {
    text-align: center;
    position: relative;
    top: 20%;
    height: 60%;
    font-size: 80px; }
  .overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative; }
    .overlay ul li {
      display: inline-block;
      height: 20%; }

.overlay ul li a {
  font-weight: 300;
  text-decoration: none;
  display: block;
  color: #1d1f20;
  margin-right: 40px;
  list-style: none; }

.overlay-close {
  width: 150px;
  height: 50px;
  position: absolute;
  right: 10px;
  top: 10px;
  border: 1px solid #000;
  font-size: 14px; }

.overlay-data {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  visibility: 0s 0.5s;
  transition: opacity 0.5s, visibility 0s 0.5s; }

.overlay-open {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; }

.featureImage {
  background-size: cover;
  background-position: center center;
  border-radius: 5px;
  padding-top: 40%; }

.project .img {
  width: 100%;
  padding-top: 56.25%;
  background-size: cover;
  background-position: center center; }

div.left-menu-small {
  display: none; }

@media (max-width: 768px) {
  div.left-menu {
    display: none; }

  div.left-menu-small {
    display: block; } }
.projects {
  display: flex;
  align-items: stretch; }

.projects .project {
  align-self: center; }

.red-grad {
  background-image: linear-gradient(to right, #f83600 0%, #f9d423 100%);
  background-image: linear-gradient(to top, #09203f 0%, #537895 100%);
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
  background-image: var(--main-gradient); }

a .red-grad {
  color: #fff; }

a:hover .red-grad {
  color: #eee;
  text-decoration: underline; }

.footer .fa {
  background: -webkit-linear-gradient(#1e3c72, #2a5298);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

.shadow-sm {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 0 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.btn.shadow:hover {
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.075) !important; }

a {
  color: #2a5298; }

nav .navbar-brand {
  font-weight: bold;
  background-image: var(--highlight-gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; }

h4 {
  font-variant: small-caps; }

.admin-menu {
  padding: 0 0;
  font-size: .9em;
  background-color: rgba(0, 0, 0, 0.85); }

a .card.blog-entry .card-text {
  color: #000;
  text-decoration: none; }

.blog figure {
  display: table;
  text-align: center; }
  .blog figure img {
    margin: auto; }
  .blog figure:after {
    display: block;
    clear: both;
    content: ""; }

.blog figure figcaption {
  display: table-caption;
  caption-side: bottom;
  padding: 0px 15px; }

.blog figure.float-right {
  margin: 0px 0px 10px 20px; }

.blog figure.float-left {
  margin: 0px 20px 10px 0px; }

.image-edit-container {
  position: relative; }

.image-edit-remove {
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: .5rem; }

.image-edit-remove a {
  color: #fff;
  font-size: .9em; }

.search-bar {
  --size: 40px;
  display: flex;
  border-radius: 50px;
  height: var(--size);
  border: 1px solid #fff;
  background-color: #fff;
  padding: 4px;
  position: relative;
  width: var(--size);
  height: var(--size);
  transition: width 300ms ease-in-out;
  max-width: 300px;
  overflow: hidden;
  margin: 0px; }
  .search-bar:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.35); }
    .search-bar:hover .search-bar__submit {
      background-color: var(--clr-dark);
      border: 2px solid white;
      color: white; }
  .search-bar__input {
    flex-grow: 1;
    padding: 0 0.5em;
    background-color: transparent;
    border: 0px;
    position: absolute;
    top: 0;
    left: 0px;
    line-height: var(--size);
    opacity: 0;
    cursor: pointer;
    outline: none; }
    .search-bar__input:focus {
      border: 0; }
  .search-bar__submit {
    cursor: pointer;
    border: 0;
    background: transparent;
    border-radius: 50%;
    width: calc(var(--size) - 10px);
    height: calc(var(--size) - 10px);
    margin-left: auto;
    color: var(--clr-dark);
    transition: background 150ms ease-in-out;
    text-align: center;
    align-items: center; }
  .search-bar:focus-within {
    width: 100%; }
    .search-bar:focus-within .search-bar__input {
      opacity: 1;
      cursor: initial;
      box-shadow: none; }
      .search-bar:focus-within .search-bar__input:focus {
        outline: none;
        border: 0px;
        outline-style: none; }
    .search-bar:focus-within .search-bar__submit {
      color: #fff;
      background-color: #1e3c72;
      z-index: 1; }
      .search-bar:focus-within .search-bar__submit:hover, .search-bar:focus-within .search-bar__submit:focus {
        outline: none;
        outline-style: none;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.45); }

a:hover {
  text-decoration: none; }
  a:hover .card.project .card-body {
    text-decoration: none; }
a .card.project,
a .blog-entry {
  border: .5em solid white;
  overflow: hidden;
  border-radius: .5em;
  transition: transform ease-in-out 100ms; }
  a .card.project .card-body,
  a .blog-entry .card-body {
    text-align: left;
    color: #333;
    background-color: var(--clr-off-white); }
    a .card.project .card-body .date,
    a .blog-entry .card-body .date {
      font-size: .8em;
      color: #666;
      margin-top: .5em; }
    a .card.project .card-body .tags,
    a .blog-entry .card-body .tags {
      font-size: small;
      margin-top: 2em; }
  a .card.project:hover,
  a .blog-entry:hover {
    transform: scale(1.01);
    z-index: 1; }
    a .card.project:hover .card-body,
    a .blog-entry:hover .card-body {
      color: var(--clr-dark);
      text-decoration: none; }
      a .card.project:hover .card-body .date,
      a .blog-entry:hover .card-body .date {
        color: var(--clr-dark); }

.card.blog .date {
  font-size: .8em;
  color: #666;
  margin: .5em 0; }

a.readmore {
  font-size: small; }

.breadcrumb {
  font-size: .8em;
  border: 1px solid var(--clr-dark);
  padding: .5em;
  background-color: transparent;
  border: 0;
  margin-top: 2em; }

.page-item.active .page-link {
  background-color: transparent;
  background-image: var(--main-gradient); }
.page-item .page-link {
  color: var(--clr-dark); }

body.project .tags .tag,
body.blog .tags .tag {
  display: inline-block;
  padding: .5em;
  border-radius: .5em;
  background-color: #efefef;
  border: 0px solid var(--clr-dark); }

footer {
  background-image: var(--main-gradient);
  padding-top: 1rem;
  padding-bottom: 3rem;
  font-size: 1rem; }
  footer a {
    color: #fff; }
    footer a:hover {
      color: #efefef; }
  footer .social-links {
    margin-left: auto;
    font-size: 1.5rem; }

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
  margin: auto;
  margin-bottom: 2em; }
  .video-responsive iframe {
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute; }

/*# sourceMappingURL=styles.css.map */
