@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8rem;
  background-color: #fff;
  color: #555;
  letter-spacing: 1px;
}

.ml-hide-branding{
  display:none !important;
 }    

footer {
  border-top: 1px solid #d3d3d3;
  padding: 2vw 0;
  letter-spacing: 1px;
  font-size: 0.8rem;
}

#home body{
  overflow:hidden;
}


#home footer {
  position: absolute;
  bottom: 0;
 background-color: #fff;
  /*background-color: pink;*/
  color: #000;
  opacity: 0.6;
  width: 100%;
  z-index:10000;
}



#home .carousel-item img {  
  object-fit: cover;
  overflow: hidden;
  object-position: 50% 50%;
}



h1 {
  font-weight: 400;
  font-size: 1.5rem;
  margin: 2rem 0;
  color: #555;
}

.skip {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.skip:focus {
  position: static;
  width: auto;
  height: auto;
}

.container-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}

.admin .thumbnail {
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.admin .col.size1
{
  width:8%;
}

.admin .col.size2
{
  width:17%;
}

.admin .row {
  margin-bottom: 10px;
}

@media (min-width: 576px) {
  
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
    left: -22px;
  }

  #photography .row > *,
  #studio .row > *,
  #pleinair .row > * {
    padding-right: calc(var(--bs-gutter-x) * 2.5); 
  }

  #home .carousel-item{
    width:66%;
    margin:auto;
    float:none;
  }


}

@media (max-width: 576px) {
  
  footer {
    font-size: 0.75rem;
  }
  
  footer .py-3{
    padding:0!important;
  }
 
  .navbar-toggler:focus {
    box-shadow: none;
  }
  
  .carousel-control-next, .carousel-control-prev {
    width: 10%;
  }

  #home .carousel-item{
    width:100%;
  }
}

*:focus {
  outline: none;
}

.orange {
  color: #ad4a06;
}

.margin {
  margin-bottom: 45px;
}

.caption {
  font-size: 0.8rem;
}

.navbar {
  padding: 2.5vw 0;
  border: 0;
  border-radius: 0;
  margin-bottom: 0;
  letter-spacing: 1px;
  border-bottom: 1px solid #d3d3d3;
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand {
  color: #555;
}

.navbar-light .navbar-brand {
  font-size: 1.6rem;
}

.navbar-light .nav-link {
  font-size: 0.9rem;
}

.navbar-toggler {
  border-radius: 0rem;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0);
}

.bg-light {
  background-color: #ffffff !important;
}

.dropdown-menu {
  margin-top: 1px !important;
  font-size: 1rem;
  border-radius: 0rem !important;
  border: 0;
  padding: 1rem;
}

.dropdown-item {
  color: #555;
  font-size: 0.9rem;
  text-align: right;
  padding: 0.5rem 0.5rem 0 0;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #555;
  background-color: #ffffff;
}

.dropdown-item .active {
  border-bottom: 1px solid #000000;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.navbar-brand a:hover,
.navbar-nav li a:hover,
.navbar-nav li a.active {
  color: #555;
}

.navbar-light .navbar-nav .nav-link {
  color: #555;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #000000;
  text-decoration: none;
  background-color: #fff;
}

.nav-item {
  margin: 0 1rem;
  position: relative;
}

.nav-link:before {
  content: "";
  display: block;
  margin: auto;
  height: 1px;
  width: 0px;
  background: transparent;
  transition: width 0.5s ease, background-color 0.5s ease;
  position: absolute;
  bottom: 0;
}

.nav-link:hover:before {
  width: 100%;
  background: #555;
}

.nav-link.active {
  border-bottom: 1px solid #555;
}

.dropdown-toggle::after {
  display: none;
}

.navbar-toggler {
  border-radius: 0rem;
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0);
}

#contact .mb-5,
.my-5 {
  margin-bottom: 2rem !important;
}

#contact .col-md-6.first {
  padding-left: 0px;
}

.invalid-form .invalid-feedback {
  display: block !important;
}

.form-control {
  border-radius: 0px;
  border-color: #dadada;
}

.form-control:focus {
  background-color: #fff;
  border-color: #ad4a06;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(173, 74, 6, 0.25);
}

.btn-primary {
  color: #fff;
  background-color: #ad4a06;
  border-color: #ad4a06;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active {
  color: #fff;
  background-color: #ad4a06;
  border-color: #ad4a06;
  box-shadow: 0 0 0 0.2rem rgba(173, 74, 6, 0.5);
}

.btn-primary.active,
.btn-primary:active,
.btn-primary:hover {
  color: #fff;
  background-color: #ad4a06;
  border-color: #ad4a06;
}

:root {
  --lightbox: #fff;
  --carousel-text: #555;
}

@keyframes zoomin {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
  }
}

.gallery-item {
  display: block;
}

.gallery-link {
  display: block;
  width: auto;
  height: auto;
}

.gallery-link img {
  box-shadow: none;
  max-width: 100%;
}


.lightbox-modal .modal-content {
  background-color: var(--lightbox);
}

.lightbox-modal .btn-close {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  font-size: 1.25rem;
  z-index: 10;
}

.lightbox-modal .modal-body {
  display: flex;
  align-items: center;
  padding: 0;
}

.lightbox-modal .lightbox-content {
  width: 100%;
}

.lightbox-modal .carousel-indicators {
  margin-bottom: 0;
}

.lightbox-modal .carousel-indicators [data-bs-target] {
  background-color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-item .carousel-caption {
  right: 0;
  bottom: 0;
  left: 0;
  padding-bottom: 2rem;
  background-color: var(--lightbox);
  color: var(--carousel-text) !important;
}

.lightbox-modal .carousel-control-prev,
.lightbox-modal .carousel-control-next {
  width: auto;
}

.lightbox-modal .carousel-control-prev {
  left: 1.25rem;
}

.lightbox-modal .carousel-control-next {
  right: 1.25rem;
}

.lightbox-modal .carousel-item img {
  height: 90vh;
  margin: auto;
  object-fit: cover;
  max-width: 90%;
}

.carousel-indicators {
  display: none;
}

.carousel-control-next,
.carousel-control-prev {
  filter: invert(100%);
}