:root {
  --black: #000000;
  --white: #ffffff;
  --black-light: #333333;
  --black-medium:  #2E2E2E;
  --border: #666666;
}



body{
  font-family: "lato",sans-serif;
  color: var(--black);
}

h1,h2,h3,h4,h5,h6{
  font-family:"meno-display"
}


h5 {
  font-size: 40px;
  font-style: italic;
}



p{
  font-family:"cormorant-garamond";
}

ul{
  list-style: none;
  padding: 0;
}

img{
  max-width: 100%;
}

.main-content{
  max-width: 1620px;
  margin: auto;
}

/* header */
.logo{
  background-color: var(--black-light);
  text-align: center;
  padding: 10px 0 16px 0;
}

.header .logo img {
height: 60px;
}

.footer-logo img {
height: 90px;
}

.header .navbar {
  background-color: var(--black-medium);
  padding: 3.5px 0;
}

a.navbar-brand {
    display: none;
}

ul.navbar-nav{
    display: flex;
    justify-content: center;
    margin: auto;
    gap: 157px;
}

.header .navbar ul li a{
  font-family: 'lato';
  font-size: 20px;
  color: var(--white);
  line-height: 24px;
  text-transform: uppercase;
}

.navbar-nav .nav-link.active{
  color: var(--white);
}

.header .navbar-nav .nav-link:hover{
  color: #dbdbdb;
}

/*video banner */

/* ORIGINAL BEFORE BRITTNEY CHANGE - VIDEO HEIGHT SHORT */

/* .home-video-wrapper {
    max-height: 644px;
    overflow: hidden;
    position: relative;
} */
/* 
.home-video-wrapper {
    overflow: hidden;
    position: relative;
    height: 87vh;
} */


/* ============= HEADER  CSS =========== */


.outer-border {
  padding: 3px; /* Size of the gold border */
  background-color: #B98C6B; /* Color of the outer border */
}

.inner-border {
  padding: 5px; /* Size of the white border */
  background-color: white; /* Color of the inner border */
}

/* ============= NEW VIDEO CSS =========== */


.home-video-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* Aspect ratio for 16:9 videos */
}

video#video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* ============= HEADER IMAGE =========== */

.video-header-container .header-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}




#muteButton {
      position: absolute;
      bottom: 20px;
      right: 20px;
      z-index: 1;
      cursor: pointer;
    }
/* original */
/* video#video {
    position: relative;
  top: -240px;
} */

/* video#video {
    position: relative;
  top: 0;
} */



/* features */

.features{
  max-width: 1600px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 60px;
}

.feature-single{
  position: relative;
}

.feature-single > a{
  position: relative;
  display: block;
  height: 100%;
}

.feature-single a h2 {
    font-size: 89px;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    line-height: 118px;
    color: var(--white);
    width: 100%;
    text-align: center;
}

/* text box */

.text-box-content{
  max-width: 1088px;
  margin: auto;
}

.text-box h1{
  font-size: 72px;
  text-align: center;
  line-height: 96px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 25px;
}


.text-box h1::after {
    content: "";
    height: 1px;
    width: 208px;
    background: var(--border);
    position: absolute;
    bottom: 0;
    right: 50%;
    transform: translateX(50%);
}
.text-box p{
  font-size: 28px;
  text-align: center;
  line-height: 34px;
}

.spacer-250{
  height: 250px;
}

/* page banner */
.page-banner{
  padding-bottom: 88px;
}

.page-banner .carousel{
  max-height: 644px;
}

/* ================== contact ===========  */


