body {
  font-size: .875rem;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .65rem;
  text-transform: uppercase;
}

.navbar-padding {
	
	background: #292E34;
	font-size: 16px;
	height: 63px;
	margin: 0;
	-webkit-transition: all .3s ease-in-out;
-moz-transition:    all .3s ease-in-out;
-o-transition:      all .3s ease-in-out;
-ms-transition:     all .3s ease-in-out;
transition:         all .3s ease-in-out;
}

.resize-logo {
	
}
.small-logo {
	width: 200px!important;
	height: 90px;
}


.nav-text {
	margin-left: 27px;
    margin-right: 27px;
    letter-spacing: 2%;
	
}


.nav-item {
	font-size: 16px;
	
}
/*
 * Navbar
 */

div.footer-menu-block ul {
	padding: 0px;
    margin:15px 0 0 0;
    list-style-type: none;
    list-style: none;
    list-style-image: none;
	text-transform: uppercase;
	text-align: center;
}
div.footer-menu-block li:before {
    display: none;
} 
div.footer-menu-block li {
    padding: 0px;
	margin: 0px;
    display: inline;
}

div.footer-menu-block a {
	font-size: 15px;
	line-height: 15px;
	padding: 8px 18px;
	margin: 6px 0 6px -4px;
	border-radius: 0;
    color:#000000;
	display: inline-block;
}
div.footer-menu-block a:hover {
	color:#333333;
	text-decoration: none;
	background-color:rgba(0, 0, 0, 0.1);;
}
.footer-column {
	min-width: 300px;
}
.footer-menu-wrap  {
	padding: 0;
	background-color: #EFEFEF;
	color: #000000;
}
.page-footer {
	padding: 40px 0 40px 0;
}

.page-footer p a:hover  {
	opacity: 0.8;
	text-decoration: none!important;
}

#footer-logo {
	width: 400px;
	padding: 20px;
	display: block;
    margin: 0 auto;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;     
  transition: transform .2s; 
}

#footer-logo:hover {
  transform: scale(1.05);
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;     
  transition: transform .2s; 
}

.footer-social-icons{
	width: 100%;
	text-align: center;
	padding: 0 ;
}

.copyright-block {
	padding: 5px;
	color: rgba(0, 0, 0, 0.25);
	font-size: 12px;
	text-align: center;
}
.copyright-block a {
	color: rgba(255, 255, 255, 0.5);
}

.fa {
  color: #611965;
}

.fb {
  color: #611965;
}
