@import url('https://fonts.googleapis.com/css2?family=Manjari&display=swap');

.background {
  background-image: url('../media/background.svg');
  background-size: 2000px auto;
  font-family: 'Manjari', sans-serif;
}

nav > .container-fluid > a > img {
  max-width: 3.5rem;
  max-height: 3.5rem;
}

nav a {
  margin-top: 0.25rem;
  margin-left: 2rem;
  margin-right: 2rem;
}

nav > .container-fluid > #navbarSupportedContent > ul > li {
  border: 0.25rem solid transparent;
}
nav > .container-fluid > #navbarSupportedContent > ul > li > a {
  font-size: 1.5rem;
}

.navTransparent {
    transition-duration: 0.5s;
    background-color: transparent;
}
.navTransparent > .container-fluid > #navbarSupportedContent > ul > li:hover {
    transition-duration: 0.5s;
    border-radius: 1rem;
    border: 0.25rem solid #c6d5ec;
    background-color: #f2f2f2;
}
.navTransparent > .container-fluid > #navbarSupportedContent > ul > li > a {
    transition-duration: 0.5s;
    color: #3d7bff;
}

.navColor {
    transition-duration: 0.5s;
    background-color: #c6d5ec;
    border-radius: 0rem 0rem 2rem 2rem;
}
.navColor > .container-fluid > #navbarSupportedContent > ul > li:hover {
  transition-duration: 0.5s;
  border-radius: 1rem;
  border: 0.25rem solid white;
  background-color: #d7e3f4;
}
.navColor > .container-fluid > #navbarSupportedContent > ul > li > a {
    transition-duration: 0.5s;
    color: white;
}

@media (min-width: 1200px) {
  .content {
    margin-top: 3rem;
  }
}

.box {
  padding-left: 10%;
  padding-top: 2.5%;
  padding-bottom: 10%;
  padding-right: 7.5%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: row;
}
.box > img {
  width: 45%;
  max-width: 100%;
}
.datetime {
  margin-left: auto;
}

@media (max-width: 1200px) {
  .home-button {
    margin: 0 auto;
  }
}

.buttons {
  display: flex;
  flex-direction: row;
  height: fit-content;
}


@media (max-width: 1200px) {
  .datetime {
    margin-left: 0;
  }
  .box {
    flex-direction: column;
    justify-items: center;
  }
  .datetime {
    margin-top: 2rem;
    flex-direction: column;
    justify-content: center;
  }
  .datetime > .buttons {
    flex-direction: column;
  }
  .buttons > #brochure-button {
    margin: 0 auto;
    margin-top: 1.5rem;
  }
}

.buttons > a {
  text-decoration: none;
}

#brochure-button {
  height: 100%;
  margin-left: 1rem;
}

#brochure-button > p {
  color: white;
}

#brochure-button:hover, #brochure-button:visited, #brochure-button:active {
  color: inherit;
  text-decoration: none;
}

.modal-body {
  max-height: 80vh;
  overflow-y: auto;
}

#home-modal-content {
  border: none;
  background-color: transparent;
}

#home-carousel > .carousel-inner {
  border: none;
  border-radius: 1.5rem;
}

#modal-close {
  position: absolute;
  right: 2.5%;
  top: 2.5%;
}

.home-button {
  color: white;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border-radius: 1.25rem;
  width: fit-content;
  border: none;
  background-color: #3d7bff;
  font-size: 1.5rem;
  display: flex;
  flex-direction: row;
  height: fit-content;
}

.home-button > p {
  margin-bottom: 0;
  height: fit-content;
  backface-visibility: hidden;
}

.home-button {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  width: fit-content;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.05); /* Otherwise leaves behind lines on scale */
  backface-visibility: hidden;
}

.home-button:hover {
  -webkit-transform: translateZ(0);
  transform: scale(1.1) rotate(0.01deg);
}

.home-video-wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
}

.trailer {
  max-height: 70vh;
  max-width: 100%;
  width: auto;
  object-fit: contain;
  margin-left: auto;
  margin-right: auto;
}

#home-carousel {
  margin-left: auto;
  margin-right: auto;
}

#home-carousel > .carousel-control-prev {
  height: fit-content;
  margin: auto 0;
}

#home-carousel > .carousel-control-next {
  height: fit-content;
  margin: auto 0;
}

