/*
Theme Name: Matrix-Healty
Theme URI: https://Busswork.com
Author: Brahim Lachgar
Author URI: https://Busswork.com
Description: Built on a solid foundation and professionally designed using Bootstrap 5, this content is specifically designed for affiliate marketing and referral links, exclusively for Unicity USA distributors worldwide. Languages ​​used: HTML5, PHP, JavaScript, jQuery, CSS Theme, CSS Bootstrap
Version: 2.03
Date Created: 04.06.2024.
Last Update : 09.12.2025.
License: GNU General Public License v2 or later
URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: busswork.com
Tags:  custom-colors, custom-menu, custom-logo
featured-images, style Bootstrap5 ,blog, portfolio

*/


@import url("css/themes.css");

html, body {
    height: 100%;
    margin: 0;
}


body{
color: #173963;
background: #e6effd;
text-transform: capitalize;
 min-height: 100vh;
display: flex;
flex-direction: column;
}


.no-right-click {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}




a{
  text-decoration: none;
  color:#173963;

}

/* Remove bullets and spacing from footer menus */
.footer-menu ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.footer-menu li {
    list-style: none;
}


.footer-menu li a {
    display: block;
    padding: 4px 0;
    color: inherit;
    text-decoration: none;
}

.footer-menu li a:hover {
    text-decoration: underline;
}


.object-fit-cover {
    object-fit: cover;
    object-position: center;
}


footer{
  position:relative;
  margin-bottom:0;
 margin-top: auto;
  width:100%;
  height:auto;
  line-height:auto;
}
   
