:root {
  --navy: #486893;
  --violet: #bf9bbe;
  --green: #dbe8ae;
  --lightgray: #ecf3f6;
  --lightblue: #c4e5ef;
  --blue: #80c8da;
  --fontcolor: #494c4e;
}

/* ------------------------------------------------------------------ */
/* Header Styles
/* ------------------------------------------------------------------ */
.navbar {
  background-color: var(--lightgray);
}

.navbar .nav-link {
  font-size: 1.25rem;
  margin-right: 1.8rem;
}
.navbar .nav-link h4 {
  margin: 0;
}

.navbar-nav {
  text-align: right;
}

button.btn.btn-info {
  background-color: var(--lightgray);
  color: var(--navy);
  font-size: 1.25rem;
  font-weight: 600;
  border: 2px solid var(--navy);
  padding: 0.6rem 1.4rem;
  letter-spacing: 0.1rem;
}

button.btn.btn-info:hover,
button.btn.btn-info:active {
  background-color: var(--navy);
  border-color: var(--navy);
  color: var(--lightgray);
}

button.btn.btn-info:focus {
  box-shadow: none;
}

/* ------------------------------------------------------------------ */
/* Components Styles
/* ------------------------------------------------------------------ */
.background-picture {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.background-picture picture img,
.card-contents__img-container picture img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}

.text-contents {
  padding: 6.5rem 1.25rem;
}

.text-contents-sm {
  padding-left: 0rem !important;
  padding-right: 0rem !important;
}

.text-contents__inner-container {
  margin: 0;
}

.text-contents__inner-container p.p-font-lg {
  font-size: 1.6rem;
}

.text-contents__inner-container p:not(:last-child) {
  margin-bottom: 3rem;
}

.text-contents__inner-container h1:not(:first-child) {
  margin-top: 3rem;
}

.text-contents h1,
.card-contents h1 {
  color: var(--navy);
  margin-bottom: 1.6rem;
}

.text-contents,
.card-contents {
  font-size: 1.25rem;
}

.card-contents {
  background-color: var(--lightgray);
}

.card-contents .no-gutters > * {
  padding-left: 0;
  padding-right: 0;
}

.card-contents__img-container {
  width: 100%;
  height: 33vh;
  min-height: 100%;
}

.card-contents__inner-row {
  padding-top: 4rem;
  padding-bottom: 4rem;
  align-items: center;
  width: 100%;
}

.card-contents__inner-container {
}

.card-contents__inner-btn-container {
  padding-left: 0 !important;
}

.card-contents .row.row-reverse {
  flex-direction: row-reverse;
}

.main-contents__wrapper {
  padding-bottom: 2rem;
}

.card-contents__textslide {
  font-size: 2rem;
}

/* ------------------------------------------------------------------ */
/* Hero Styles
/* ------------------------------------------------------------------ */

.hero-main {
  position: relative;
  min-height: 600px;
  height: calc(100vh - 62px);
}

.hero-sub {
  position: relative;
}

.hero-sub-lg {
  height: 390px;
}
.hero-sub-sm {
  height: 200px;
}

.hero-main .container,
.hero-sub .container,
.hero-main .row,
.hero-sub .row {
  height: 100%;
}

.hero-sub .container {
  margin: 0;
}
.hero-sub .row {
}

.hero-main__foreground-container,
.hero-sub__foreground-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  color: white;
  font-weight: bold;
}

.hero-sub__foreground-contents h1 {
  font-size: 3.375rem;
}

/* word-break function in using react-reveal: cascade option - Jin */
.hero-sub__foreground-contents h1 span {
  margin-right: 0.2rem;
}

.hero-main__foreground-contents .text-transition {
  display: inline-block !important;
}
.hero-main__foreground-contents .hero-main__heading1-container {
  margin-bottom: 3rem;
  margin-top: 2rem;
  background-color: rgba(236, 218, 217, 0.3);
  border-radius: 1rem;
  width: max-content;
  padding: 1rem 2rem;
  max-width: 100%;
}

.hero-main__heading1-container h1 {
  font-size: 4rem;
  text-shadow: 4px 4px 4px var(--fontcolor);
  margin-bottom: 0;
}

.hero-main__transition {
  font-size: 3rem;
  margin-left: 0.5rem;
}

h1.hero-main__transition_title {
  font-size: 3rem;
}

.hero-main__foreground-contents h1,
.hero-main__foreground-contents h3,
.hero-main__foreground-contents p {
  color: white;
  letter-spacing: 0.1rem;
  word-wrap: break-word;
}

.hero-main__heading1-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* ------------------------------------------------------------------ */
/* MainPage Styles
/* ------------------------------------------------------------------ */

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

.contact__btn-row {
  padding-left: 1rem;
  padding-right: 1rem;
}

.contact__form-wrapper {
  margin-bottom: 2rem;
  color: var(--fontcolor);
}

/* ------------------------------------------------------------------ */
/* About Styles
/* ------------------------------------------------------------------ */
.about__btn-container {
  text-align: center;
}
.about__btn-container button {
  width: 50%;
  min-width: 180px;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
  letter-spacing: 0.5rem !important;
}
/* ------------------------------------------------------------------ */
/* Glass Styles
/* ------------------------------------------------------------------ */
.glass {
}

.video-responsive {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}

.video-responsive iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}

.img-glass {
  object-fit: cover;
}

.carousel {
  flex: 1;
  height: undefined;
  width: undefined;
}

.card-margin {
  margin: 3rem;
  height: 400px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.card-body {
  padding: 0 !important;
}

/* ------------------------------------------------------------------ */
/* Interior Styles
/* ------------------------------------------------------------------ */
.interior {
}

/* ------------------------------------------------------------------ */
/* Footer Styles
/* ------------------------------------------------------------------ */
.footer {
  background-color: var(--lightgray);
  text-align: center;
  /* margin-top: 2rem; */
  padding-top: 1rem;
}

.icons {
  margin: 1rem 3rem;
}

.back-to-top {
  width: 5rem;
  height: 5rem;
  font-size: 2.2rem;
}

.hoverY {
  transition: all 0.2s ease-in;
  cursor: pointer;
}
.hoverY:hover {
  transform: translateY(-4px);
}

.back-to-top__container {
  align-content: center;
  text-align: center;
  display: inline-block;
  flex-direction: column;
}

.back-to-top__container p {
  margin-bottom: 0;
  margin-top: -20px;
}

ul {
  padding: 0;
}
