@import url("https://fonts.googleapis.com/css?family=Fredericka+the+Great|Source+Sans+Pro:300,400,600");
html, body {
  max-width: 99.5vw;
  overflow-x: hidden; }

h1, h2, h3, h4, p, span {
  font-family: "Source Sans Pro", sans-serif; }

.half-pad {
  padding: 5px; }

.navbar-light {
  background-color: RGBA(255, 255, 255, 0.9);
  box-shadow: 0 0 10px RGBA(0, 0, 0, 0.1); }

.navbar-brand {
  font-family: "Fredericka the Great", cursive;
  color: #0099BC !important; }

.nav-item {
  color: #444444;
  margin: 0 8px;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 14px;
  transition: .3s;
  font-weight: 600;
  padding: 4px; }
  .nav-item:hover {
    color: #0099BC;
    text-decoration: none; }
  .nav-item.contact-button {
    color: #FFFFFF;
    background: #0099BC;
    border-radius: 4px;
    padding: 2px 16px;
    border: 2px solid #0099BC; }
    .nav-item.contact-button:hover {
      color: #0099BC;
      background: #FFFFFF; }

.footer-content {
  background: #0099BC;
  text-align: center;
  padding: 65px 0; }
  .footer-content .footer-title {
    color: #FFFFFF;
    font-family: "Fredericka the Great", cursive; }
  .footer-content .footer-nav {
    list-style-type: none;
    padding: 0; }
    .footer-content .footer-nav li.footer-link {
      display: inline-block;
      padding: 25px 15px 25px 0; }
      @media (max-width: 768px) {
        .footer-content .footer-nav li.footer-link {
          display: block;
          padding: 12px 0; } }
      .footer-content .footer-nav li.footer-link a {
        color: #FFFFFF;
        font-family: "Source Sans Pro", sans-serif;
        transition: .3s; }
        .footer-content .footer-nav li.footer-link a:hover {
          color: #282D44;
          text-decoration: none; }
  .footer-content .social-wrapper a.social-link {
    display: inline-block;
    background: #FFFFFF;
    color: #0099BC;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    margin: 6px;
    padding: 2px;
    font-size: 11px;
    font-size: 1.1rem;
    transition: .3s; }
    .footer-content .social-wrapper a.social-link:hover {
      background: #282D44;
      color: #FFFFFF; }

button, input[type='submit'] {
  border: none;
  border-radius: 2px;
  padding: 6px 12px; }
  button.primary-button, input[type='submit'].primary-button {
    background: #0099BC;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    transition: .3s;
    cursor: pointer; }
    button.primary-button:hover, input[type='submit'].primary-button:hover {
      background: #008CAB; }

#login-panel {
  width: 100vw;
  height: 100vh;
  background: #97ADB2; }
  #login-panel .login-box {
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    box-shadow: 2px 0 10px RGBA(0, 0, 0, 0.3);
    width: 300px;
    height: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    #login-panel .login-box .mjh-logo {
      width: 45%;
      margin: -60px auto 10px;
      background: #FFFFFF;
      border: 4px solid #97ADB2;
      border-radius: 50%;
      padding: 15px; }
      #login-panel .login-box .mjh-logo img {
        width: 100%; }
    #login-panel .login-box form {
      width: 65%;
      margin: 0 auto;
      text-align: left; }
      #login-panel .login-box form label {
        font-size: 7.5px;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        margin: 18px 0 0;
        color: #282D44; }
      #login-panel .login-box form input[type="text"], #login-panel .login-box form input[type="password"] {
        border: none;
        border-bottom: 2px solid #97ADB2;
        width: 100%;
        padding: 4px;
        border-radius: 2px;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 200;
        transition: .3s; }
        #login-panel .login-box form input[type="text"]:focus, #login-panel .login-box form input[type="password"]:focus {
          outline: none;
          border-bottom: 2px solid #00667C; }
      #login-panel .login-box form input[type="submit"] {
        background: #97ADB2;
        transition: .3s ease;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 200;
        border: none;
        color: #FFFFFF;
        margin: 30px auto 0;
        display: block;
        padding: 6px 12px; }
        #login-panel .login-box form input[type="submit"]:hover {
          background: #00667C;
          cursor: pointer; }

