/* your custom styling */
/* .row{
    margin-bottom: 3rem;
} */
main{
  padding-top: 2rem;
}

.row{
    margin: 4rem;
}

#art_img{
  padding-top: 1rem;
  /* padding-bottom: 1rem; */
}
#art-mobile_img{
  padding-top: .5rem;
  align-items: center;
}

#art_text{
  padding-top: 1.5rem;
}

/* h1{
  display: none;
} */

.orbitron-heading_h1 {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: italic;
  font-size: 2rem;
  padding-top: 3rem;
  margin: 5rem 55% 5rem 2rem;
  color: #faebd7;
  text-align: left;
  padding-left: 1rem;
  /*border-bottom: solid 4px #00000087;*/
  max-width: 1050px;
  text-shadow: 4px 2px #5c91cc;
}

p{
  padding-left: .75rem;
}

.orbitron-heading_h2 {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  /*padding-top: 1rem;*/
  /*margin-top: 2rem;*/
  color: #faebd7;
  text-align: left;
  padding-left: .5rem;
  border-bottom: solid 2px #5b90cb87;
  max-width: 450px;
}

.orbitron-heading_h3 {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  /*padding-top: .25rem;*/
  /*margin-top: 1rem;*/
  color: #ffffff;
  text-align: left;
  padding-left: .5rem;
  border-bottom: solid 2px #ea965887;
  max-width: 650px;
}

.orbitron-heading_h4 {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
  margin-top: .5rem;
  color: #dde4ff;
  text-align: left;
  padding-left: 0rem;
  max-width: 650px;
}

.hedvig-letters-sans-regular {
  font-family: "Hedvig Letters Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0rem 1rem 0rem 1rem;
  color: #f6f5f4;
  font-size: 90%;
}

body{
  /* background-color: #615d5c; */
  background: -webkit-linear-gradient(-45deg, #697072 3%,#727f82 13%,#767f84 40%,#5f6268 67%,#28343b 99%); /* Chrome10-25,Safari5.1-6 */
}

aside{
    background-color: #ea965887;
    border-radius: 1px;
    margin: .25rem 0rem .25rem 0rem;
    padding: .5rem 0rem .5rem 0rem;
}

footer{
    background-color: #ea9658;
    color: #ffffff;
    font-size: .75rem;
    padding-left: .5rem;
}

a{
    color: #656b9f;
}
a:visited{
    color: #470303;
}
a:hover{
    color: #d3d27b;
}
a:focus{
    color: #add8e6;
}
a:active{
    color: #61618b;
}

.visit-button{
font-family: "Orbitron", sans-serif;
font-weight: 600;
font-style: italic;
background-color: #ea965887; 
border-radius: 25px;
padding: .6rem 1rem;
border: #0b305b 1px outset;
text-decoration: none;
margin: 1rem 0rem;
display:inline-block;
}

#hero-home {
  width: 100%;
  height: 50vh; 
  background: url("../image/background-shell-intro.webp") top center;
  background-size: cover;
  position: relative;
  /*margin-top: 4rem;*/
}

#hero-gallery {
  width: 100%;
  /* height: 55vh; */
  background: url("../image/camera.webp") top center;
  background-size: cover;
  position: relative;
  padding: 0;
}
.gallery{
  font-size: 1rem;
  margin: 1rem 55% .75rem 1rem;
  min-width: 200px;
  background: rgba(0, 0, 0, 0.65);
}
@media screen and (max-width:720px){
  .gallery{
    font-size: .6rem;
  }
}

@media screen and (min-width:720px){
  .hedvig-letters-sans-regular{
    font-size: 100%;
  }
}
@media screen and (min-width:1080px){
  .hedvig-letters-sans-regular{
    font-size: 130%;
  }
  /* .hedvig-letters-sans-regular_home{
    font-size: 100%;
  } */
}

/* Nav bar styling */ 
.largeHeading {
    font-size: 7em;
    text-shadow: 1px 2px 14px rgba(0, 0, 0, 0.3)
  }

  .style1 {
    font-family: "Orbitron", sans-serif;
  }

  a>.style1 {
    font-size: .9em;
    line-height: .5em;
    letter-spacing: 1px;
  }

  .style2 {
    font-family: "Hedvig Letters Sans", sans-serif;
    font-size: 0.85em;
    letter-spacing: 3px;
  }