h1.title{
  font-size: 72px;
  text-align: center;
  line-height: 96px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.social-contact{
  font-family:"cormorant-garamond";
  padding-top: 55px;
  padding-bottom: 40px;
}

.social-contact  li{
  font-size: 28px;
  line-height: 40px;
}

.social-contact .icon{
  padding-right: 20px;
}

.social-contact  li a{
  text-decoration: none;
  color: var(--black);
}

.social-inline{
  display: flex;
  gap: 10px;
}

.map iframe{
  width: 530px;
  height: 512px;
}

h2.title{
  font-size: 64px;
  text-align: center;
  line-height: 85px;
  font-style: italic;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 0;
}

.photography-list li{
  font-family:"cormorant-garamond";
  font-size: 20px;
  line-height: 40px;
}



/* =============== CONTACT =============== */


.team{
  padding-top: 100px;
  padding-bottom: 145px;
}



.team-card{
  align-items: center;
  border: 0;
  border-radius: 0;
  
  margin-bottom: 20px;
}

.team img.card-img-top{
  max-width: 440px;
  border-radius: 0;
  margin-bottom: 20px;
}

.team-card .card-body {
    text-align: center;
}

.team-name {
    font-size: 40px;
    font-weight: 700;

  
}

h5.card-title.team-name {
    position: relative;
}

.team-card ul li{
  font-family:"cormorant-garamond";
  font-size: 28px;
  line-height: 34px;
  color: var(--black);
}

.team-card ul li a{
  text-decoration: none;
  color: #0D6EFD;
}


.contact-container {
  padding-top: 5rem;
}

.contact-container p {
  font-size: 28px;
}





/* =============== gallery fix =============== */
.gallery{
  padding-top: 145px;
}


img#photo-gallery-img, #photo-gallery #photo-gallery-awesome-img > a {
     width: 267px !important;
    height: 268px !important;
    object-fit: cover;
    object-position: center center;
}

div#photo-gallery-add-actions,#photo-gallery #photo-gallery-awesome-img > a::after,#photo-gallery #photo-gallery-single-awesome-project:hover #photo-gallery-add-actions{
      width: 268px !important;
    height: 267px !important;
}



/* ===================== WEDDINGS PAGE ===================== */


#weddings-pg #wedding-body-text {
  margin-bottom: 5rem;
}

/* #weddings-pg  #reviews-container {
  margin: 0 5rem !important;
} */


#reviews-container p {
  font-size: 24px;
}

#reviews-container .customer-name {
  font-size: 28px;
  font-family: lato;
  font-weight: 300;
}





/* footer */
footer{
  background-color: var(--black-light);
}
.footer-main{
  max-width: 1366px;
  margin: auto;
  padding: 65px 0;
  
}

.footer-bottom{
  height: 47px;
  color: var(--white);
  background-color: var(--black-medium);
}


.footer h5{
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 32px;
  color: var(--white);
  margin-bottom: 14px;
}

.footer ul li{
  color: var(--white);
  font-weight: 300;
  font-size: 18px;
  line-height: 22px;
}

.footer ul li a{
  color: var(--white);
  text-decoration: none;
}



.footer-logo{
  display: flex;
  justify-content: center;
}


.footer-social {
    float: right;
}

.footer-social p{
  font-family: "lato",sans-serif;
  font-size: 18px;
  font-weight: 300;
  color: var(--white);
}

.footer-social ul{
  gap: 20px;
}



/* responsive code */

@media only screen and (max-width: 991px) {

  .logo{
    display: none;
  }

.navbar .container-fluid{
  justify-content: space-between;
}

 a.navbar-brand {
    display: block;
    max-width: 280px;
}

a.navbar-brand {
    display: block;
}

  .features{
    overflow: hidden;
  }

  .footer-main {
    overflow: hidden;
}

  .feature-single a h2 {
    font-size: 45px;
  }
/* 
  video#video {
    width: 100%;
    top: 0;
} */



.navbar-toggler-icon{
  background-image: url('../images/nav.png');
}

.header ul.navbar-nav{
  gap: 0;
}

.feature-single{
  padding: 20px;
}

.text-box h1{
  font-size: 36px;
  line-height: 48px;
}

.footer-address{
  text-align: center;
}

.footer-logo{
  padding: 20px 0;
}

.footer-social{
  float: unset;
  text-align: center;
}

.footer-social ul{
  justify-content: center;
}

.gallery {
    padding-top: 70px;
}


/* ============ contact ============ */

.social-contact,ul.photography-list{
  padding-left: 1rem;
  padding-right: 1rem;
}

h5.card-title.team-name{
  left: unset;
  transform: unset;
  font-size: 36px;
}

h1.title{
  font-size: 36px;
}

.map iframe{
  width: 100%;
  height: 500px;
}

.main-content {
    overflow: hidden;
  }





}


