/**
*** Body, Header, Generic Sections, Footer
**/

body {
  color: #ffbf00; /* gold */
  font-size: 16px;
  padding: 0rem;
  overflow-x: hidden;
}

h1, h2, h3, h4 {
  text-align: center;
}

h1, h2, h3, h4, p, a, div, span {
  font-family: 'Raleway', sans-serif;
}

.navbar {
  font-size: 1.2rem;
}

.section-bkg {
  width: 100%;
  position: absolute;
}

.section-black {
  background-color: black;
  padding: 2rem;
}

#section-contact {
  position: relative;
  background-image: url('../assets/images/mountains-short-q99.webp');
  background-color: #01051e; /* dark blue */
  min-height: 1076px;
  background-position: 50% 100%;
  background-repeat: no-repeat;
}

#section-contact-title {
  margin-top: 180px;
}

.section-gray {
  background-color: gray;
  padding: 2rem;
}

.section-header {
  color: white;
  background-color: #42abc0; /* lighter teal */
  padding: 4rem;
}

.section-header h1 {
  font-size: 52px;
}

#section-intro {
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-color: #364fa9; /* Matches to blue of the sky in the background */
  color: white;
}

/* Beyond min breakpoint */
@media only screen and (min-width: 575px) {
  #section-intro {
    background-image: url('../assets/images/sky-caynes-art-v2.jpg');
  }
}

.section-light-teal {
  color: white;
  background-color: #42abc0; /* lighter teal */
  padding: 2rem;
}

#section-process {
  position: relative;
  background-image: url('../assets/images/lit-water-q80.webp');
  background-color: #01051e; /* dark blue */
  background-repeat: no-repeat;
  background-position: 25% 0;
}

.section-teal {
  color: white;
  background-color: #2c6a80;
  padding: 2rem;
}

.section-transparent {
  color: #ffbf00; /* gold */
  padding: 2rem;
}

.section-white {
  color: #ffbf00; /* gold */
  background-color: white;
  padding: 2rem;
}

.social-bar {
  background-color: #881c3b; /* light raspberry */
  min-height: 8px;
  text-align: center;
  padding-top: 1.75rem;
  padding-bottom: 0.75rem;
}

.social-icon {
  display: inline-block;
}

.social-icon img {
  width: 24px;
  height: 24px;
}

.box-r-pt {
  position: relative;
  background-color: #72508d;
  width: 200px;
  height: 80px;
  padding: 1rem;
  border-radius: 4px;
}

.box-r-pt:after {
  content:"";
  position: absolute;
  left: 99%;
  top:0px;
  width:0px;
  height:0px;
  border-top:40px solid transparent;
  border-left:40px solid #72508d; /* purple */
  border-bottom:40px solid transparent;
}

.card-img-top {
  border-radius: 4px;
}

.card-subtitle {
  font-size: 0.875rem;
}

.footer {
  background-color: #541124;
  text-align: center;
  color: white;
  padding: 0.5rem;
}

.footer-item {
  display: inline-block;
  margin: 8px;
}

.footer-link {
  color: white;
}

.footer-logo {
  margin: 8px;
}

.footer p {
  margin: 8px;
}

#karl-showcase {
  cursor: default;
}

.main-title {
  color: white;
  font-size: 3rem;
}

.modal-title {
  width: 100%;
  text-align: center;
  color: black;
}

.modal-body {
  color: black;
}

.modal-body video {
  width: 100%;
}

.no-bullets {
  color: white;
  list-style-type: none;
  margin-bottom: 0px;
}

.pane-gray {
  background-color: #000000b8;
  border-radius: 4px;
  padding: 4px;
}

.pane-gray-33 {
  background-color: #00000070;
  border-radius: 8px;
  padding: 1rem;
  margin: 1rem;
}

.pane-gray p {
  padding: 0px 4px 0px 4px;
}

.process-desc {
  color: white;
  margin-bottom: 2rem;
  margin-left: 1rem;
  margin-right: 1rem;
}

.section-title {
  color: #ffbf00;
  font-size: 3rem;
}

.teal-text {
  color: teal;
}

/**
*** App-non-specific things
**/
.bg-chocolate {
  background-color: #401e1d;
}

.bg-gold {
  background-color: #ffbf00;
}

.bg-light-raspberry
  background-color: #881c3b;

.bg-light-teal {
  background-color: #42abc0;
}

.bg-raspberry {
  background-color: #541124;
}

.bg-teal {
  background-color: #2c6a80;
}

