/*
  GAYLE PRINTZ THEME - BASE STYLES
  ============================================================================
  This file contains base styles, typography, and utility classes
  Last Updated: [Current Date]
  ============================================================================
*/

/* ============================================================================
   THEME HEADER
   ============================================================================ */
/*
 Theme Name:   Gayle Printz
 Description:  Gayle Printz Wordpress theme by ICVM Hawk
 Author:       ICVM Hawk
 Author URI:   https://icvmhawk.com/
 Template:     Divi
 Version:      2.0.0
*/

/* ============================================================================
   BASE STYLES & TYPOGRAPHY
   ============================================================================ */

/* Font families and base typography */
a.header-icon {
    font-family: 'Poppins', Helvetica, Arial, Lucida, sans-serif;
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-transform: uppercase;
}

/* Utility classes */
.et_pb_icon.icon-hover a {
    display: inline-block;
    height: 35px;
    width: 35px;
    transition: all 0.2s ease-in-out;
}

.et_pb_icon.icon-hover a:hover {
	opacity: .75;
}

/* Superscript styling */
sup {
    font-size: .75em;
}


/* Footer stays bottom when when page doesn't have enough content */
.et-boc {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.et-boc #et-main-area {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.et-boc .et-l--footer {
  margin-top: auto; 
}