#admin-panel {
  height: 100vw;
  width: 100vw; }

.admin-options {
  height: 100vh;
  background: #444444;
  padding: 25px;
  position: fixed; }
  .admin-options h3 {
    color: #FFFFFF;
    margin-bottom: 15px; }
  .admin-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .admin-options ul li {
      width: 100%;
      border-bottom: 1px solid #111111; }
      .admin-options ul li a {
        font-size: 9px;
        font-size: 0.9rem;
        color: #FFFFFF;
        padding: 10px;
        width: 100%;
        display: block;
        transition: .3s ease; }
        .admin-options ul li a .fas {
          margin-right: 5px; }
        .admin-options ul li a:hover {
          color: #0099BC;
          text-decoration: none; }
  .admin-options .logout-button {
    position: absolute;
    bottom: 6px;
    left: 10px; }
    .admin-options .logout-button a {
      font-size: 10px;
      font-size: 1rem;
      color: #FFFFFF;
      padding: 10px;
      width: 100%;
      display: block;
      transition: .3s ease; }
      .admin-options .logout-button a .fas {
        margin-right: 5px; }
      .admin-options .logout-button a:hover {
        color: #0099BC;
        text-decoration: none; }

#project-list, #add-project {
  padding-top: 0 !important;
  width: 85%;
  margin: 50px auto 25px;
  position: relative; }

#project-list .thumbnail {
  display: inline-block;
  width: 60px;
  padding: 4px; }

#project-list .update-button {
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0099BC; }

#project-list .delete-button {
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  color: #c23616; }

#project-list #about-edit {
  padding-top: 50px; }
  #project-list #about-edit h4 {
    margin-top: 6px; }
  #project-list #about-edit p {
    padding: 15px;
    margin: 15px auto;
    background: #F9F9F9;
    font-size: 14px; }
  #project-list #about-edit .about-us-edit {
    display: none;
    margin: 15px auto; }
    #project-list #about-edit .about-us-edit .note-toolbar {
      background: #F9F9F9; }
    #project-list #about-edit .about-us-edit input[type='submit'] {
      border-radius: 3px;
      width: auto;
      margin: 10px 0; }
    #project-list #about-edit .about-us-edit p {
      background: #FFFFFF;
      font-size: 14px; }

#add-project {
  display: none; }
  #add-project form .error {
    color: #c23616; }
  #add-project form .form-row:last-of-type {
    display: block; }
  #add-project form label {
    font-size: 6px;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 18px 0 0; }
  #add-project form input[type="text"], #add-project form input[type="password"], #add-project form textarea {
    border-bottom: 2px solid #97ADB2;
    width: 100%;
    border-radius: 2px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 200; }
    #add-project form input[type="text"].prepend, #add-project form input[type="password"].prepend, #add-project form textarea.prepend {
      width: 90%; }
  #add-project form input[type="submit"] {
    background: #97ADB2;
    transition: .3s ease;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 200;
    border: none;
    color: #FFFFFF;
    margin-top: 30px; }
    #add-project form input[type="submit"]:hover {
      background: #00667C; }
  #add-project form .note {
    font-size: 14px;
    font-weight: 400; }
  #add-project img.thumbnail {
    width: 45px;
    height: 45px;
    padding: 4px; }

#successful-submission {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.modal#deleteProject .selected-title {
  color: #c23616;
  font-weight: 600; }

.modal#deleteProject .modal-body p {
  font-size: 16px; }
  .modal#deleteProject .modal-body p.note {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #97ADB2; }

.modal#updateProject .selected-title {
  color: #0099BC;
  font-weight: 600; }

.modal#updateProject .modal-body p {
  font-size: 16px; }
  .modal#updateProject .modal-body p.note {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #97ADB2; }

