/* CUSTOMISE CSS */
.text-orange{
	color: #e67e22;
}

.text-green{
	color: #1abc9c;
}

.bg-llc-purple{
	background-color: #b5297f;
}

.bg-llc-green{
	background-color: #79b83b;
}

.bg-llc-orange{
	background-color: #f28d2a;
}

.bg-moneysense-blue{
	background-color: #002f6c;
}

.bg-orange{
	background-color: #e67e22;
}

#moneysense-logo-footer{
	width: auto;
	height: 50px;
}

#llc-logo-footer{
	width: 200px;
}

.bg-img{
	background-image: url('../img/llc-bg-mobile.jpg');
	background-repeat: no-repeat;
	background-size: 100% 100%;
}

@media (min-width: 992px) {
	.bg-img{
		background-image: url('../img/llc-bg-desktop.jpg');
	}
}

#learning-outcome .small{
	background-color: #ecf0f1;
	padding: 0.7rem 1.2rem;
	display: inline-block;
	border-radius: 0.5rem;
	width: 100%;
}

.contact-btn{
	width: 220px;
}

.proven-concept-photo{
	max-width: 400px;
	height: auto;
}

.learning-outcome-icon{
	max-width: 200px;
	height: auto;
}

.co-funding-icon{
	max-width: 300px;
	height: auto;
}

/* TABLE */
.myTable{
	font-size: 0.85rem;
}

.myTable td, .myTable th{
	padding-top: 15px;
	padding-bottom: 15px;
}