/*
 Theme Name:   Intropia Development Theme
 Theme URI:    https://intropia.dev
 Description:  A custom theme for GeneratePress
 Author:       Heather Cote
 Author URI:   https://intropia.dev
 Template:     generatepress
 Version:      1.0
*/

/*Remove Underline from footer links*/
.remove-underline a {
    text-decoration: none;
}

@media(max-width: 1024px) {
    .no-mobile-background,
    .no-mobile-background:before {
        background-image: none !important;
    }
}

.larger-font{
	font-size: 3.5rem;
}

@media (max-width: 500px) {
  .larger-font{
	font-size: 2.8rem;
}
}