.modal#updateProject .modal-body input[type='text'] {
  border-radius: 0;
  border-bottom: 2px solid #97ADB2; }

.modal#contact .modal-head {
  background: #0099BC;
  text-align: center; }
  .modal#contact .modal-head .close {
    position: absolute;
    top: 6px;
    right: 14px; }
  .modal#contact .modal-head .modal-image {
    text-align: center;
    display: block;
    width: auto;
    margin: 10px auto;
    font-size: 35px;
    color: #FFFFFF; }
  .modal#contact .modal-head h4 {
    color: #FFFFFF;
    font-family: "Source Sans Pro", sans-serif; }

.modal#contact form label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 4px; }
  .modal#contact form label.error {
    text-transform: initial;
    color: #c23616; }

.modal#contact form input[type='text'], .modal#contact form textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: 1rem; }

.modal#contact form input[type='submit'] {
  width: 100%; }

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8; }

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/chocolat/loader.gif);
  display: none; }

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left; }

.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/chocolat/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/chocolat/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right.active {
  display: block; }

.chocolat-wrapper .chocolat-left.active {
  display: block; }

.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px; }

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/chocolat/close.png) 50% 50% no-repeat; }

.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.6);
  text-align: right;
  margin-top: 10px; }

.chocolat-wrapper .chocolat-set-title {
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: none; }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/ }

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/portfolio/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left; }

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-content {
  z-index: 17; }

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
button, input[type='submit'] {
  border: none;
  border-radius: 2px;
  padding: 6px 12px; }
  button.primary-button, input[type='submit'].primary-button {
    background: #0099BC;
    color: #FFFFFF;
    font-weight: 300;
    font-size: 16px;
    transition: .3s;
    cursor: pointer; }
    button.primary-button:hover, input[type='submit'].primary-button:hover {
      background: #008CAB; }

#login-panel {
  width: 100vw;
  height: 100vh;
  background: #97ADB2; }
  #login-panel .login-box {
    background: #FFFFFF;
    border: 1px solid #F9F9F9;
    box-shadow: 2px 0 10px RGBA(0, 0, 0, 0.3);
    width: 300px;
    height: 350px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    transform: translateY(-50%);
    text-align: center; }
    #login-panel .login-box .mjh-logo {
      width: 45%;
      margin: -60px auto 10px;
      background: #FFFFFF;
      border: 4px solid #97ADB2;
      border-radius: 50%;
      padding: 15px; }
      #login-panel .login-box .mjh-logo img {
        width: 100%; }
    #login-panel .login-box form {
      width: 65%;
      margin: 0 auto;
      text-align: left; }
      #login-panel .login-box form label {
        font-size: 7.5px;
        font-size: 0.75rem;
        font-weight: 600;
        text-transform: uppercase;
        margin: 18px 0 0;
        color: #282D44; }
      #login-panel .login-box form input[type="text"], #login-panel .login-box form input[type="password"] {
        border: none;
        border-bottom: 2px solid #97ADB2;
        width: 100%;
        padding: 4px;
        border-radius: 2px;
        font-size: 10px;
        font-size: 1rem;
        font-weight: 200;
        transition: .3s; }
        #login-panel .login-box form input[type="text"]:focus, #login-panel .login-box form input[type="password"]:focus {
          outline: none;
          border-bottom: 2px solid #00667C; }
      #login-panel .login-box form input[type="submit"] {
        background: #97ADB2;
        transition: .3s ease;
        font-size: 9px;
        font-size: 0.9rem;
        font-weight: 200;
        border: none;
        color: #FFFFFF;
        margin: 30px auto 0;
        display: block;
        padding: 6px 12px; }
        #login-panel .login-box form input[type="submit"]:hover {
          background: #00667C;
          cursor: pointer; }

#admin-panel {
  height: 100vw;
  width: 100vw; }

