/*======================================
Theme Name: Town of Rock Falls
Theme URI: https://divicake.com/
Description: This is a Divi child theme for the Town of Rock Falls.
Version: 1.0
Author: bp designs
Author URI: https://brandonpdesigns.com
Template: Divi
======================================*/


/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

@font-face {
  font-family: 'TrueNorth-Regular';
  src: url('/wp-content/themes/town-of-rock-falls-divi-child-theme/fonts/TrueNorth-Regular.woff2') format('woff2'),
       url('/wp-content/themes/town-of-rock-falls-divi-child-theme/fonts/TrueNorth-Regular.woff') format('woff'),
       url('/wp-content/themes/town-of-rock-falls-divi-child-theme/fonts/TrueNorth-Regular.ttf')  format('truetype');
}

h1, h1 a, h2, h2 a {
  font-family: 'TrueNorth-Regular', sans-serif!important;
}

#footer-info {
    text-align: center!important;
    float: none!important;
}

@media only screen and (max-width: 600px) {
	
	div#et-main-area {
    margin-top: -40px;
}
	#footer-info {
    font-size: 9px;
}
	
}
