body {
  font-family: 'Lato', sans-serif;
  padding-top: 54px;
  color: #868e96; }

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 26rem; } }
.container-fluid #wide {
  width: 100%;
  border: none;
  background-color: #fff;
  padding-top: 20px; }

.container.page {
  max-width: 800px; }

#lightboxes a {
  padding-left: 0px;
  padding-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px; }
#lightboxes img:hover {
  opacity: 0.7;
  background: #FFFFFF; }
#lightboxes a .full {
  min-width: 100%;
  min-height: 100%; }

#wide .thumbnail {
    display: block;
    border: 0px;
}
.thumbnail {
    padding: 0px;
    margin: 0px;
    display: block;
    border: none;
    width: auto;
}
.thumbnail {
    border-radius: 0px;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  color: #3d5473; 
}

h1,h2,h3 {
    margin-top: 20px !important;
    margin-bottom: 10px !important;
}

.h3, h3 {
    font-size: 24px;
}

h1.fancy {
  font-family: 'Sue Ellen Francisco', cursive; }

h1 {
  font-size: 2rem;
  line-height: 3.5rem; }

h2 {
  font-size: 3.5rem; }


.subheading {
  text-transform: uppercase;
  font-weight: 500;
  font-family: 'Lato', sans-serif;
  font-size: 15px; }
  .subheading span {
    color: #ff9675;
    font-weight: 800; }

.list-social-icons a {
  color: #495057; }
  .list-social-icons a:hover {
    color: #b4d6dd; }
  .list-social-icons a .fa-lg {
    font-size: 1.75rem; }

.list-icons {
  font-size: 3rem; }
  .list-icons .list-inline-item i:hover {
    color: #b4d6dd; }

.logo {
  color: #adb5bd; }

.bg-trans {
  background-color: #fff;
  opacity: 0.90;
  border-bottom: 1px solid #E6EBEF; }

#main-projects {
  padding-top: 100px;
  padding-bottom: 20px;
  background-color: #fff;
  margin-top: 0px;
  margin-bottom: 20px;
  margin: 0px; }
  #main-projects h1 {
    color: #3d5473;
    font-size: 2.6rem;
    line-height: 2.9rem;
    font-weight: 700;
    text-align: center; }
  #main-projects h4 {
    color: #717b86;
    opacity: 0.5;
    font-size: 1.3rem;
    line-height: 1;
    font-weight: 400;
    text-align: center; }
  #main-projects h3 {
    color: #3d5473;
    margin-top: 14px;
    opacity: 0.9;
    font-size: 1.4rem;
    line-height: 2.8rem;
    font-weight: 400; }

.sub-content .text-muted {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: .8rem;
  color: #efb93d !important;
  /*color: #ff9675 !important;*/
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0px;
  border: 2px solid #f4f4f4;
  border-radius: 4px;
  padding: 6px; }

span.highlight-tag {
    display: inline-block;
    font-family: 'Lato', sans-serif;
    font-weight: 600;
    font-size: .8rem;
    color: #51aff3 !important;
    /* color: #ff9675 !important; */
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 5px;
    border: 2px solid #e2f0fb;
    border-radius: 4px;
    padding: 6px;
}
}

.icons.headline {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px; }
  .icons.headline a {
    padding: 0 10px; }

.footer {
  padding-top: 15px;
  height: 50px;
  border-top: 1px solid #E6EBEF;
  text-align: center; }

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  color: #adb5bd; }

.navbar-brand,
.navbar-nav .nav-item .nav-link {
  color: #91A8B7; }

@media (min-width: 992px) {
  #sideNav {
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    border-right: 1px solid #eee;
    display: block;
    flex-direction: column;
    width: 26rem;
    height: 100vh; }
    #sideNav .navbar-brand {
      /*display: flex;*/
      display: block;
      margin: auto auto 0;
      padding: 0.5rem; }
      #sideNav .navbar-brand .img-profile {
        max-width: 10rem;
        max-height: 10rem;
        border: 0.5rem solid rgba(255, 255, 255, 0.2); }
    #sideNav .navbar-collapse {
      display: flex;
      align-items: flex-start;
      flex-grow: 0;
      width: 100%;
      margin-bottom: auto; }
      #sideNav .navbar-collapse .navbar-nav {
        flex-direction: column;
        width: 100%; }
        #sideNav .navbar-collapse .navbar-nav .nav-item {
          display: none; }
          #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
            display: block; } }
#sideNav .thumbnail {
  padding-top: 160px;
  border: 0px;
  background-color: transparent; }

@media (max-width: 991px) {
  #sideNav .thumbnail {
    display: none; }

  .navbar-collapse {
    border-bottom: 1px solid #eee; } }
#sideNav .headline {
  text-align: center;
  padding-left: 40px;
  padding-right: 40px; }
  #sideNav .headline a {
    padding: 0 10px; }

section.resume-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
  section.resume-section h2 {
    border-bottom: 1px solid #dee2e6;
    font-size: 23px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: #a2ccd5; }
  section.resume-section img {
    width: 275px;
    border-radius: 3px; }
  section.resume-section .resume-item .resume-date {
    min-width: none; }
  section.resume-section a {
    color: #94c5cf; }
    section.resume-section a:hover, section.resume-section a:focus, section.resume-section a:active {
      color: #495057;
      /*color: darken($primary, 9%);*/ }

@media (min-width: 768px) {
  section.resume-section {
    min-height: 45vh; }
    section.resume-section img {
      width: 275px; }
    section.resume-section .resume-item .resume-date {
      min-width: 18rem; } }
@media (min-width: 992px) {
  section.resume-section {
    padding-top: 3rem !important;
    padding-bottom: 1rem !important;
    margin-left: 1rem !important;
    margin-right: 1rem !important; }
    section.resume-section img {
      width: 275px;
      margin-right: 20px; } }
section.portfolio-section {
  border-bottom: 1px solid #dee2e6;
  padding-top: 5rem !important;
  padding-bottom: 5rem !important; }
  section.portfolio-section .portfolio-item .portfolio-date {
    min-width: none; }

@media (min-width: 768px) {
  section.portfolioe-section {
    min-height: 100vh; }
    section.portfolioe-section .portfolio-item .portfolio-date {
      min-width: 18rem; } }
@media (min-width: 992px) {
  section.portfolio-section {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; } }
.bg-primary {
  background-color: #fff !important; }

.text-primary {
  color: #b4d6dd !important; }

a {
    color: #51aff3;
  /*color: #94c5cf; */}
  a:hover, a:focus, a:active {
    color: #495057;
    /*color: darken($primary, 9%);*/ }

p {
  letter-spacing: 1px; }
  p .center {
    text-align: center !important; }

.text-muted a {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1px;
    color: #51aff3 !important;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.navbar-dark .navbar-toggler-icon {
  background-image: url(../img/hamburger.svg) !important; }

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 16px; }

.img-responsive.border {
  border: 1px solid #eee !important;
  border-radius: 4px !important; }

.text-block {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  font-family: 'Sue Ellen Francisco', cursive; }

.resume-section.p-3.p-lg-5.no-pad h2.mb-5 {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.page-header {
  margin-top: 0px;
  margin-bottom: 40px;
  padding: 0 6px;
  border-bottom: 1px solid #eeeeee;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #eee; }

.resume-section .category {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #535f6b;
  font-weight: 400; }
  .resume-section .category span {
    text-transform: uppercase;
    font-weight: 800; }

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