/* ============== IPAD ================ */


@media only screen and (max-width: 1024px) {

  .contact-container {
    padding-top: 0rem;
}



.contact .main-content #inquire-map .row {

  --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1 * var(--bs-gutter-y));
    margin-right: calc(-.5 * var(--bs-gutter-x));
    margin-left: calc(-.5 * var(--bs-gutter-x));
    flex-direction: column;
    align-items: center;

}


}






/* ============== MOBILE ================ */

@media only screen and (max-width: 575px) {


  .header .navbar {

    padding: 12px 0;
}

  .header .mobile-logo img {
    height: 50px !important;
}


  .text-box h1{
    font-size: 38px;
    /* line-height: 22px; */
  }

  
 h5 {
  font-size: 34px;
}


  /* =========== HOME MOBILE ============ */

  /* VIDEO */

  /* .home-video-wrapper {
    max-height: 644px;
    overflow: hidden;
    position: relative;
    height: 26vh;
} */


.text-box h1::after {
  content: "";
  height: 1px;
  width: 160px;
  background: var(--border);
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translateX(50%);
}


/* original */
/* video#video {
    position: relative;
  top: -3px;
} */


.features {
  max-width: 1600px;
  margin: auto;
  padding-top: 23px;
  padding-bottom: 30px;
}


.text-box p {
  font-size: 20px;
  text-align: center;
  line-height: 34px;
}


.video-header-container .row .video-container {
  padding: 33px !important;
}




/* =========== WEDDINGS MOBILE ============ */



.page-banner {
  padding-bottom: 25px;
}

#reviews-container  {
  padding: 0 15px;
 
}


#reviews-container p {
  font-size: 18px;
}

#reviews-container .customer-name {
  font-size: 22px;
  font-family: lato;
  font-weight: 300;
}


#reviews-container .customer-name {
  font-size: 25px;
  font-family: lato;
  font-weight: 300;
}

#reviews-container .text-box {
  margin-bottom: 4rem;
}


/* =========== WEDDING GALLERY MOBILE ============ */

#wedding-gallery-page  .page-banner {

    padding-bottom: 50px;

}

/* =========== EVENT GALLERY MOBILE ============ */

#event-gallery-page  .page-banner {

    padding-bottom: 50px;

}




/* =========== PHOTO GALLERY MOBILE ============ */


.gallery  {
  padding-top: 45px;
}


#photo-gallery #photo-gallery-awesome-img{
  display: flex;
  justify-content: center;
}


#photo-gallery #photo-gallery-add-actions {
  left: 50%;
  transform: translateX(-50%);
}


.team img.card-img-top {
  max-width: 340px;
  
}



.spacer-250{
  height: 100px;
}



/* =========== Contact MOBILE ============ */


.contact h1.title {

  padding-bottom: 0;
  margin-bottom: 0;
}


/* .contact #inquire-map iframe  {

  margin-top: -3rem;
} */


#inquire-map .jotform-container {
  margin-top: -3rem;
}


.contact-container p {
  font-size: 18px;
  margin-bottom: 2rem;
  padding: 0rem 1rem;
}

.contact-container .map {
padding: 1rem;
}

.social-contact li {
  font-size: 20px;
  line-height: 40px;
}


.videographer-container {

   padding-left: 1rem;

}

.videographer-container p {

   font-size: 24px;
   margin-bottom: 0rem;

}

.videographer-container ul {

padding-left: 0rem;

}



}

