/*******************************************
*
*	It's BRAW
*  	Modified ourses
*
*	Proactive Communications
*	July 2021
*
*	Colors:
*	Green:	#339933
*	Yellow:	#ECBE2B
*	Purple: #670099
*	Orange: #FF6634
*	Red:	#CD0067
*	Blue:	#3233FF
*
********************************************/

.login-bar {background:#CD0067;}
.home .sticky-dark-color {background:rgba(236,190,43,.8)}
a:focus, a:hover {color: #3233FF;}
.braw-button {background:#CD0067;}
.braw-button:hover {background:#670099;}


.overlay { opacity: 0.5;}

#header a {colour: #CD0067; font-weight: bold; font-size: 20px;}
.login-nav li:not(:first-child):before {font-size: 20px;}

#main {margin-top: 203px;}

/***** BRAW Account *****/

.admin-card .card-divider {background: #3233FF;}
.card-section .orange {background:#FF6634;color:white;}
.card-section .yellow {background:#ECBE2B;}
.card-section .green {background:#339933;color:white;}
.card-section .green:hover, .card-section .orange:hover {opacity: 0.7;background:#670099;}

.button.alert {background: #CD0067;}

/***** BRAW Events *****/

.course-card .img-holder {height: 270px; text-align: center;}
.course-card .img-holder img {width: auto;}

footer[id=footer], .braw-footer {background-color: #fff; border-top: 2px solid #FF6634;}