.green-text {
  color: green;
}

.mb-6 {
  margin-bottom: 32px;
}

.mb-8 {
  margin-bottom: 48px;
}

.mt-6 {
  margin-top: 32px;
}

.mt-8 {
  margin-top: 48px;
}

.pb-pt5 {
  padding-bottom: 0.125rem!important;
}

.pb-5 {
  padding-bottom: 2.0rem!important;
}

.pb-6 {
  padding-bottom: 2.5rem!important;
}

.pb-7 {
  padding-bottom: 3.0rem!important;
}

.pb-8 {
  padding-bottom: 3.5rem!important;
}

.pb-8 {
  padding-bottom: 3.5rem!important;
}

.text-white {
  color: white;
}

.text-teal {
  color: #2c6a80;
}

.on-top {
  position: relative;
  z-index: 11;
}

/**
*** Home Page Specific-Elements
**/

#bridge-bottom-spacing {
  padding: 20px;
}

#footer-deco {
  position: absolute;
  bottom: -30px;
  margin-left: 73.5%;
  z-index: 10;
}

#footer-deco-container {
  position: relative;
}

#gold-spacing {
  padding: 90px;
}

/*
#mountain-deco {
  position: absolute;
  bottom: 0px;
}
*/

#nav-deco {
  position: relative;
  bottom: 0;
  height: 102px;
  left: -5px;
  top: 8px;
}

#section2 {
  position: relative;
  background-image: url('../assets/images/bkg-gold-q50.webp');
  background-size: cover;
}

#section2-title {
  margin-top: 100px;
}

#section2-left-deco {
  position: absolute;
  top: -102px;
  z-index: 2;
}

#section3-bridge-deco {
  position: absolute;
  top: -180px;
  z-index: 5;
  margin-left: 50%;
  transform: translateX(-50%);
}

#section3-lake-deco {
  position: absolute;
  top: -110px;
  min-width: 100%;
  z-index: 2;
}

#section3-left-rock-deco {
  position: absolute;
  top: 230px;
  left: 30px;
  z-index: 6;
}

/* Desktop */
#section3-right-rock-deco {
  position: absolute;
  top: -60px;
  right: 0px;
  z-index: 7;
}

/* Small screens or mobile */
@media only screen and (max-width: 991px) {
  #section3-right-rock-deco {
    opacity: 0.5;
  }
}

#package-a-button {
  width: 100%;
}

#package-a-image img {
  cursor: default;
}

#package-a-feature-list {
  min-height: 206px;
}

#package-b-button {
  width: 100%;
}

.social-columns {
  text-align: right;
}

.btn-q {
  padding: 0px;
  position: relative;
  top: -3px;
}

.card-add-on {
  display: inline-block;
  max-width: 480px;
  text-align: start;
}

.card-add-on-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.card-add-on-input div {
  display: inline-block;
}

.card-add-on-input input {
  text-align: end;
}

.card-package {
  text-align: center;
  margin-bottom: 1rem;
}

.expander {
  font-size: 1.5rem;
  width: 100%;
  max-width: 500px;
}

.expand-icon {
  padding: 0px 3px 3px 3px;
}

#firework-deco {
  position: absolute;
  top: 12px;
  right: 8px;
  max-width: 400px;
}

/* Hide when very small so that it doesn't overlap the building image */
@media only screen and (max-width: 900px) {
  #firework-deco {
    display: none;
  }
}

.hero-img {
  width: 100%;
}

.large-add-on-text {
  text-align: end;
  padding-right: 1.5em;
}

.main-content .container-fluid {
  min-height: 900px;
}

.process-row {
  font-size: 1.5rem;
  padding: 0.5rem 2.5rem;
  text-align: center;
}

.process-btn {
  font-size: 1.5rem;
}

.text-callout {
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
}

.text-callout .badge {
  position: relative;
  top: -2px;
  padding-top: 6px;
  padding-bottom: 6px;
}

.tiny-title {
  text-align: center;
}


#top-right-balloon {
  position: absolute;
  top: 100px;
  right: -36px;
  max-width: 194px;
}

/* Small screens or mobile */
@media only screen and (max-width: 991px) {
  #top-right-balloon {
    display: none;
  }
}

/*
.wrapped-border {
  padding: 4px;
  background-color: #ac8100;
  background-color: #ffbf00;
  background-color: #d5be82;
  border-radius: 4px;
}
*/

/**
*** Portfolio Page Specific-Elements
**/

#showcases-content video {
  width: 100%;
}