.admin-options {
  height: 100vh;
  background: #444444;
  padding: 25px;
  position: fixed; }
  .admin-options h3 {
    color: #FFFFFF;
    margin-bottom: 15px; }
  .admin-options ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
    .admin-options ul li {
      width: 100%;
      border-bottom: 1px solid #111111; }
      .admin-options ul li a {
        font-size: 9px;
        font-size: 0.9rem;
        color: #FFFFFF;
        padding: 10px;
        width: 100%;
        display: block;
        transition: .3s ease; }
        .admin-options ul li a .fas {
          margin-right: 5px; }
        .admin-options ul li a:hover {
          color: #0099BC;
          text-decoration: none; }
  .admin-options .logout-button {
    position: absolute;
    bottom: 6px;
    left: 10px; }
    .admin-options .logout-button a {
      font-size: 10px;
      font-size: 1rem;
      color: #FFFFFF;
      padding: 10px;
      width: 100%;
      display: block;
      transition: .3s ease; }
      .admin-options .logout-button a .fas {
        margin-right: 5px; }
      .admin-options .logout-button a:hover {
        color: #0099BC;
        text-decoration: none; }

#project-list, #add-project {
  padding-top: 0 !important;
  width: 85%;
  margin: 50px auto 25px;
  position: relative; }

#project-list .thumbnail {
  display: inline-block;
  width: 60px;
  padding: 4px; }

#project-list .update-button {
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  color: #0099BC; }

#project-list .delete-button {
  background: transparent;
  font-size: 14px;
  font-size: 1.4rem;
  color: #c23616; }

#project-list #about-edit {
  padding-top: 50px; }
  #project-list #about-edit h4 {
    margin-top: 6px; }
  #project-list #about-edit p {
    padding: 15px;
    margin: 15px auto;
    background: #F9F9F9;
    font-size: 14px; }
  #project-list #about-edit .about-us-edit {
    display: none;
    margin: 15px auto; }
    #project-list #about-edit .about-us-edit .note-toolbar {
      background: #F9F9F9; }
    #project-list #about-edit .about-us-edit input[type='submit'] {
      border-radius: 3px;
      width: auto;
      margin: 10px 0; }
    #project-list #about-edit .about-us-edit p {
      background: #FFFFFF;
      font-size: 14px; }

#add-project {
  display: none; }
  #add-project form .error {
    color: #c23616; }
  #add-project form .form-row:last-of-type {
    display: block; }
  #add-project form label {
    font-size: 6px;
    font-size: 0.6rem;
    font-weight: 600;
    text-transform: uppercase;
    margin: 18px 0 0; }
  #add-project form input[type="text"], #add-project form input[type="password"], #add-project form textarea {
    border-bottom: 2px solid #97ADB2;
    width: 100%;
    border-radius: 2px;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 200; }
    #add-project form input[type="text"].prepend, #add-project form input[type="password"].prepend, #add-project form textarea.prepend {
      width: 90%; }
  #add-project form input[type="submit"] {
    background: #97ADB2;
    transition: .3s ease;
    font-size: 9px;
    font-size: 0.9rem;
    font-weight: 200;
    border: none;
    color: #FFFFFF;
    margin-top: 30px; }
    #add-project form input[type="submit"]:hover {
      background: #00667C; }
  #add-project form .note {
    font-size: 14px;
    font-weight: 400; }
  #add-project img.thumbnail {
    width: 45px;
    height: 45px;
    padding: 4px; }

#successful-submission {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0; }

.modal#deleteProject .selected-title {
  color: #c23616;
  font-weight: 600; }

.modal#deleteProject .modal-body p {
  font-size: 16px; }
  .modal#deleteProject .modal-body p.note {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #97ADB2; }

.modal#updateProject .selected-title {
  color: #0099BC;
  font-weight: 600; }

.modal#updateProject .modal-body p {
  font-size: 16px; }
  .modal#updateProject .modal-body p.note {
    margin-top: 14px;
    font-size: 12px;
    font-weight: 600;
    color: #97ADB2; }

.modal#updateProject .modal-body input[type='text'] {
  border-radius: 0;
  border-bottom: 2px solid #97ADB2; }

