/* ONLY TO BE USED WITH BOOTSTRAP 4.O */
body {
	background-color: #000;
}

.navbar {
	margin-bottom: 0;
}

.bg-transparent {background: transparent!important}

/* THESE ARE THE NEW COLORS FOR 2019 */
.bg-fa176b {background-color: #fa176b!important}
.bg-278af2 {background-color: #278af2!important}
.bg-ffdb17 {background-color: #ffdb17!important}
.bg-ffa217 {background-color: #ffa217!important}
.bg-8efb17 {background-color: #8efb17!important}
.bg-652ef3 {background-color: #652ef3!important}

/* BOOTSTRAP COLORS FROM 2018 */
.bg-007dff {background-color: #007dff!important}
.bg-fff400 {background-color: #fff400!important}
.bg-ff004d {background-color: #ff004d!important}
.bg-ff9900 {background-color: #ff9900!important}
.bg-8900ff {background-color: #8900ff!important}
.bg-74ff00 {background-color: #74ff00!important}

/* COLORS USED IN MY LOGO */
.bg-bf401a {background-color: #bf401a!important}
.bg-e25127 {background-color: #e25127!important}
.bg-ed6629 {background-color: #ed6629!important}
.bg-cccccc {background-color: #cccccc!important}

/* COLORS USED IN MEXICAN */
.bg-ff1b00 {background-color: #ff1b00!important}
/* .bg-ff9900 already defined */
.bg-ff7800 {background-color: #ff7800!important}
.bg-afa104 {background-color: #afa104!important}
.bg-0099d0 {background-color: #0099d0!important}
.bg-007ec1 {background-color: #007ec1!important}
.bg-ff3ca0 {background-color: #ff3ca0!important}

/* COLORS USED BY LISSA EXPLAINS */
.bg-ffcc01 {background-color: #ffcc01!important}
.bg-9c63fe {background-color: #9c63fe!important}
.bg-02ff00 {background-color: #02ff00!important}
.bg-00cbff {background-color: #00cbff!important}
.bg-ff00ff {background-color: #ff00ff!important}

.jumbotron {
	padding-top: 6rem;
	padding-bottom: 6rem;
	margin-bottom: 0;
	background-color: transparent;
}

.jumbotron p:last-child {
	margin-bottom: 0;
}

.jumbotron-heading {
	font-weight: 300;
}

.jumbotron .container {
	max-width: 40rem;
}

.album {
	min-height: 50rem; /* Can be removed; just added for demo purposes */
	padding-top: 3rem;
	padding-bottom: 3rem;
	background-color:#f5f5f5;
	border-radius:.25rem;
	margin-bottom:3rem;
}

.card {
	float: left;
	padding: .35rem;
	margin-bottom: 2rem;
}

.card > img {
	margin-bottom: .75rem;
}