

/*===================================================================================*/
/*	CUSTOM CSS STYLES
/*===================================================================================*/

/* Insert your own styles in here! */
/* change navy blue to black */
.dark-bg, .dark-bg p, .dark-bg .item-details li::before {
    color: #ADADAD;
}
.dark-bg {
    background-color: #000;
}

.close {
  opacity: 0.5;
}