.modal#contact .modal-head {
  background: #0099BC;
  text-align: center; }
  .modal#contact .modal-head .close {
    position: absolute;
    top: 6px;
    right: 14px; }
  .modal#contact .modal-head .modal-image {
    text-align: center;
    display: block;
    width: auto;
    margin: 10px auto;
    font-size: 35px;
    color: #FFFFFF; }
  .modal#contact .modal-head h4 {
    color: #FFFFFF;
    font-family: "Source Sans Pro", sans-serif; }

.modal#contact form label {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 8px;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: 4px; }
  .modal#contact form label.error {
    text-transform: initial;
    color: #c23616; }

.modal#contact form input[type='text'], .modal#contact form textarea {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 10px;
  font-size: 1rem; }

.modal#contact form input[type='submit'] {
  width: 100%; }

.chocolat-zoomable.chocolat-zoomed {
  cursor: zoom-out; }

.chocolat-open {
  overflow: hidden; }

.chocolat-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  background-color: #fff;
  display: none;
  opacity: 0.8; }

.chocolat-wrapper {
  height: 100%;
  width: 100%;
  position: fixed;
  display: none;
  left: 0;
  top: 0;
  z-index: 16;
  color: #fff; }

.chocolat-zoomable .chocolat-img {
  cursor: zoom-in; }

.chocolat-loader {
  height: 32px;
  width: 32px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -16px;
  margin-top: -16px;
  z-index: 11;
  background: url(../images/chocolat/loader.gif);
  display: none; }

.chocolat-content {
  position: fixed;
  width: 0px;
  height: 0px;
  left: 50%;
  top: 50%;
  z-index: 14;
  text-align: left; }

.chocolat-content .chocolat-img {
  position: absolute;
  width: 100%;
  height: 100%; }

.chocolat-wrapper .chocolat-left {
  position: absolute;
  left: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/chocolat/left.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right {
  position: absolute;
  right: 0;
  width: 50px;
  height: 100px;
  top: 50%;
  margin-top: -50px;
  cursor: pointer;
  background: url(../images/chocolat/right.png) 50% 50% no-repeat;
  z-index: 17;
  display: none; }

.chocolat-wrapper .chocolat-right.active {
  display: block; }

.chocolat-wrapper .chocolat-left.active {
  display: block; }

.chocolat-wrapper .chocolat-top {
  position: absolute;
  top: 0px;
  right: 0;
  left: 0;
  line-height: 50px;
  height: 50px;
  overflow: hidden;
  z-index: 17;
  margin-bottom: 10px; }

.chocolat-wrapper .chocolat-close {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/chocolat/close.png) 50% 50% no-repeat; }

.chocolat-wrapper .chocolat-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  line-height: 40px;
  height: 40px;
  font-size: 12px;
  z-index: 17;
  padding-left: 15px;
  padding-right: 15px;
  background: rgba(0, 0, 0, 0.6);
  text-align: right;
  margin-top: 10px; }

.chocolat-wrapper .chocolat-set-title {
  padding-right: 15px;
  line-height: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  display: none; }

.chocolat-wrapper .chocolat-pagination {
  float: right;
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  margin-right: 15px;
  /*border-right: 1px solid rgba(255, 255, 255, 0.2);*/ }

.chocolat-wrapper .chocolat-fullscreen {
  width: 16px;
  height: 40px;
  background: url(../images/portfolio/fullscreen.png) 50% 50% no-repeat;
  display: block;
  margin: auto;
  cursor: pointer;
  float: right; }

.chocolat-wrapper .chocolat-description {
  display: inline-block;
  float: left; }

/* no container mode*/
body.chocolat-open > .chocolat-overlay {
  z-index: 15; }

body.chocolat-open > .chocolat-loader {
  z-index: 15; }

body.chocolat-open > .chocolat-content {
  z-index: 17; }

/* container mode*/
.chocolat-in-container .chocolat-wrapper,
.chocolat-in-container .chocolat-content,
.chocolat-in-container .chocolat-overlay {
  position: absolute; }

.chocolat-in-container {
  position: relative; }

