@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'icomoon';
    src:  url('https://www.sacraindumenta.com/assets/fonts/icomoon.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

@font-face {
    font-family: 'Sacra-2';
    src:  url('https://www.sacraindumenta.com/assets/fonts/Sacra-2.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 6rem;
    color: rgb(182,150,91);

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon2-"], [class*=" icon2-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'Sacra-2' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-size: 6rem;
    color: rgb(182,150,91);

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


.icon-vestments:before {
  content: "\e904";
}
.icon-linens:before {
  content: "\e905";
}
.icon-gowns:before {
  content: "\e902";
}
.icon-mystery:before {
  content: "\e903";
}
.icon-craftsmanship:before {
  content: "\e901";
}
.icon-tradition:before {
  content: "\e900";
}

.icon2-vesture:before {
    content: "\e903"
}
.icon2-linens:before {
  content: "\e902";
}
.icon2-design:before {
  content: "\e901";
}
.icon2-art:before {
  content: "\e900";
}


body {
	font-family: sorts-mill-goudy, serif;
	font-size: 17px;
	-webkit-font-feature-settings: "onum" 1;
  	-moz-font-feature-settings:    "onum" 1;
  	-ms-font-feature-settings:     "onum" 1;
  	font-feature-settings:         "onum" 1;
    background-color: #bdbdbd;
}

h1 {
	font-family: youngblood;
	font-size: 120px;
	letter-spacing: -4px;
    line-height: .9;
}

h2 {
	font-family: mr-eaves-modern, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
}

h3 {
    font-family: mr-eaves-modern, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
}

.navbar-nav {
    background-color: #bdbdbd;
    color: white;
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-style: italic;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    display: block;
    overflow: hidden;
}

.navbar-text {
    display: none;
}

@media only screen and (min-width: 535px) {
    .navbar-text {
        display: inline-block;
        float: left;
    }
}

.social-links, .menu {
    display: inline-block;
    float: right;
}

a {
    color: rgb(182,150,91);
    text-transform: uppercase;
    font-family: mr-eaves-modern, sans-serif;
    letter-spacing: 1px;
}

a:hover, a:active, a:focus {
    color: #bdbdbd;
}

a:visited {
    color: #bdbdbd;
}

.menu a {
    color: white;
    font-style: normal;
    display: inline-block;
    margin-top: 7px;
    margin-bottom: 7px;
    padding: 0px 12px;
}

.menu a:hover, .menu a:active, .menu a:focus {
    color: rgb(182,150,91);
    text-decoration: none;
}

.btn-gold {
    background-color: rgb(182,150,91);
    color: white;
    font-family: mr-eaves-modern, sans-serif;
    text-transform: uppercase;
    border-radius: 0px;
}

a.btn-gold:visited {
    color: white;
}

.btn-gold:not(.disabled):active, .btn-gold:not(.disabled):hover {
    background-color: #bdbdbd;
    color: white !important;
}

.jumbotron.splash {
    margin-bottom: 0px;
}

.jumbotron.splash#landing {
    background-image: url(https://sacraindumenta.com/assets/linens.jpg);
    background-size: cover;
    background-position: center;
    text-align: center;
}

#landing img {
    margin-top: 33px;
}

#landing h1 {
    margin-bottom: 0px;
    font-size: 70px;
}

#landing h2 {
    font-family: sorts-mill-goudy, serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: .8px;
}

#landing h3 {
    margin-top: 100px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 120px;
}

@media only screen and (min-width: 413px) {
    #landing h1 {
        font-size: 90px;
    }
    #landing h2 {
        font-size 20px;
        letter-spacing: .8px;
    }
    #landing h3 {
        font-size 20px;
    }
}

@media only screen and (min-width: 572px) {
    #landing h1 {
        font-size: 120px;
        letter-spacing: -4px;
        line-height: .9;
    }
    #landing h2 {
        font-size: 28px;
        letter-spacing: .9px;
    }
}

/*#gallery {
    padding: 100px 40px;
    background-color: white;
}*/

#gallery {
    padding: 0px;
    background-color: white;
}

/*#gallery .col-sm {
    overflow: hidden;
    margin-bottom: 24px; !important
}*/

#gallery .col-sm {
    overflow: hidden;
    margin: 0px;
    padding-right: 0px;
    padding-left: 0px;
}

#gallery .col-sm img {
    width: 100%;
    height: auto;
}

#gallery .row {
    margin-bottom: 0px;
}

