body {
    
  	background-color:#000;
	background-image: url('https://o36.hogo.app/img/background/bg-main.jpg');
/*	background-attachment: fixed;
	background-size: cover;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #4158D0;
	background-image: -webkit-linear-gradient(313deg, #4158D0 0%, #752c71 64%, #0f2037 100%);
	background-image: -o-linear-gradient(313deg, #4158D0 0%, #752c71 64%, #0f2037 100%);
	background-image: linear-gradient(43deg, #4158D0 0%, #752c71 64%, #0f2037 100%);	
    
}


#logo {
    
    height: 100vh;
    display: flex;
    justify-content: center; /* align horizontal */
    align-items: center; /* align vertical */    
    
}

#logo img {
    
    
    
}

.catTitle {
    
    
    
}

.shadow-custom {
  text-shadow: 2px 2px 4px #000000;
}

/* STREAK */

.cat-item {
    height: 250px;
}

.cat-item.cat-item-photo {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.catTitleWrapper {
    
    
    height: 90%; 
    width:100%;
    display:flex;
    align-items: center;
    justify-content:center;
    
}

.navbar-dark .navbar-brand {
    
        color: #ee92f5;
}

.navbar.navbar-dark .breadcrumb .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-nav .nav-item.active>.nav-link:hover, .navbar.navbar-light .navbar-toggler {
    color: #fff;
}

.navbar.navbar-dark .navbar-toggler-icon {
    background-image: url('https://assets.hogo.app/img/svg/hamburger1.svg?color=ee92f5');
}

.bg-black {
    background-color: rgba(255, 169, 0, 0.8);
}

.navbar-nav {
    float:none;
    margin:0 auto;
/*    display: flex;
    text-align: center;*/
}

.navbar {
    
    border-bottom: 1px solid #ee92f5;
	background-image: url('https://o36.hogo.app/img/background/bg-menu.jpg');
	background-position: center center;
	background-attachment: fixed;
}

.navbar-nav > li {
    display: block;
    float:none;
    line-height:0.9rem;
}

.navbar-item-link {

	font-size:1.2rem;
	line-height: 2.1rem;
}

.navbar-item-link:hover {

	color:#D24346;
}