﻿.myPage {
  max-width: 1100px !important;
  margin: 0 auto;
}

h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 200;
  font-style: normal !important;
  line-height: 1em;
}

h2, h3 {
  font-family: "Open Sans", sans-serif;
  color: gray;
  font-weight: 200;
  font-style: normal !important;
}

h3 {
  font-size: 21px;
}

ul {
  line-height: 1.8em;
}

a {
  color: dimgray;
}
a:hover {
  color: black;
}

.header {
  margin-top: 90px;
  border-bottom: solid 1px lightgray;
  padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
  .header {
    margin-top: 40px;
    padding-bottom: 30px;
  }
}

.header-content {
  height: 75px;
}
.header-content .logo-site {
  width: 220px;
}
@media screen and (max-width: 980px) {
  .header-content {
    height: 50px;
  }
  .header-content .logo-site {
    width: 140px;
    position: relative;
    top: 7px;
  }
}

.footer-row {
  font-size: 13px;
  color: gray;
}
.footer-row .social-link {
  background-image: url(/App_Themes/CSS/_images/x-symbol.png);
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
}

.fixed-top {
  max-width: 1100px !important;
  margin: 0 auto !important;
}

.homeContent {
  border: solid 1px lightgray;
  border-radius: 25px;
}
.homeContent:hover {
  border: solid 1px dimgray;
  transition-duration: 0.3s;
  box-shadow: 0 0 10px lightgray;
}

.pageReview {
  border: solid 1px gray;
  border-radius: 15px;
  box-shadow: 2px 2px 5px gray;
}

.icoTitle, .contIco, .leftMenuText {
  align-items: center;
  display: flex !important;
}

@media (max-width: 991px) {
  .leftMenuText {
    display: none !important;
  }
}

.contIco {
  text-align: center;
}

.myAnchor {
  width: 1px !important;
  height: 1px !important;
  position: relative;
  top: -85px;
}

.nav-home {
  width: 100%;
  /*max-width: 900px;*/
  margin: 0 auto;
}
.nav-home .img-navigation {
  height: 340px;
  min-height: 340px;
  display: block;
  position: relative;
  padding-bottom: 20px;
}
.nav-home .img-navigation a {
  color: black !important;
}
.nav-home .img-navigation .image-card {
  display: block;
  width: 100%;
  height: 280px;
  overflow: hidden;
}
.nav-home .img-navigation .image-card img {
  position: relative;
  object-fit: cover !important;
  width: 100% !important;
  height: 100% !important;
}
.nav-home .img-navigation .image-card img:hover {
  transform: scale(1.15);
  transition: all 0.5s ease-in;
}
.nav-home .img-navigation p {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
@media screen and (max-width: 980px) {
  .nav-home .img-navigation {
    width: 330px;
    height: 350px;
    min-height: 350px;
  }
  .nav-home .img-navigation .image-card {
    height: 300px;
    width: 300px;
  }
}

.menuItemCont {
  z-index: 100;
}

.navigation {
  font-weight: 200;
  padding-top: 55px;
  padding-left: 30%;
}

.title-flex {
  display: flex;
  flex-direction: row;
  width: 100%;
  min-width: 100%;
  flex-wrap: wrap;
}
.title-flex p {
  display: block;
  width: 100%;
  min-width: 100%;
}

/*Actor*/
.actor-title {
  margin: 40% 0 80px -50%;
  width: 120%;
  min-width: 120%;
  background-color: white;
  font-size: 41px;
  font-weight: bold;
  padding-left: 10px;
  letter-spacing: 0.009em;
  display: block;
}
@media screen and (max-width: 980px) {
  .actor-title {
    margin: -70px 0 40px;
    width: 100%;
    min-width: 100%;
    padding: 0 0 0 20px;
    font-size: 1.8em;
    line-height: 1.15em;
    background-color: transparent;
    color: white;
  }
}

.hr-spacer {
  margin: 40px 0;
}
@media screen and (max-width: 980px) {
  .hr-spacer {
    margin: 15px 0;
  }
}
.hr-spacer hr {
  color: gray;
}

h4 {
  color: black;
  font-weight: 600;
}

h5 {
  font-weight: 500;
  color: dimgray;
  margin: 15px 0;
  font-size: 1.2em;
}

/*producer gallery*/
.producer-gallery img {
  width: 100%;
  height: 250px;
  object-fit: cover !important;
  margin-bottom: 10px;
}
@media screen and (max-width: 576px) {
  .producer-gallery img {
    height: 200px;
  }
}
.producer-gallery a {
  text-decoration: none;
  color: dimgray !important;
}
.producer-gallery p {
  line-height: 1.1em;
}

/*media*/
.carousel {
  /*min-height: 580px;*/
}
.carousel .carousel-indicators {
  bottom: -50px !important;
  background-color: black;
  height: 25px;
}
.carousel .carousel-indicators [data-bs-target] {
  height: 7px;
}
.carousel .carousel-item {
  justify-content: center !important;
}
.carousel .carousel-item iframe {
  aspect-ratio: 16/9;
  width: 100% !important;
}
.carousel .carousel-control-prev, .carousel .carousel-control-next {
  height: 80%;
  max-height: 520px;
}
@media screen and (max-width: 576px) {
  .carousel .carousel-control-prev, .carousel .carousel-control-next {
    display: none !important;
  }
}
