/*
Theme Name:         Indigo Tilt
Description:        Custom theme for Indigo Tilt.
Version:            1.0
Author:             Joel Pagan
Author URI:         http://civilbuffalo.com
*/

/* ---------------------------------------------------------------------------- 
  
  <3

---------------------------------------------------------------------------- */

.heading-1{
    color: #000000;
    font-weight: 700 !important;
    font-style: Bold !important;
    font-size: 72px !important;
    line-height: 72px !important;
    letter-spacing: -3.6px !important;
    vertical-align: middle !important;
}

#post-10253 figure.wp-block-media-text__media img {
    object-fit: cover;
    /* max-width: 100%; */
    width: 100% !important;
}

#post-10253 .split-column {
    -webkit-column-gap: 4rem !important;
    -moz-column-gap: 4rem !important;
    column-gap: 4rem !important;
}

#post-10253 .wp-block-media-text__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 100vh;
}


