body{
	background: url(../images/bg.png) no-repeat center center fixed; 
	background-size: cover;
}

.br-5{
	border-radius: 5px;
}

.bg-blue{
	background: rgb(30, 93, 173);
}

.bg-dark-blue{
	background: rgb(1, 48, 107);
}

.bg-white{
	background: white;
}

.h-blue{
	color: white;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: 600;
}

h2.h-blue, h3.h-blue{
	font-size: 1.3rem;
}

.navbar{
	color: white;
}

footer a, .nav-item a{
	text-decoration: none;
	color: white;
}

footer a:hover, .nav-item a:hover, a.text-light:hover{
	color: yellow !important;
}

h5{
	text-align: center;
	font-weight: 600 !important;
}

h6{
	text-align: center;
	font-weight: 500 !important;
}

.card img{
	width: 100%;
}

.card a{
	text-decoration: none;
	color: black;
}

.card a:hover{
	text-decoration: none;
	color: #001955;
}

.card-body{
	padding: 10px;
}

.card h6{
	margin-bottom: 0.1em;
}

footer .icon{
	margin-right: 3px;
}

.list-group-item{
	padding: 8px;
}

.list-group span{
	font-size: 0.92em;
}

#playlist-videos .list-group span{
	font-size: 1.1em;
	margin-left: 5px;
}

#playlist-videos .list-group-item{
	padding: 10px;
}

.h-content{
	font-size: 20px;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 1em;
	text-align: center;
}
.h-bold-content{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 1em;
	text-align: center;
}

.center{
	text-align: center;
}