nav a {
  font-family: "Droid Sans", sans-serif;
  position: relative;
  color: #40433B; }
  nav a:hover {
    color: #BABFC2; }
  nav a.active {
    color: #BABFC2; }
  nav a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #BABFC2;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s; }
  nav a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1); }

* {
  margin: 0; }

body,
html {
  height: 100%; }

#body-container {
  min-height: 100%;
  margin-bottom: -10px; }

#footer {
  font-family: "Lato", sans-serif;
  color: #7F8680;
  font-size: 10px;
  font-style: italic;
  padding-top: 10px; }

#logo-img {
  height: 30px;
  margin-top: 5px;
  padding-left: 16px; }

.footer {
  bottom: 0; }

#nav-container {
  margin-top: 10px;
  margin-bottom: 10px; }

.card-deck {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .card-deck .portfolio-card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 15px; }
  .card-deck .card-date-outer {
    padding-top: 10px; }
  .card-deck .card-date {
    position: absolute;
    bottom: 15px; }

.portfolio-card {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.test {
  /* -webkit-box-flex: 0; */
  -webkit-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%; }

#padding-img-bottom {
  padding-bottom: 20px; }

.card {
  display: flex; }
  .card .card-img-top {
    width: 100%;
    cursor: pointer; }
  .card .card-block .card-title {
    font-family: "Droid Sans", sans-serif;
    color: #2A2B26; }
  .card .card-block .card-text {
    font-family: "Lato", sans-serif;
    color: #7F8680; }
    .card .card-block .card-text .text-muted {
      font-family: "Lato", sans-serif;
      font-size: 10px;
      color: #7F8680 !important; }

.about-page {
  font-family: "Lato", sans-serif;
  color: #40433B; }
  .about-page p {
    font-family: "Lato", sans-serif;
    font-size: 14px; }

.project-page {
  font-family: "Lato", sans-serif;
  color: #40433B; }
  .project-page .border-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.125); }
  .project-page .project-header {
    font-family: "Droid Sans", sans-serif; }
  .project-page .project-img-header {
    font-family: "Droid Sans", sans-serif;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 10px; }
  .project-page .project-header-padding {
    padding-top: 10px; }
  .project-page .project-bar {
    margin-top: 10px;
    font-size: 13px; }
    .project-page .project-bar h5 {
      font-size: 18px; }
  .project-page .project-description {
    font-family: "Lato", sans-serif;
    margin-top: 10px;
    font-size: 13px; }
    .project-page .project-description h5 {
      font-size: 18px; }

.backbtn {
  float: right;
  right: 9px;
  bottom: 20px;
  width: 20px;
  height: 10px;
  position: absolute;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer; }
  .backbtn span {
    display: block;
    position: absolute;
    height: 2px;
    width: 65%;
    background: #40433B;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out; }

.backbtn span:nth-child(1) {
  top: 0;
  transform: rotate(-45deg); }

.backbtn span:nth-child(2) {
  bottom: 0;
  transform: rotate(45deg); }

.backbtn span:nth-child(3) {
  left: -42%;
  width: 65%;
  transform: rotate(45deg); }

.backbtn span:nth-child(4) {
  left: -42%;
  width: 65%;
  bottom: 0;
  transform: rotate(-45deg); }

.backbtn:hover span:nth-child(3) {
  left: -43%;
  transform: rotate(-45deg); }

.backbtn:hover span:nth-child(4) {
  left: -43%;
  transform: rotate(45deg); }

.et-wrapper {
  width: 100%; }

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