.bg-transparent {
  background-color: transparent;
}

.bg-white {
  background-color: #ffffff;
}

.bg-navy {
  background-color: #005788;
}

.bg-midnavy {
  background-color: #010F17;
}

.bg-lightgrey {
  background-color: #F4F3F3;
}

.text-black {
  color: #000000;
}

.text-navy {
  color: #005788;
}

.shadow-inset {
  box-shadow: inset 0 2rem 1rem -25px rgba(0, 0, 0, 0.1);
}

.text-decoration-none {
  text-decoration: none;
}

.font-size-inherit {
  font-size: inherit;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-20 {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .font-size-20 {
    font-size: 18px;
  }
}

.font-size-24 {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  .font-size-24 {
    font-size: 20px;
  }
}

.font-size-32 {
  font-size: 32px;
}

.font-size-48 {
  font-size: 48px;
}

.font-size-58 {
  font-size: 58px;
}
@media only screen and (max-width: 768px) {
  .font-size-58 {
    font-size: 48px;
  }
}

.projects-font-size {
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  .projects-font-size {
    font-size: 18px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .projects-font-size {
    font-size: 16px;
  }
}
@media only screen and (min-width: 574px) and (max-width: 768px) {
  .projects-font-size {
    font-size: 13px;
  }
}
@media only screen and (max-width: 350px) {
  .projects-font-size {
    font-size: 14px;
  }
}

.line-height-18 {
  line-height: 1.8;
}

.border-radius-10 {
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
}

.border-radius-12 {
  border-radius: 12px !important;
  -webkit-border-radius: 12px !important;
}

.border-radius-25 {
  border-radius: 25px !important;
  -webkit-border-radius: 25px !important;
}

.border-navy {
  border: 2px solid #005788;
}

.border-white {
  border: 1px solid #ffffff;
}

.bottom-border-navy {
  border-bottom: 8px solid #010F17;
}

.padding-10-30 {
  padding: 10px 30px;
}

.padding-10-15 {
  padding: 10px 15px;
}

.padding-15-30 {
  padding: 15px 30px;
}

.size-30 {
  width: 30px;
  height: 30px;
}
@media only screen and (max-width: 768px) {
  .size-30 {
    width: 20px;
    height: 20px;
  }
}

.size-250 {
  width: 250px;
  height: 250px;
}
@media only screen and (max-width: 768px) {
  .size-250 {
    width: 200px;
    height: 200px;
  }
}

.object-fit-cover {
  object-fit: cover;
}

.width-80 {
  width: 80%;
}
@media only screen and (max-width: 768px) {
  .width-80 {
    width: 100%;
  }
}

.width-280 {
  width: 280px;
}

.custom-underline {
  width: 130px;
}

#menu-item-303 {
  background-color: transparent;
  border: 2px solid #005788;
  text-align: center;
  border-radius: 12px;
  padding: 10px 0px 10px 0px !important;
  margin-left: 15px;
}
#menu-item-303 a {
  color: #005788;
}
#menu-item-303:hover {
  background-color: #005788;
}
#menu-item-303:hover a {
  color: #ffffff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Righteous", cursive;
}

p,
a {
  font-family: "Roboto", sans-serif;
}

.pushbar {
  background-color: #005788 !important;
}
.pushbar .pushbar-button {
  display: flex;
  justify-content: flex-end;
}
.pushbar .pushbar-button button {
  background-color: transparent;
  border: none;
}
.pushbar .pushbar-button button img {
  width: 25px;
}
.pushbar .contents {
  padding-top: 25px;
}
.pushbar .contents .menu-header-menu-container ul {
  list-style: none;
}
.pushbar .contents .menu-header-menu-container ul li {
  padding-top: 5px;
  padding-bottom: 5px;
}
.pushbar .contents .menu-header-menu-container ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 20px;
}

body.admin-bar header .header-overlay {
  margin-top: 32px;
}

body.home header .header-nav #menu-item-339 {
  display: none;
}

html.mobile-menu body header .menu-container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
html.mobile-menu body header .menu-container .menu-header-menu-container {
  display: none;
}
html.mobile-menu body header .mobile-menu-section {
  display: block;
}
html.mobile-menu body header .mobile-menu-section .menu-icon img {
  width: 25px;
  height: 25px;
}

