/*
Theme Name:         Fairmont
Description:        The custom theme for Fairmont
Version:            1.1.0
Author:             Shed Collective
Author URI:         https://shedcollective.com
Text Domain:        sage
License:            MIT License
License URI:        https://opensource.org/licenses/MIT
Requires PHP:       8.2
Requires at least:  6.6
*/

@media (max-width: 520px) {
  .hero__image-container img {
    min-height: 400px !important;
    transform: translate(0) !important;
  }

  .hero__content {
    width: 300px !important;
  }

  .hero {
    height: 400px !important;
  }

  .section__parallax {
    height: 400px !important;
  }

  .section__parallax img {
    object-fit: contain !important;    
  }

  .section {
    padding: 1.5rem 0 !important;
  }

}

@media (min-width: 521px) and (max-width: 1023px) {
  .hero__image-container img {
    min-height: 700px !important;
    transform: translate(0) !important;
  }

  .hero {
    height: 700px !important;
  }
}
