body {
    font-family: 'Open Sans',sans-serif;
    font-size: 15px;
}
/*
a, .nav-link {color: #fec107;}
a:hover, .nav-link:hover {color: #ff6600;}
*/
.courses-item {
	padding: 0.5rem 1rem;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 1rem;
	background-color: rgba(0,0,0,.03);
    box-shadow: 0 0 1rem #cecece;
}

.fw-b {font-weight: bold;}
.org {color: #fec107;}

.urg {
    background: #fdd1d187;
    padding: 7px;
    font-weight: bold;
    text-align: center;
}

.mp-my {padding-top:5rem!Important;}
header {
	background: #ece9e9;
}
header .nav {
	width: auto;
    float: right;
}
header .logo {
	width: auto;
    float: left;
}
header .logo .org {
text-shadow: 1px 1px #000;
    font-weight: bold;
}

.btn-my {background: #FEC107!Important; border-color: #FEC107!Important;}
.btn-my:hover {background: transparent!Important; color: #FEC107;}

@media(max-width:770px){
	header .nav {
	width: 100%;
    float: none;
	align-items: center;
    justify-content: center;
}
header .logo {
	width: 100%;
    float: none;
	align-items: center;
    justify-content: center;
}

}
	