/* uncomment to hide controls when zoomed-in*/
/*
.chocolat-zoomable .chocolat-top,
.chocolat-zoomable .chocolat-bottom,
.chocolat-zoomable .chocolat-right,
.chocolat-zoomable .chocolat-left {
    transition: opacity .3s ease, visibility 0s .3s;
   opacity: 1;
}

.chocolat-zoomable.chocolat-zoomed .chocolat-top,
.chocolat-zoomable.chocolat-zoomed .chocolat-bottom,
.chocolat-zoomable.chocolat-zoomed .chocolat-right,
.chocolat-zoomable.chocolat-zoomed .chocolat-left {
    visibility: hidden;
    opacity: 0;
}
*/
#hero {
  padding: 0;
  margin: 50px 0 0;
  background: #FFFFFF;
  /* Common style */
  /* Anchor will cover the whole item by default */
  /* For some effects it will show as a button */
  /*---------------*/
  /***** Bubba *****/
  /*---------------*/ }
  #hero .grid {
    position: relative;
    margin: 0 auto;
    width: 100%;
    list-style: none;
    text-align: center; }
  #hero .grid figure {
    position: relative;
    float: left;
    overflow: hidden;
    margin: 10px 1%;
    width: 100%;
    height: auto;
    background: #3085a3;
    text-align: center;
    cursor: pointer; }
  #hero .grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
    opacity: 0.8; }
  #hero .grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: .5em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden; }
  #hero .grid figure figcaption::before,
  #hero .grid figure figcaption::after {
    pointer-events: none; }
  #hero .grid figure figcaption,
  #hero .grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  #hero .grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0; }
  #hero .grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
    font-size: 2.5em; }
    @media (max-width: 768px) {
      #hero .grid figure h2 {
        display: block;
        font-size: 2.0em; } }
  #hero .grid figure h2 span {
    font-weight: 800; }
  #hero .grid figure h2,
  #hero .grid figure p {
    margin: 0; }
  #hero .grid figure p {
    letter-spacing: 1px;
    font-size: 78.5%; }
    #hero .grid figure p .bubba-icon {
      display: block;
      text-align: center;
      font-size: 8em;
      margin-top: 25px; }
      @media (max-width: 768px) {
        #hero .grid figure p .bubba-icon {
          font-size: 4em;
          margin-top: 15px; } }
  #hero figure.effect-bubba {
    background: #0099BC; }
  #hero figure.effect-bubba img {
    opacity: 0.8;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s; }
  #hero figure.effect-bubba:hover img {
    opacity: 0.4; }
  #hero figure.effect-bubba figcaption::before,
  #hero figure.effect-bubba figcaption::after {
    position: absolute;
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s; }
  #hero figure.effect-bubba figcaption::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  #hero figure.effect-bubba figcaption::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0); }
  #hero figure.effect-bubba h2 {
    padding-top: 30%;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  #hero figure.effect-bubba p {
    padding: 20px 2.5em;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
    #hero figure.effect-bubba p .bubba-icon {
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: translate3d(0, 20px, 0);
      transform: translate3d(0, 20px, 0); }
  #hero figure.effect-bubba:hover figcaption::before,
  #hero figure.effect-bubba:hover figcaption::after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  #hero figure.effect-bubba:hover h2,
  #hero figure.effect-bubba:hover p {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }

#about {
  background: #FFFFFF;
  margin: 0 0 100px; }
  @media (max-width: 575px) {
    #about {
      margin: 0 0 50px; } }
  #about .about-image-wrapper {
    width: 100%;
    position: relative; }
    #about .about-image-wrapper img {
      position: absolute;
      display: block;
      width: 65%;
      margin: 0 auto;
      right: 0;
      padding: 20px 0;
      filter: grayscale(0.9); }
      @media (max-width: 768px) {
        #about .about-image-wrapper img {
          display: block;
          position: relative; } }
  #about .skill-tags {
    margin: 14% 0 14px;
    font-size: 11px;
    color: #FFFFFF;
    opacity: .8;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      #about .skill-tags {
        margin: 5% 0 10px;
        text-align: center; } }
    #about .skill-tags .skill-tag {
      padding: 4px 8px;
      background: #0099BC;
      width: auto;
      margin: 0 2px;
      border-radius: 3px; }
      #about .skill-tags .skill-tag:nth-of-type(1) {
        background: #282D44; }
      #about .skill-tags .skill-tag:nth-of-type(2) {
        background: #00667C; }
      #about .skill-tags .skill-tag:nth-of-type(3) {
        background: #97ADB2; }
  #about .content {
    max-width: 80%; }
    @media (max-width: 768px) {
      #about .content {
        text-align: center;
        margin: 10px auto 0; } }
    #about .content h1, #about .content h3, #about .content p {
      font-family: "Source Sans Pro", sans-serif; }
    #about .content h1 {
      font-size: 42px;
      color: #0099BC;
      font-weight: 100;
      margin: 0;
      padding: 0; }
    #about .content h3 {
      font-size: 18px;
      font-weight: 200;
      color: #0099BC; }
    #about .content p {
      margin-top: 25px;
      color: #444444;
      font-weight: 200;
      font-size: 16px;
      max-width: 80%; }
      @media (max-width: 768px) {
        #about .content p {
          margin: 14px auto; } }