#trailer-icon {
  height: 3rem;
  filter: invert(1);
  padding-left: 1rem;
  padding-bottom: 0.5rem;
}

.about-image {
  border-radius: 2rem;
}
.about-info {
  margin-top: 1.5rem;
}

.about-text {
  border: 1rem solid #e5e5e5;
  background-color: #f2f2f2;
  border-radius: 2rem;
  padding: 2rem;
}
@media (max-width: 1200px) {
  .about-right-column > .about-text {
    padding: 1rem;
  }
}

.about-text p {
  font-size: 1.05rem;
}

.gallery-carousel {
  margin-bottom: 2rem;
}

#gallery_carousel_2020 {
  margin-bottom: 5rem;
}


.gallery-carousel > .carousel-control-prev {
  height: fit-content;
  margin: auto 0;
}

.gallery-carousel > .carousel-control-next {
  height: fit-content;
  margin: auto 0;
}


@media (max-width: 1200px) {
  .box > .datetime {
    float: none;
    text-align: center;
  }
  .content > .box > img {
    max-height: 50vh;
    width: auto;
    padding-left: 5%;
    padding-right: 5%;
  }
  .content > .box {
    display: flex;
    flex-direction: column;
    justify-items: center;
    padding-left: 5%;
    padding-right: 5%;
  }
  .box > .datetime > .date {
    font-size: 2.5rem;
  }
  .box > .datetime > .misc {
    font-size: 1.5rem;
  }
}

.date {
  color: #f07f7f;
  font-size: 4.5rem;
}
.misc {
  color: #5f8dd3;
  font-size: 2rem;
}


.gallery-title {
  color: #f07f7f;
  font-size: 2.5rem;
  text-align: center;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 1.5rem;
}

@media (min-width: 1200px) {
  .gallery-title {
    font-size: 4rem;
  }
}

.gallery-carousel {
  width:85%;
  max-width: 1600px;
  border-radius: 3rem;
  background-color: grey;
  margin-left: auto;
  margin-right: auto;
}
.gallery-carousel img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 40rem;
  width: auto;
  object-fit: contain;
}
.gallery-carousel video {
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 40rem;
  width: auto;
  object-fit: contain;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  background-color: rgba(0,0,0,0);
  border-radius: 3rem;
  pointer-events: none;
}

.carousel-item:hover > .overlay {
  opacity:1;
  background-color: rgba(0,0,0,0.85);
}

.overlay-vid {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-bottom:auto;
  height: 90%;
  width: 100%;
  transition: .5s ease;
  opacity:0;
  background-color: rgba(0,0,0,0);
  border-radius: 3rem;
  pointer-events: auto;
}