/*@media only screen and (min-width: 576px) {
    #gallery .col-sm {
        margin-bottom: 0px;
    }
    #gallery .row {
        margin-bottom: 24px;
    }
}

@media only screen and (min-width: 800px) {
    #gallery {
        padding: 200px 100px;
    }
}*/

.jumbotron.splash#intro {
    text-align: center;
    background-color: white;
    overflow: hidden;
    padding: 0px;
}

#intro .container {
    background-image: url(https://sacraindumenta.com/assets/embroidery-background-light.jpg); 
    background-size: cover; 
    background-position: bottom; 
    padding: 33px; 
    margin: 33px auto; 
    outline: 3px solid white; 
    outline-offset: -20px;
}

#intro h1 {
    font-family: 'youngblood';
    font-size: 3.8rem;
    letter-spacing: -1.5px;
    line-height: .8;
}

#intro p {
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-size: 1.5rem;
    letter-spacing: normal;
    margin-bottom: 0px;
    line-height: 1;
}

#intro .hero {
    max-width: 900px;
    padding: 100px 40px 80px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 680px) {
    #intro .hero {
        padding: 250px 60px 230px;
    }
    
    #intro .container {
        padding: 100px;
    }
    /*#intro h1 {
        font-size: 3rem;
    }*/
}

#news {
    background: white;
    overflow: hidden;
    padding-top: 33px;
    padding-bottom: 66px;
    text-align: center;
}

#news .container {
    max-width: 800px;
}

#offerings {
    background-color: white;
    padding: 100px 20px;
    text-align: center;
}

#offerings .col-sm {
    margin-bottom: 33px;
}

.icons h2 {
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-size: 1.2rem;
    letter-spacing: normal;
    margin: 24px 0px;
    font-weight: 600;
}

.learn-more h3 {
    margin-top: 12px;
}

#offerings hr {
    border-top: 2px dashed #bdbdbd;
    width: 70%;
}

#scissors {
    position: absolute;
    right: 0;
    top: -36px;
    width: 100px;
    height: 47px;
    background-image: url("https://sacraindumenta.com/assets/scissors-gray.svg");
    background-size: contain;
}

@media only screen and (min-width: 576px) {
    #offerings {
        padding: 100px 40px;
    }
    #offerings .col-sm {
        margin-bottom: 0px;
    }
    #offerings hr {
        width: 75%;
    }
}

@media only screen and (min-width: 720px) {
    #offerings hr {
        width: 84%;
    }
}

@media only screen and (min-width: 800px) {
    #offerings {
        padding: 133px 100px;
    }
    #offerings hr {
        width: 90%;
    }
}

.jumbotron.splash#ask {
    background-image: url('https://sacraindumenta.com/assets/gown.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
}

#ask h1 {
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-size: 2.4rem;
    letter-spacing: normal;
    margin-bottom: 0px;
}

#ask .hero {
    max-width: 900px;
    padding: 280px 60px 230px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 576px) {
    #ask h1 {
        font-size: 2.6rem;
    }
}

@media only screen and (min-width: 800px) {
    #ask h1 {
        font-size: 3rem;
    }   
}

.jumbotron.splash#contact {
    background-image: url('https://sacraindumenta.com/assets/embroidery-background-dark.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
}

#contact h1, #bio h1 {
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-size: 2.4rem;
    letter-spacing: normal;
    margin-bottom: 0px;
}

#contact .hero {
    max-width: 700px;
    padding: 33px 60px;
    margin: 100px auto;
    background-color: white;
}

.jumbotron.splash#bio {
    background-image: url('https://sacraindumenta.com/assets/embroidery-background-dark-vertical.jpg');
    background-size: cover;
    background-position: center;
    text-align: center;
}

#bio .hero {
    width: 90%;
    max-width: 700px;
    padding: 33px 20px;
    margin: 100px auto;
    background-color: white;
}

@media only screen and (min-width: 800px) {
    #bio .hero {
        padding: 33px 60px;
    }

}

#instagram-gallery, #news-page {
    padding: 100px 60px;
    width: 100%; 
    background-color: white;
}

#instagram-gallery h1, #news-page h1 {
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-size: 2.4rem;
    letter-spacing: normal;
    margin-bottom: 60px;
}

#news-page h2 {
    font-family: mr-eaves-modern, sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 3px;
}

#news-page h2.article {
    font-family: ltc-goudy-oldstyle-pro, serif;
    font-size: 18px;
    letter-spacing: normal;
    margin-top: 12px;
}

#news-page h3 {
    margin-bottom: 17px;
}

/******Lightbox*********/

.lightbox {
  border: 0;
  box-shadow: none;
  display: inline-block;
  position: relative;
  text-decoration: none;
}

