/*
 Theme Name:     Florida CERT Association Inc.
 Theme URI:      
 Description:    A child theme of Divi Theme
 Author:         Elegant Themes
 Author URI:     
 Template:       Divi
 Version:        2.9
*/
 
/* =Theme customization starts here
------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,700');
.inherit-font * {
	font-family: inherit;
	color: inherit;
	font-weight: inherit !important;
	font-size: inherit !important;
	line-height: inherit;
	letter-spacing: inherit;
}

/* ============================= Header */
h1, h2, h3, h4, h5, h6 {
	font-family: 'Poppins', sans-serif !important;
}
.poppins, .poppins * {
	font-family: 'Poppins', sans-serif !important;
}
h1 {
	font-weight: 600;
}
.font600, .font600 * {
	font-weight: 600 !important
}

#top-menu li a {
	font-family: 'Poppins', sans-serif;
}

#footer-info a {
    font-weight: 400;
}

@media screen and (max-width: 1200px){
	div#footer-info {
    width: 100%;
    text-align: center;
}

div#et-footer-nav {
    float: none;
    text-align: center;
}
}

