/**
* Theme Name: Luxe Child
* Description: This is a child theme of Luxe.
* Author: <a href="http://gloriathemes.com">Gloria Themes</a>
* Template: luxe
* Version: 1.2.1
*/

/**
* Fonts
*/
.gt-navbar, .gt-page-heading span, .gt-page-heading h1, .gt-coming-soon .gt-box, .gt-btn, .gt-feature-box .gt-content .gt-subtitle, .gt-feature-box .gt-content .gt-title, .gt-feature-box .gt-content .gt-number, .gt-blog-list-item .gt-date, .gt-blog-list-item .gt-comments, .gt-blog-list-item .post-categories, .gt-pagination, .gt-breadcrumb, .gt-post-content h2, .gt-post-content h3, .gt-post-content h4, .gt-post-content h5
{
	font-family: Poppins !important;
	font-weight: 500;
}

.gt-project-list .gt-title {
    font-weight: 500;
}


/** 
* Header Navigation
*/




/** 
* Footer
*/

#menu-footer-navigation {
	display: flex;
    justify-content: center;
    list-style-type: none;
}

#menu-footer-navigation li {
	padding: 1rem;
}

#menu-footer-navigation li a {
	color: #fff;
}

#menu-footer-navigation li a:hover {
	text-decoration: underline;
}