@charset "UTF-8";
/*!
* Start Bootstrap - Modern Business v5.0.7 (https://startbootstrap.com/template-overviews/modern-business)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-modern-business/blob/master/LICENSE)
*/

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(/public/assets/fonts/nwpMtKy2OAdR1K-IwhWudF-R3woqaeLYxnV18JRx.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 200 900;
  font-display: swap;
  src: url(/public/assets/fonts/nwpMtKy2OAdR1K-IwhWudF-R3woqZ-LYxnV18A.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(/public/assets/fonts/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200 900;
  font-display: swap;
  src: url(/public/assets/fonts/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --black: #000000;
  --white: #ffffff;
}

body,
html {
  height: 100%;
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-weight: 200;
  font-style: normal;
}

a {
  text-underline-offset: 0.125em !important;
  color: var(--black);
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  text-decoration: underline;
}

.main-title h1 {
  margin-top: 90px;
  font-weight: 200;
}

.main-title a:hover
{
  text-decoration: none;
}

.dropdown-menu {
  border: 0;
  padding: 0;
  border-radius: 0;
}

.dropdown-item {
  padding-left: var(--bs-navbar-nav-link-padding-x);
  padding-right: var(--bs-navbar-nav-link-padding-x);
}

.dropdown-item:focus,
.dropdown-item:hover {
  background-color: transparent;
}

.nav-link:focus-visible {
  outline: none;
  box-shadow: none;
}

.nav-link {
  color: var(--black);
}

.nav-link:hover {
  color: var(--black);
}

.navbar-toggler {
  border: 0;
  color: var(--black);
}

.navbar-toggler-icon {
  color: var(--black);
}

.main-menu-background
{
  background-color:#ffffff;
}

.main-menu a
{
  font-weight: 200;
}

.main-menu .selected {
  text-decoration: underline;
}

.main-menu-pages
{
  width:100%;
  display: block;
  font-size:20px;
}

.page-container
{
  margin-top:90px;
}

.portfolio-list
{
  text-align: center;
  font-size:2.8vw;
}

.portfolio-list a:hover
{
  text-decoration: none;
}

/* Bounce To Right */
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
  color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.album-title {
  font-weight: 400;
}

footer {
  font-size: 14px;
}

footer a {
  text-decoration: none;
}

footer a:hover {
  text-decoration: underline;
}

/* ALBUM GALLERY */

.portfolio-pictures a:hover {
  cursor: pointer;
}

.portfolio-pictures img {
  width: 100%;
}

.portfolio-pictures figure {
  margin: 0;
  height: 100%;
}

.pswp__bg {
  background-color: var(--white) !important;
}

.pswp__counter {
  color: var(--black) !important;
  text-shadow: none !important;
  opacity: 1 !important;
}

.pswp__img:hover {
  cursor: e-resize;
}

/* RESPONSIVE */

@media (max-width: 993px) {

  .dropdown-item {
    text-align: center;
  }

  .navbar-nav .nav-item {
    font-weight: 600;
  }

  .main-menu
  {
    background-color: #ffffff;
  }

.portfolio-list
{
  text-align: center;
  font-size:7vw;
}

}


@media (min-width: 768px) and (max-width: 992px) {}



@media (min-width: 992px) and (max-width: 1440px) {}



@media (min-width: 1440px) {}