/*
 Theme Name:   UTFI - Template Theme
 Theme URI:    https://generatepress.com
 Description:  Child Theme for UTFI
 Author:       Second Mile
 Author URI:   https://www.thesecondmile.com
 Template:     generatepress
 Version:      1.0
*/

/*** TYPOGRAPHY ***/
html,body {
    font-family: Montserrat, sans-serif;
	background-color: var(--background-body);
    color: #4b4b4b;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.field_sublabel_above .gfield_description {
    margin-top: 0 !important;
    padding-top: 0 !important;
}


.min-height--unset {
	min-height: unset!important;
}

// Very Small Devices (micro-mobile)
@media (max-width: 440px) {
  .site-logo {
    margin: 0 auto;
  }
}