.lightbox-zoom {
  background: #fff;
  bottom: 0;
  color: #2727a4;
  line-height: 1;
  padding: .306em .5em;
  position: absolute;
  right: 0
}

.lightbox-no-scroll {
  overflow-y: hidden;
}


/* Overlay */
.lightbox-overlay {
  background: rgba(17, 17, 17, .8);
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 32;
  overflow: hidden;
}

  .lightbox-overlay *,
  .lightbox-overlay *::before,
  .lightbox-overlay *::after {
    box-sizing: inherit;
  }

  .lightbox-overlay[aria-hidden="true"] {
    display: none;
  }


/* Slider */
.lightbox-slider {
  -webkit-transition: left .3s ease, -webkit-transform .3s ease;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: left .3s ease, -webkit-transform .3s ease;
  transition: left .3s ease, transform .3s ease, -webkit-transform .3s ease;
  transition: left .3s ease, transform .3s ease;
  white-space: nowrap;
}


/* Content */
.lightbox-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

  .lightbox-content figure {
    position: relative;
  }

    .lightbox-content img {
      display: block;
      height: auto;
      max-height: 85vh;
      max-width: 85vw;
      width: auto;
    }

    .lightbox-content figcaption {
      background: rgba(17, 17, 17, .8);
      bottom: 0;
      color: #fff;
      display: block;
      left: 0;
      padding: .25em .5em;
      position: absolute;
      width: 100%;
    }


.lightbox-overlay button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 1.6em;
  height: 1.6em;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 1.6em;
}

  .lightbox-overlay button:focus {
    border: 1px solid #fff;
    outline: 0;
  }

  .lightbox-overlay button:disabled {
    cursor: default;
    opacity: .5;
  }

  .lightbox-overlay button[aria-label="Previous"],
  .lightbox-overlay button[aria-label="Next"] {
    top: 50%;
    top: calc(50% - (1.6em / 2));
  }

    .lightbox-overlay button[aria-label="Previous"] {
      left: 2%;
    }

    .lightbox-overlay button[aria-label="Next"] {
      right: 2%;
    }

  .lightbox-overlay button[aria-label="Close"] {
    top: 1em;
    right: 2%;
  }

.lightbox-counter {
  background: transparent;
  color: #fff;
  font-size: 1.15em;
  left: 2%;
  position: absolute;
  top: 1em;
}


.lightbox-loader {
  width: 5em;
  height: 5em;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -2.5em;
  margin-left: -2.5em;
}

  .lightbox-loader::before {
    -webkit-animation: spin 1s infinite;
    animation: spin 1s infinite;
    border-radius: 100%;
    border: .5em solid #9f9f9f;
    border-top-color: #2727a4;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
  }


@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/******** Inquiry Form *********/
#inquiry-form {
    padding: 33px 0px;
}

#inquiry-form input, #inquiry-form textarea {
    margin-top: 33px;
    width: 100%;
    padding-left: 7px;
    padding-right: 7px;
    border-radius: 0px;
    border: 1px solid #bdbdbd;
}

#inquiry-form input:active, #inquiry-form input:focus, #inquiry-form input:focus-visible,  #inquiry-form textarea:active, #inquiry-form textarea:focus, #inquiry-form textarea:focus-visible {
    border-radius: 0px;
    border: 1px solid #bdbdbd;
}

input::placeholder, textarea::placeholder {
    font-family: mr-eaves-modern, sans-serif;
	text-transform: uppercase;
	font-size: 14px;
}

#inquiry-form textarea {
    margin-bottom: 33px;
    height: 200px;
}

#inquiry-form .btn {
    width: auto;
    margin: 0px auto 0px;
    padding-left: 33px;
    padding-right: 33px;
}

/*********** Footer ***********/
footer {
    color: white;
    padding: 60px 33px 33px;
}

footer .full-size {
    display: none;
}

footer .full-size img {
    float: right;
}

footer h1 {
    font-size: 55px;
    letter-spacing: -2px;
}

footer p {
    font-family: mr-eaves-modern, sans-serif;
}

footer .mini-size img{
    float: none;
}

footer .mini-size .logo {
    text-align: center;
    display: block;
    overflow: hidden;
}

footer .mini-size .logo img {
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (min-width: 600px) {
    footer .full-size {
        display: flex;
    }
    footer .mini-size {
        display: none;
    }
}

#inquiry-form .status-msg {
    color: red;    
}

.hide-robot{
	display:none;
    border: none;
    margin-top: -33px;
}