.position-fixed{
  z-index: 2;
}
.content-slider{
  z-index: 1;
}
  .navbar {
    padding: 0;
    background: rgb(0, 0, 0);
    background: -moz-linear-gradient(-45deg, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 1) 13%, rgb(0, 0, 0, 1) 13%, rgb(54, 55, 57, 1) 61%, rgba(54, 55, 57, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 1) 13%, rgb(0, 0, 0, 1) 13%, rgb(54, 55, 57, 1) 61%, rgba(54, 55, 57, 1) 100%);
    /* FF3.6-15 */
    background: linear-gradient(-45deg, rgb(0, 0, 0, 1) 0%, rgb(0, 0, 0, 1) 13%, rgb(0, 0, 0, 1) 13%, rgb(54, 55, 57, 1) 61%, rgba(54, 55, 57, 1) 100%);
   /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#040c56', endColorstr='#0e72f4', GradientType=1);
    /* IE6-9 fallback on horizontal gradient */
  }

  .nav-item>a {
    color: #ea9658 !important
  }

  @media screen and (min-width:720px) {
    .nav-item {
      /* transform: skewX(-20deg); */
      transition: all 50ms linear;
      box-shadow: inset 8px 2px 16px rgba(0, 0, 0, 0.2)
    }

    .nav-item a {
      transition: all 200ms linear;
      /* transform: skewX(20deg) */
    }

    .nav-item:nth-child(2n+1) {
      border-left: 1px solid #eaeaea;
      border-right: 1px solid #eaeaea;
    }

    .nav-item:nth-last-child(1) {
      border-left: 1px solid #eaeaea;
      border-right: none !important;
    }

    .customSubMenu {
      display: none;
      margin-left: -4px;
      position: absolute;
      width: 100%;
      z-index: 123;
    }

    .hasSubMenu:hover>.customSubMenu {
      display: block !important
    }

    .subLink {
      /* transform: skewX(40deg); */
      padding: 12px;
      background: #fff;
      margin-top: 8px;
      width: 100%;
    }

    .subLink a {
      display: inline-block;
      /* transform: skewX(-25deg); */
      color: #000;
      text-decoration: none;
    }
    main{
      font-size: 125%;
    }
  }

  @media screen and (max-width:719px) {
    .nav-item a {
      background: rgba(0, 0, 0, 0.1);
      color: #fff
    }
    main{
      font-size: 100%;
    }
  }

  .nav-item.active,
  .nav-item:hover {
    background: #0b305b;
  }

  .navbar-expand-md{
    flex-flow: wrap;
  }

  .nav-item.active>a,
  .nav-item:hover>a {
    color: #ea9658 !important
  }

  .collapse {
    visibility: visible !important;
}

/*gallery*/ 
.container-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10vmin;
  overflow: hidden;
  transform: skew(-5deg);
}
.container-gallery .card {
  flex: 1;
  transition: all 1s ease-in-out;
  height: 75vmin;
  position: relative;
}
.container-gallery .card:hover img {
  filter: grayscale(0);
}
.container-gallery .card img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 1s ease-in-out;
  filter: grayscale(100%);
  border-radius: 3px;
}
.container-gallery .card:hover {
  flex-grow: 10;
}
.container-gallery .card:not(:nth-child(5)) {
  margin-right: 1em;
}/*# sourceMappingURL=gallery.css.map */

.container-gallery .card .card__head {
  color: black;
  background: #f68d50;
  padding: 0.1em;
  transform: rotate(-90deg);
  transform-origin: 0% 0%;
  transition: all 0.5s ease-in-out;
  min-width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: .75em;
  white-space: nowrap;
}
.container-gallery .card:hover .card__head {
  text-align: center;
  top: calc(100% - 2em);
  color: white;
  background: rgba(0, 0, 0, 0.5);
  font-size: .75em;
  transform: rotate(0deg) skew(3deg);
}

@media screen and (max-width:520px){
  .card__head{
    visibility: hidden !important;
  }
}