#portfolio {
  background: #FFFFFF;
  height: auto;
  width: 100vw; }
  #portfolio .category-options-wrapper {
    padding: 25px 0 0px;
    margin: 0 auto;
    text-align: center;
    transition: .1s ease;
    border-bottom: 2px solid #0099BC;
    max-width: 92vw; }
    #portfolio .category-options-wrapper.fixed {
      position: fixed;
      top: 55px;
      left: 0;
      right: 0;
      z-index: 2;
      background: RGBA(255, 255, 255, 0.9); }
      #portfolio .category-options-wrapper.fixed .category-options {
        margin: 0 auto;
        transition: .3s ease; }
      @media (max-width: 575px) {
        #portfolio .category-options-wrapper.fixed {
          top: 70px; } }
    #portfolio .category-options-wrapper ul.category-options {
      list-style-type: none;
      margin: 0;
      padding: 0;
      margin: 0 auto;
      z-index: 10;
      transition: .3s ease; }
      #portfolio .category-options-wrapper ul.category-options.dropdown-menu {
        width: 98%;
        border: none; }
      #portfolio .category-options-wrapper ul.category-options li {
        margin: 2px 0 8px;
        width: auto;
        display: inline-block;
        padding: 6px 15px 2px;
        color: #444444;
        transition: .3s;
        cursor: pointer;
        font-weight: 500;
        font-family: "Source Sans Pro", sans-serif;
        text-transform: uppercase;
        font-size: 10px;
        font-size: 1rem; }
        @media (max-width: 1039px) {
          #portfolio .category-options-wrapper ul.category-options li {
            padding: 6px 8px 2px;
            font-size: 8.5px;
            font-size: 0.85rem; } }
        #portfolio .category-options-wrapper ul.category-options li:hover {
          color: #00667C; }
        #portfolio .category-options-wrapper ul.category-options li.active {
          color: #00667C; }
        #portfolio .category-options-wrapper ul.category-options li.dropdown-item {
          background: #FFFFFF;
          width: 100%;
          text-align: center;
          display: block;
          border-bottom: 1px solid #F9F9F9;
          transition: .3s ease;
          margin: 0; }
          #portfolio .category-options-wrapper ul.category-options li.dropdown-item:hover {
            background: #F9F9F9;
            border-bottom: 1px solid #F9F9F9; }
          #portfolio .category-options-wrapper ul.category-options li.dropdown-item.active {
            background: #0099BC;
            color: #FFFFFF;
            border-bottom: 1px solid #F9F9F9; }
    #portfolio .category-options-wrapper button.dropdown-toggle {
      border: none;
      box-shadow: none;
      text-align: center;
      width: 100%;
      background: transparent;
      color: #444444; }
  #portfolio .portfolio-wrapper {
    width: 92vw;
    max-width: 92vw;
    margin: 20px auto;
    /* fluid 5 columns */
    /* 2 columns */ }
    #portfolio .portfolio-wrapper .grid-sizer,
    #portfolio .portfolio-wrapper .grid-item {
      width: 24%; }
      @media (max-width: 575px) {
        #portfolio .portfolio-wrapper .grid-sizer,
        #portfolio .portfolio-wrapper .grid-item {
          width: 47%; } }
    #portfolio .portfolio-wrapper .grid-item--width2 {
      width: 49%; }
      @media (max-width: 575px) {
        #portfolio .portfolio-wrapper .grid-item--width2 {
          width: 47%; } }
    #portfolio .portfolio-wrapper .gutter-sizer {
      width: 1%; }
    #portfolio .portfolio-wrapper .portfolio-object {
      height: auto;
      overflow: hidden;
      margin: 5px 5px;
      cursor: pointer;
      position: relative; }
      #portfolio .portfolio-wrapper .portfolio-object img {
        width: 100%;
        position: relative; }
    #portfolio .portfolio-wrapper figure {
      position: relative;
      float: left;
      overflow: hidden;
      margin: 10px 1%;
      height: auto;
      background: #444444;
      text-align: center;
      cursor: pointer;
      z-index: 0; }
      #portfolio .portfolio-wrapper figure h2 {
        font-weight: 600;
        text-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.8);
        position: relative;
        top: 50%;
        transform: translateY(-50%);
        font-size: 10px;
        font-size: 1rem; }
      #portfolio .portfolio-wrapper figure p {
        letter-spacing: 1px;
        font-size: 68.5%;
        text-shadow: 2px 2px 5px RGBA(0, 0, 0, 0.8); }
    #portfolio .portfolio-wrapper figure img {
      position: relative;
      display: block;
      min-height: 100%;
      max-width: 100%;
      opacity: 0.8; }
    #portfolio .portfolio-wrapper figure figcaption {
      padding: 1.2em;
      color: #fff;
      text-transform: uppercase;
      font-size: 1em;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      transition: .4s; }
      #portfolio .portfolio-wrapper figure figcaption:hover {
        background: RGBA(0, 0, 0, 0.7); }
    #portfolio .portfolio-wrapper figure figcaption::before, #portfolio .portfolio-wrapper figure figcaption::after {
      pointer-events: none; }
    #portfolio .portfolio-wrapper figure figcaption, #portfolio .portfolio-wrapper figure figcaption > a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    #portfolio .portfolio-wrapper figure figcaption > a {
      z-index: 8;
      text-indent: 200%;
      white-space: nowrap;
      font-size: 0;
      opacity: 0; }
      #portfolio .portfolio-wrapper figure figcaption > a:nth-of-type(1) {
        z-index: 9; }
    #portfolio .portfolio-wrapper figure h2, #portfolio .portfolio-wrapper figure p {
      margin: 0; }
    #portfolio .portfolio-wrapper figure.effect-apollo {
      background: #444444; }
    #portfolio .portfolio-wrapper figure.effect-apollo img {
      opacity: 0.95;
      -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
      transition: opacity 0.35s, transform 0.35s;
      -webkit-transform: scale3d(1.05, 1.05, 1);
      transform: scale3d(1.05, 1.05, 1); }
    #portfolio .portfolio-wrapper figure.effect-apollo h2 {
      text-align: center;
      opacity: 0; }
    #portfolio .portfolio-wrapper figure.effect-apollo:hover img {
      opacity: 0.6;
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1); }
    #portfolio .portfolio-wrapper figure.effect-apollo:hover figcaption::before {
      background: RGBA(0, 0, 0, 0.8); }
    #portfolio .portfolio-wrapper figure.effect-apollo:hover h2 {
      opacity: 1;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }
    #portfolio .portfolio-wrapper figure.effect-apollo:hover p {
      opacity: 0;
      -webkit-transition-delay: 0.1s;
      transition-delay: 0.1s; }

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