/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 70px;
}
@media (max-width: 991px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 110px;
	}
}
@media (max-width: 767px) {
	body {
		/* Margin bottom by footer height */
		margin-bottom: 130px;
	}
}
.footer {
	font-size: 80%;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #f5f5f5;
}
@media (max-width: 991px) {
	.footer {
		height: 108px;
	}
}
@media (max-width: 767px) {
	body {
		font-size: 0.875rem;
	}
	.footer {
		height: 126px;
	}
}
.footer .disclaimer {
	display: inline-block;
	padding: 7px 0px 7px 0px;
}
.footer .footNote {
	display: inline-block;
	padding: 7px 0px 7px 0px;
}
.navbar {
    padding: 0rem 0.5rem;
}

a.navbar-brand img {
    height: 3.5rem!important;
}

.container {
    position: relative;
    padding-left: 60px; /* Adjust as needed for image width */
}

.container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 50px; /* Adjust according to your image dimensions */
    height: 50px; /* Adjust according to your image dimensions */
    background-image: url('https://9001.epihirin.gr/views/bootstrap4/images/motion2u.jpg');
    background-size: cover;
    background-position: center;
}
.navbar-light .navbar-brand {
    background: #370606;
    color: #fff;
    padding: 5px 10px;
}
.navbar-light .navbar-brand:hover
{
    background: #370606;
    color: #fff;
    padding: 5px 10px;
}
.navbar-brand {
    font-size: 1rem;
	font-weight:700;	
}
.bg-dark {
    background-color: #370606; !important;
}
.btn-primary {
    background: #370606!important;
    border-color: #370606!important;
}

.nav-pills .nav-link.active {
    background-color: #370606!important;
}

