@font-face {
  font-family: "ArchitectsDaughter";
  src: url("../fonts/ArchitectsDaughter-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "IndieFlower";
  src: url("../fonts/IndieFlower-Regular.ttf") format('truetype');
}

@font-face {
  font-family: "PatrickHand";
  src: url("../fonts/PatrickHand-Regular.ttf") format('truetype');
}

h1 {
  font-size: 24px;
  font-weight: bold;
}

h2 {
  font-weight: bold;
  font-size: 16px;
}


/* ------------------Navigation Bar------------------ */

.navbar-styles {
  background-color: #2D3C59;
  box-shadow: 0 0 10px 0;
  /* opacity: 0.95; */
  /* position: fixed; */
  width: 100%;
  padding: 5px 5px 5px 20px;
}

.nav-item-styles {
  margin: 0 35px 0;
  font-size: 16px;
}

.dropdown-color {
  background-color: #47474c;
}

.dropdown-text {
  color: white;
}

.dropdown-text:hover {
  color: #222126;
}

/* .dropdown:hover .dropdown-menu {
   display: block !important;
}
 */


/* ------------------Container------------------ */

.container-padding {
  margin: 0;
  padding: 0;
  border: 0;
  top:0;
}

/* ------------------Carousel------------------ */

.carousel-item .carousel-caption {
  padding-bottom: 2% !important;
  padding-top: 2% !important;
}

.carousel-background {
  opacity: 0.95;
  width: fit-content;
  padding: 15px 30px;
  margin:0 auto !important;
}

.carousel-background p {
  margin: 0;
}

.carousel-btn {
background: none;
padding: 12px 22px;
/* filter: brightness(85%); */
background-color: #222126;
color: white;
border-radius: 5px;
text-decoration: none;
opacity: 0.9;
}
.carousel-btn:link {
text-decoration: none;
}
.carousel-btn:visited {
text-decoration: none;
}
.carousel-btn:hover {
filter: brightness(100%);
color: #f8f9fa;
background-color: #222126;
text-decoration: none;
box-shadow: 1px 1px 3px black;
opacity: 1;
}
.carousel-btn:active {
  filter: brightness(100%);
  color: #f8f9fa;
  background-color: #222126;
  text-decoration: none;
  box-shadow: 1px 1px 3px black;
  opacity: 1;
}
@media (max-width: 800px) {
  .carousel-btn {
    font-size: 0.6rem;
    text-shadow: 1px 1px black;
    padding: 2% 4%;
  }
  .carousel-background {
    font-size: 0.6rem;
    padding: 2% 4%;
  }
  h5 {
    font-size: 0.8rem;
  }
}

/* ------------------Sections------------------ */

.section {
  text-align: center;
  padding: 100px 10% 0;
  width: 100%;
}

#about .section {
  margin-bottom: 100px;
}

.section-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section-text-align {
  padding-top: 4%;
  text-align: center;
}
@media (min-width: 992px) {
  .section-text-align {
    text-align: left;
    padding-bottom: 2%;
  }
}

.home-btn {
background: none;
padding: 12px 22px;
opacity: 0.7;
border: 2px solid #979DA3;
color: #979DA3;
border-radius: 5px;
text-decoration: none;
}
.home-btn:link {
text-decoration: none;
}
.home-btn:visited {
text-decoration: none;
}
.home-btn:hover {
opacity: 1;
border-color: #2f3338;
color: white !important;
background-color: #2f3338;
text-decoration: none;
}
.home-btn:active {
opacity: 1;
border-color: #2f3338;
color: white;
background-color: #2f3338;
box-shadow: none;
text-decoration: none;
}

.photo-btn {
  font-size: 10px;
}

@media (min-width: 560px) {
  .photo-btn {
    font-size: 14px;
  }
}

@media (min-width: 1200px) {
  .photo-btn {
    font-size: 20px;
  }
}

/* ------------------Footer------------------ */

.footer {
  padding: 30px 0;
  background-color: #f4f4f4;
}

.footer-text {
  margin: 0 auto;
  color: black;
  font-size: 14px;
  text-align: center;
}

/* ------------------About Styles------------------ */

#about-sec .section {
  margin-bottom: 100px;
  padding-top: 50px;
}

#about-sec p {
  font-size: 18px;
}

#about-sec .section-text-align {
  padding-top: 4%;
  text-align: center;
}

@media (min-width: 1200px) {
  #about-sec .section-text-align {
    text-align: left !important;
    padding-bottom: 2% !important;
  }
}

.about-img {
  width: 70%;
  margin: 20px auto;
}

.name-img {
  padding-bottom: 20px;
}

/* ------------------Contact Styles------------------ */

#contact h1 {
text-align: center;
}
#contact p {
text-align: center;
}

.contact-styles {
  padding: 40px 0 40px;
  margin: 0 15px 0;
  text-align: left;
}

.label {
  font-size: 18px;
}

/* ------------------Shop Styles------------------ */

.album-styles {
  padding: 40px 0 40px;
  margin: 0 15px 0;
  text-align: center;
}

.card:hover {
  opacity: 0.7;
}

.card-text-styles {
  text-align: center;
  font-size: 1rem;
  /* font-family: "ArchitectsDaughter"; */
}

.card-border {
  padding: 20px;
  cursor: pointer;
}

.link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.ratio-4-3 {
  width:100%;
  position:relative;
  background:url() 50% 50% no-repeat;
  background-size:cover;
  background-clip:content-box;
}

.ratio-4-3:before {
    display:block;
    content:"";
    padding-top:75%;
}


/* ------------------Gallery Styles------------------ */


.gallery {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}


/* Style the Image Used to Trigger the Modal */
.img-gallery {
  height: 180px !important;
  margin-bottom: 10px;
  cursor: pointer;
}

.img-gallery:hover {
  opacity: 0.7
  ;}


  /* The Modal (background) */
  .modal {
   display: none; /* Hidden by default */
   position: fixed; /* Stay in place */
   z-index: 10000 !important; /* Sit on top */
   padding-top: 100px; /* Location of the box */
   left: 0;
   top: 0;
   width: 100%; /* Full width */
   height: 100%; /* Full height */
   overflow: auto; /* Enable scroll if needed */
   background-color: rgb(0,0,0); /* Fallback color */
   background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
  }

  /* Modal Content (Image) */
  .modal-content {
   margin: auto;
   display: flex;
   height: 75%;
   width: auto;
  }

  /* Caption of Modal Image (Image Text) - Same Width as the Image */
  .caption {
   margin: auto;
   display: block;
   width: 80%;
   max-width: 700px;
   text-align: center;
   color: #ccc;
   padding: 10px 0;
   height: 150px;
  }

  /* The Close Button */
  .close {
   position: absolute;
   top: 15px;
   right: 35px;
   color: #f1f1f1;
   font-size: 40px;
   font-weight: bold;
   transition: 0.3s;
   z-index: 10001 !important;
  }

  .close:hover,
  .close:focus {
   color: #bbb;
   text-decoration: none;
   cursor: pointer;
  }

  /* 100% Image Width on Smaller Screens */
  @media (max-width: 1100px){
   .landscape {
    width: 73%;
    height: auto;
   }
  }

  @media (max-width: 1100px){
   .portrait {
    height: 75%;
    width: auto;
   }
  }
