body {
    
	background-image: url('https://demo.hogo.app/img/background/bg-main.jpeg');
/*	background-attachment: fixed;
	background-size: cover;*/
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #FFF;
	background-size: cover;
	height: 100vh;
	background-attachment: fixed;
/*	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%);	*/
    
}

h1, h2, h3 {
	
font-family: 'Amatic SC', cursive;
		
}


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


.catTitle {
    		
	font-size: 3rem;

    
}
	
	@media only screen and  (min-width: 576px){
		
		#logo img {

			width:220px;		
		}
		
	}
	@media only screen and  (min-width: 992px){
		
		#logo img {

			width:280px;		
		}

		 .catTitle {

			font-size: 4rem;
		}   
       
	}


.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-custom {
    background-color: #da2a27;
}

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

.navbar {
    
    border-bottom: 0px solid #FFF;
/*	background-image: url('https://demo.hogo.app/img/background/bg-menu.jpeg');
*/	background-position: center center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}

.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;
}

.text-custom {
	
	color:#262626!important
}

.btn-custom {
	
    background-color: #ffa900;
    color: #fff;

}

	#logo img {

		width:220px;	
	}

	@media only screen and  (min-width: 320px){
		
		#logo img {

			width:220px;		
		}
		
	}
	
	@media only screen and  (min-width: 576px){
		
		#logo img {

			width:220px;		
		}
		
	}
	@media only screen and  (min-width: 992px){
		
		#logo img {

			width:280px;		
		}

		 .catTitle {

			font-size: 4rem;
		}   
       
	}