.overlay-vid:hover {
  opacity:1;
  background-color: rgba(0,0,0,0.85);
}
.text {
  color: white;
  font-size: 1.2rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

.about-box {
  max-width: 2000px;
  width: 90%;
  margin: 0 auto;
  height: fit-content;
}

@media (min-width: 1200px) {
  .about-box {
    display: flex;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .about-column {
    margin-left: 4.5rem;
    flex: 50%;
  }
  .about-right-column > .about-main-title {
    text-align: left;
    font-size: 4rem;
  }
  .about-column > .about-image {
    max-height: 100%;
  }
}

.about-image {
  width: 100%;
  max-height: 50vh;
  object-fit: cover;
  display: flex;
  align-self: center;
  height: 100%;
  object-position: 50% 40%;
}

.about-main-title {
  color: #f07f7f;
  font-size: 2.5rem;
  text-align: center;
  height: fit-content;
}

@media (max-width: 1200px) {
  .about-main-title {
    padding-top: 2rem;
  }
}


.about-description {
  font-size: 1.1rem;
}

.about-description-full {
  font-size: 1.1rem; 
  max-width: 40rem; 
  margin: 0 auto; 
  padding-bottom: 1rem;
}

.about-left > a > .about-info-full {
  margin-top: 1.5rem; 
  padding: 1rem 0 1rem 0;
}

@media (max-width: 1200px) {
  .about-info-full > .about-description-full {
    text-align: left;
    margin: 0 0;
    max-width: 100%;
    width: 100%;
  }
  .about-left > a > .about-info-full {
    text-align: left;
    padding-left: 10%;
    padding-right: 10%;
  }
}

.about-grid-title {
  text-align: center;
  padding-top: 3rem;
}

.about-grid-description {
  text-align: center;
}

.about-grid-wrapper {
  display: flex;
  justify-content: center;
}

.about-grid {
  margin-top: 1rem;
  flex: 1;
  max-width: 1500px;
  margin-bottom: 3rem;
}

@media (min-width: 1200px) {
  .about-grid {
    display: grid;
    grid-template-columns: 10rem 1fr 1fr 1fr;
    column-gap: 0.5vw;
    row-gap: 0.5vw;
    justify-items: center;
    align-items: center;
    grid-auto-rows: minmax(10rem, auto) 2rem;
    margin-left: 10vw;
    margin-right: 10vw;
  }
}

.about-title {
  height: fit-content;
  width: 100%;
}

#about-grid-title-line {
  height: 2px;
  margin: auto;
  padding-left: 5%;
  width: 90%;
  max-width: 1700px;
}

@media (max-width: 1200px) {
  .about-title {
    text-align: center;
  }
}

.about-item {
  width: 100%;
}

@media (min-width: 1200px) {
  .about-item {
    height: 100%;
  }
}

.about-item > a {
  height: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr minmax(4rem, fit-content);
  /* Disables link until we know what the url will be */
  pointer-events: none;
  cursor: default;
}

@media (max-width: 1200px) {
  .about-title > a {
    grid-auto-rows: auto;
  }
}

.about-item > a:link {
  text-decoration: none;
}

.about-item > a:visited {
  text-decoration: none;
}

.about-item > a:hover {
  text-decoration: none;
}

.about-item > a:active {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .about-title {
    padding-bottom: 2rem;
  }
}

.about-grid-divider {
  color: black;
  grid-column-start: span 4;
  width: 100%;
}

.about-button {
  grid-column: 1;
  grid-row-start: 1;
  grid-row-end: 3;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
}

.about-code {
  grid-column: 1;
  grid-row: 2;
  padding: 0% 10% 1rem 10%;
  color: white;
  font-size: 1.25rem;
}

.about-button {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.about-button > button {
  width: 90%;
  height: 90%;
  border: none;
  border-radius: 2rem 0rem 2rem 0rem;
  transition: width 0.25s, height 0.25s;
  padding-left: 1rem;
  padding-bottom: 3rem;
  display: flex;
  justify-content: center;
  background-color: #307bf3;
}

.about-left > a > .about-button > button {
  background-color: #307bf3;
}

.about-middle > a > .about-button > button {
  background-color: #0d5ddf;
}

.about-right > a > .about-button > button {
  background-color: #0944a1;
}

.about-item:hover > a > .about-button > button {
  width: 95%;
  height: 95%;
}

.about-info {
  padding: 1rem 10% 0% 10%;
  display: flex;
  justify-self: center;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  top: 0;
  z-index: 1;
  color: white;
  width: 100%;
}

.about-info > p {
  font-size: 1.1rem;
}

.about-info > h1 {
  font-size: 2rem;
}

.about-full {
  grid-column-start: span 3;
  text-align: center;
  width: 100%;
  height: 90%;
}

.about-full > a > .about-button > button {
  width: 97%;
}

.about-full:hover > a > .about-button > button {
  width: 99%;
  height: 95%;
}

.about-info-full {
  display: flex;
  justify-items: center;
  align-items: self;
  flex-direction: column;
  grid-column: 1;
  grid-row: 1;
  z-index: 1;
  color: white;
  width: 100%;
  padding-top: 4rem;
  padding-bottom: 3rem;
}

.about-full > a {
  height: 100%;
  /* Disables link until we know what the url will be */
  pointer-events: none;
  cursor: default;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: center;
}

.about-full > a:link {
  text-decoration: none;
}

.about-full > a:visited {
  text-decoration: none;
}

.about-full > a:hover {
  text-decoration: none;
}

.about-full > a:active {
  text-decoration: none;
}

@media (max-width: 1200px) {
  .about-full {
    height: fit-content;
  }
  .about-full > a > .about-button > button {
    width: 90%;
    height: 90%;
  }
  .about-full:hover > a > .about-button > button {
    width: 95%;
  }
}
