/*
Theme Name: Héctor Muñoz (2024)
Theme URI: https://hectormunozgcomposer.com
Author: Héctor Muñoz
Author URI: http://hectormunozgcomposer.com
Description: Official website of Film Composer and Sound Designer Héctor Muñoz
Version: 0.1
License: Copyright
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.pb-fix {
  padding-bottom: 150px;
}

.pushy-link {
  text-transform: uppercase;
}

.footer-social .instagram:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #C13584;
}

.footer-social .IMDB:hover {
  -webkit-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -ms-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #DBA506;
}

.poster-img {
  filter: grayscale(100%); /* Make image black and white */
  transition: filter 0.3s ease-in-out; /* Smooth transition effect */
}

.poster-img:hover {
  filter: grayscale(0%); /* Revert to color on hover */
}

.uppercase {
  text-transform: uppercase;
}

.project-description p {

  margin-top: 10px;
  font-size: 12pt;
  font-weight: 300;
  color: #fff;
  letter-spacing: 1px;
  line-height: 15pt;

}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

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

.section-pt {
  padding-top: 3rem;
}

.section-pb {
  padding-bottom: 3rem;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}