body {
	font-family: system-ui, sans-serif;
	padding-top:80px;
}

.bush-it-text{
	color:#878f0e;
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1);
}

.scrollable-menu {
    height: auto;
    max-height: 320px;
    overflow-x: hidden;
}

.logout {
    background-color: #f5f5f5;
    border-radius: 4px;
    border: none;
    display: inline-block;
    cursor: pointer;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.logout:hover {
    background-color: #e0e0e0;
    color: #333333;
}

.logout:active {
    background-color: #cccccc;
    color: #333333;
}

.login {
  border: 2px solid #878f0e;
  border-radius: 4px;
  color: #ffffff;
  background-color: #878f0e;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  text-decoration: none;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease;
}

.login:hover {
  background-color: #5d620a;
  color: #ffffff;
  border-color: #878f0e;
}

.login:active {
  background-color: #878f0e;
  color: #ffffff;
  border-color: #878f0e;
}

.ico {
  vertical-align: middle;
  font-size: 90%;
}

.navbar-expand-custom.top-nav .navbar-nav .nav-link {
	padding: 6px 6px;
	color: #111111;
	font-weight: 300;
	text-transform: capitalize;
    border-radius: 5px;
}

.navbar-expand-custom.top-nav .navbar-nav .nav-link:hover{
	background: #878f0e;
    border: #878f0e;
	color: #ffffff;
	border-radius: 5px;
}

.navbar-expand-custom.top-nav .navbar-nav .nav-link.active{
	background: #878f0e;
	color: #ffffff;
	border-radius: 5px;
}

.navbar-expand-custom.top-nav .navbar-nav .dropdown-menu{
	margin: 0;
	box-shadow: 3px 5px 15px rgba(0,0,0, .15);
	border: none;
	padding: 20px;
}
.navbar-expand-custom.top-nav .navbar-nav .dropdown-menu .dropdown-item{
	font-size: 16px;
	padding: 8px 16px;
	line-height: 1.5;
	font-family: system-ui, sans-serif;
	text-transform: capitalize;
	font-weight: 300;
}

.navbar-expand-custom.top-nav .navbar-nav .dropdown-menu .dropdown-item:hover{
	background: #878f0e;
	color: #fff;
	border-radius: 5px;
	padding: 8px 16px;
	font-family: system-ui, sans-serif;
	text-transform: capitalize;
	font-weight: 300;
}


.top-nav .navbar-toggler{
	color: #878f0e;
}
.top-nav .navbar-toggler:hover{
	color: #878f0e;
}

.top-nav .navbar-toggler.active {
  color: #878f0e;
}

.top-nav .navbar-toggler.active .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28135, 143, 14, 0.8%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M6 6L24 24M24 6L6 24'/%3e%3c/svg%3e");
}

.top-nav .navbar-toggler.active .bi-list::before {
  content: "\f62a";
}


.about-main{
	padding: 30px 0;
}
.about-main h2{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
}
.about-main h5{
	font-size: 18px;
}
.about-main p{
	text-transform: capitalize;
}
.about-main ul{
	padding-left: 20px;
}

.portfolio-main{
	padding: 30px 0;
}
.portfolio-main h2{
	font-weight: 600;
	font-size: 24px;
	margin-bottom: 20px;
}

.portfolio-main .card {
	border: none;
	border-radius: 4px;
	overflow: hidden;
}

.portfolio-main .card .card-body .card-title{
	margin-bottom: 0;
}

.portfolio-main .card .card-body .card-title a{
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	color: #1f1d1d;
}
.portfolio-main .card .card-body{
	background: #e8eae6;
	padding: 10px 20px;
}
.card-img{
	overflow: hidden;
	position: relative;
}

.portfolio-main .card:hover .overlay{
	bottom: 0;
}



/* ---- Footer CSS ---- */
.footer {
   width: 100%;
   background-color: #878f0e;
   min-height: 250px;
   padding: 10px 0 25px 0;
}

.pt2 {
   padding-top: 40px;
   margin-bottom: 20px;
   color: #ffffff;
   font-weight: 500;
}

.footer p {
   font-size: 13px;
   color: #ffffff;
   padding-bottom: 0;
   margin-bottom: 8px;
}

.footer ul {
   margin: 0;
   list-style-type: none;
   font-size: 14px;
   padding: 0 0 10px 0;
}

.footer ul li {
   padding: 0 0 5px 0;
}

.footer ul li a {
   color: #ffffff;
   font-size: 14px;
   font-weight: 300;
   text-decoration: none;
}

.footer ul li a:hover {
   color: #cccccc;
}

.footer-logo {
   padding: 20px 0;
   text-align: center;
}

.copyright {
   color: #ffffff;
   font-size: 14px;
   font-weight: 300;
}

.copyright a {
   color: #ffffff;
   text-decoration: underline;
}

.copyright a:hover {
   color: #cccccc;
   text-decoration: none;
}

/* ---- All Pages CSS ---- */

.full-title:before{
	content: "";
	top: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}
.full-title h1{
	position: relative;
	color: #ffffff;
}
.full-title h1 small{
	float: right;
	padding: 15px 0;
	font-size: 14px;
}
