/*
Theme Name: Adams Iron - Block Theme
Author: Cameron Elliott
Description: Block Theme made by Dhali, LLC for Adams Iron.
Version: 1.0.0
License: GNU General Public License v2 or later
*/

div.cover-column {
  height: 712px;
}

div.sub-cover-column {
  height: 50%;
}

figure.cover-image,
.cover-image > a,
.cover-image > a > img {
  height: 100%;
}

div.my-column-gap {
  column-gap: 6rem !important;
}

@media (max-width: 1399.98px) {
  div.cover-column {
    height: unset;
  }

  div.my-column-gap {
    column-gap: 2rem !important;
  }
}

@media (max-width: 1199.98px) {
  div.my-column-gap {
    column-gap: 4rem !important;
  }
}
