/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Noah's Code
 Author URI:     https://www.NoahsCode.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* ---------- Theme customization starts here ---------- */
/* Remove default thin drop-shadow dark line from header navigation bar */
.et_fixed_nav #main-header, 
	.et_fixed_nav #top-header {
    box-shadow: none;
}
/* Force contact details/social icons bar background to colour you want */
#et-secondary-nav li ul, 
	#top-header {
    background-color: #2f84d9;
}
/* Added to centre header contact details & social media icons */
#et-info {
    float: none;
    text-align: center;
	margin-top: 5px
}
/* Added additional margin top to H2's & H3's */
.et_pb_text_0 h2,
	.et_pb_text_0 h3 {
    margin-top: 0.8em !important;
}
/* Added larger font size for lead paragraphs */
.et_pb_text_0 p.lead-para {
	font-size: 24px;
	margin-bottom: 0.4em;
}
#footer-bottom {
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, 0.0) !important;
}

/* Make footer menu centre aligned 
.bottom-nav {
	float: none!important;
    text-align: center !important;
}
/* Center the Bottom Bar 
#footer-info {
	width: 100%;
	margin:0 auto;
	text-align: center !important;
}
/* Center Footer Bottom Bar 
#footer-info,
  #footer-info a {
    float: none !important;
    text-align: center !important;
}
*/
.footer-designby-link a {
	color: #e0e0e0 !important;
	font-weight: bold !important;
	transition: 3s !important;
}
.footer-designby-link a:hover {
	color: #ffffff !important;
}