/*--------------------------------------------------------------
# Vendor Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Variables
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Typography
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Animation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Partials
--------------------------------------------------------------*/
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*--------------------------------------------------------------
# Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Animate
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Pseudo Styles
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Structure
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Pastors Conference Sacramento 2027 V1
--------------------------------------------------------------*/
/*
NEUE HAAS GROTESK DISPLAY PRO
font-family: "neue-haas-grotesk-display", sans-serif;

MEDIUM
font-weight: 600;
*/
#navigationV3 {
  display: none;
}

.site-footer-v3 {
  display: none;
}

body {
  background-image: url("../../images/section/pastors-conference-sacramento-2027-v1/main-background-mobile.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

#page {
  height: 100vh;
}

.jc-container-v3 {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 450px;
}

.header-section {
  background-color: #906029;
  padding: 16px 0;
}
.header-section h1 {
  font-family: "Geist", sans-serif;
  color: #FFF;
  text-align: center;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 190.421% */
  letter-spacing: 0.09rem;
  text-transform: uppercase;
  margin: auto;
}
.header-section h1 a {
  color: #FFF;
  text-decoration: none;
}

.details-section {
  padding: 0;
}
.details-section .content {
  margin: auto;
  max-width: 335px;
}
.details-section .content img {
  position: relative;
}
.details-section .btn-register {
  background-color: transparent;
  border: 1.028px solid #FFF;
  color: #FFF;
  display: block;
  font-family: "Geist", sans-serif;
  text-align: center;
  font-size: 2.4595rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  /* 135.714% */
  padding: 14.5px 0;
  text-transform: uppercase;
  margin: auto;
  max-width: 200px;
  width: 100%;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.details-section .btn-register:hover {
  border-color: #FFF;
  background-color: #FFF;
  color: #000000;
}
.details-section .btn-register:focus {
  border-color: #FFF;
  background-color: #FFF;
  color: #000000;
}

@media (min-width: 992px) {
  body {
    background-image: url("../../images/section/pastors-conference-sacramento-2027-v1/main-background-desktop.webp");
  }

  .jc-container-v3 {
    max-width: 2000px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .header-section .jc-container-v3 {
    max-width: 1400px;
  }
  .header-section h1 {
    font-size: 2rem;
    letter-spacing: 0.1rem;
  }

  .details-section .content {
    max-width: 975px;
  }
  .details-section .btn-register {
    font-size: 3.4rem;
    max-width: 350px;
    padding: 14px 0;
  }
}
/*# sourceMappingURL=pastors-conference-sacramento-2027-v1.css.map */