body {
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow-x: hidden;
}
body.home header .header-section {
  height: 100vh !important;
}
body.home header .header-section .header-overlay {
  height: 100vh !important;
}
body.home header .header-section .header-nav {
  position: absolute;
  top: 0;
}
body.home header .header-section .header-nav img {
  width: 80px;
}
body header .header-section {
  max-width: 100%;
}
body header .header-section canvas {
  display: block;
  width: 100%;
  height: 100%;
}
body header .header-section .header-nav .menu-header-menu-container ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0px;
}
body header .header-section .header-nav .menu-header-menu-container ul li {
  padding: 25px 0px 25px 0px;
}
body header .header-section .header-nav .menu-header-menu-container ul li:last-child a {
  border-right: 0px;
}
body header .header-section .header-nav .menu-header-menu-container ul li a {
  color: #ffffff;
  font-size: 18px;
  padding: 0px 30px 0px 30px;
  text-decoration: none;
}
body header .header-section .header-nav .menu-header-menu-container ul li a:hover {
  color: #005788;
}
body header .header-section .header-nav img {
  width: 80px;
}
body header .header-section .header-overlay {
  position: absolute;
  top: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
body header .header-section .mobile-menu-section {
  display: none;
}
body section.about p {
  color: #000000;
  line-height: 1.8;
  font-size: 20px;
}
@media only screen and (max-width: 768px) {
  body section.about p {
    font-size: 18px;
  }
}
body section.latest-projects a:hover i, body section.search a:hover i {
  color: #005788;
}
body section.latest-projects figure, body section.search figure {
  overflow: hidden;
}
body section.latest-projects figure img, body section.search figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body section.latest-projects figure:hover img, body section.search figure:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
body section.latest-projects figure:hover figcaption, body section.search figure:hover figcaption {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
  background-color: #262f38;
}
@media only screen and (min-width: 574px) and (max-width: 768px) {
  body section.latest-projects figure:hover figcaption p, body section.search figure:hover figcaption p {
    padding-bottom: 0.5rem !important;
  }
}
@media only screen and (min-width: 574px) and (max-width: 768px) {
  body section.latest-projects figure:hover figcaption a, body section.search figure:hover figcaption a {
    font-size: 14px;
  }
}
body section.latest-projects figure:hover figcaption a:hover, body section.search figure:hover figcaption a:hover {
  background-color: #005788;
}
body section.latest-projects figure:hover figcaption a:hover i, body section.search figure:hover figcaption a:hover i {
  color: #ffffff;
}
body section.latest-projects .external-buttons a:hover, body section.search .external-buttons a:hover {
  background-color: #005788;
  color: #ffffff;
}
body section.latest-projects .external-buttons a:hover i, body section.search .external-buttons a:hover i {
  color: #ffffff;
}
body section.post-cover .container-fluid,
body section.post-cover .container {
  z-index: 5;
  top: 0;
}
@media only screen and (max-width: 700px) {
  body section.post-cover .container-fluid .position-absolute,
body section.post-cover .container .position-absolute {
    position: relative !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body section.post-cover .container-fluid .position-absolute .underlay,
body section.post-cover .container .position-absolute .underlay {
    width: 100%;
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-top: 1rem !important;
  }
  body section.post-cover .container-fluid .position-absolute .underlay .col:first-of-type,
body section.post-cover .container .position-absolute .underlay .col:first-of-type {
    padding-right: 0px !important;
  }
  body section.post-cover .container-fluid .position-absolute .underlay .col:last-of-type,
body section.post-cover .container .position-absolute .underlay .col:last-of-type {
    padding-left: 0px !important;
  }
  body section.post-cover .container-fluid .position-absolute .underlay .col a,
body section.post-cover .container .position-absolute .underlay .col a {
    width: 100px !important;
    padding: 10px 20px !important;
    font-size: 16px;
  }
}
body section.post-cover .container-fluid .row .underlay,
body section.post-cover .container .row .underlay {
  width: 370px;
  max-width: 370px;
  background-color: rgba(37, 46, 55, 0.7);
}
@media only screen and (max-width: 1100px) {
  body section.post-cover .container-fluid .row .underlay p,
body section.post-cover .container .row .underlay p {
    font-size: 14px;
  }
}
body section.post-cover .container-fluid .row img,
body section.post-cover .container .row img {
  height: 100vh;
}
@media only screen and (max-width: 1600px) {
  body section.post-cover .container-fluid .row img,
body section.post-cover .container .row img {
    height: auto;
  }
}
body section.post-cover .container-fluid .row .custom-btn-white,
body section.post-cover .container .row .custom-btn-white {
  width: 120px;
  background-color: #ffffff;
  color: rgba(37, 46, 55, 0.7);
}
body section.post-cover .container-fluid .row .custom-btn-white:hover,
body section.post-cover .container .row .custom-btn-white:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
  text-decoration: none !important;
}
body section.tools .tool-icons {
  flex-wrap: wrap;
}
body section.tools .tool-icons .tool-icon {
  background-color: #ffffff;
  margin: 1em 1em;
  width: 12em;
  height: 10em;
  flex-direction: column;
}
body section.tools .tool-icons .tool-icon img {
  width: 85px;
}
body section.tools .tool-icons .tool-icon:hover {
  background-color: #010F17;
  -webkit-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
body section.tools .tool-icons .tool-icon:hover img {
  filter: brightness(0) invert(1);
}
body section.post-info p {
  line-height: 1.8;
}
body section.gallery #galleryCarouselIndicators {
  display: none;
}
@media only screen and (min-width: 768px) {
  body section.gallery #galleryCarouselIndicators {
    display: block;
  }
}
body section.gallery #galleryCarouselIndicators .carousel-indicators li {
  width: 20px;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  border-radius: 8px;
  border: 1px solid #005788;
}
body section.gallery #galleryCarouselIndicators .carousel-indicators .active {
  background-color: #005788;
}
body section.gallery #mobileGallery {
  display: none;
}
@media only screen and (max-width: 768px) {
  body section.gallery #mobileGallery {
    display: block;
  }
}
body section.skills .card-group .card:first-of-type {
  border-top-left-radius: 12px !important;
  border-bottom-left-radius: 12px !important;
}
body section.skills .card-group .card:last-of-type {
  border-top-right-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
body section.skills .card-group .card-img img {
  width: 70px;
}
@media (min-width: 800px) {
  body section.skills .card-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
}
body section.error a {
  margin-left: 15px;
}
body section.error a:hover {
  background-color: #005788;
  color: #ffffff;
}
body section.contact .custom-btn {
  background-color: transparent;
  color: #ffffff;
}
body section.contact .custom-btn:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #005788;
  text-decoration: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
  body section.search .container {
    max-width: 95% !important;
  }
  body section.search .container .search-form {
    padding-top: 1.5rem !important;
  }
  body section.search .container .col {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem !important;
    padding-right: 10px;
    padding-left: 10px;
  }
  body section.search .container figcaption p {
    font-size: 13px;
    padding-bottom: 0.1rem !important;
  }
  body section.search .container figcaption a {
    font-size: 13px;
  }
}
body section.search .search-form {
  width: 300px !important;
}
body section.search .search-form select {
  background-color: #ffffff;
}
body section.search .search-form input[type=submit],
body section.search .search-form input[type=button] {
  background-color: transparent;
  border: 2px solid #005788;
  text-align: center;
  border-radius: 12px;
  padding: 10px 25px 10px 25px !important;
  color: #005788;
}
body section.search .search-form input[type=submit]:hover,
body section.search .search-form input[type=button]:hover {
  background-color: #005788;
  color: #ffffff;
}
body section.search #default-projects {
  display: none;
}
body footer {
  padding: 100px 0px;
}
body footer img {
  width: 80px;
}
body footer .social a {
  border: 1px solid #ffffff;
}
body footer .social a:hover {
  background-color: #005788;
  border: 1px solid #005788;
}

@media only screen and (max-width: 992px) {
  .card-group > .card {
    flex: unset !important;
  }

  body section.skills .card-group .card:first-of-type {
    border-top-right-radius: 12px !important;
    border-bottom-left-radius: 0px !important;
  }
  body section.skills .card-group .card:last-of-type {
    border-top-right-radius: 0px !important;
    border-bottom-left-radius: 12px !important;
  }
}
@media only screen and (max-width: 768px) {
  .header-section .header-text {
    padding-top: 8rem !important;
  }
}
@media only screen and (max-width: 600px) {
  body .logo {
    padding-left: 0px !important;
  }
  body .menu-container {
    padding-right: 0px !important;
  }
}
@media only screen and (max-width: 576px) {
  body section.skills .card-group {
    box-shadow: unset;
  }
  body section.skills .card-group .card {
    border-radius: 12px !important;
  }
  body section.skills .card-group .card:first-of-type {
    border-bottom-left-radius: 12px !important;
  }
  body section.skills .card-group .card:last-of-type {
    border-top-right-radius: 12px !important;
  }
}
@media only screen and (max-width: 535px) {
  body .header-nav .container-fluid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

/*# sourceMappingURL=base.css.map */
