.bg-circle-01 {
	width:100px;
    height:100px;
    border-radius:50px;
    font-size:20px;
    color:#8b0000;
    line-height:100px;
    text-align:center;
    background:#fbb202;
}

.bg-custom-01 {
	background-color: #8b0000;
}

.bg-custom-02 {
	background-color: #fbb202;
}

.bg-skyblue{
	background-color: #87CEEB;
}

.link-panel{
	color: #000000;
	background-color: #ffffff;
	width: 100%;
	min-height: 4rem;
	padding: 0.5rem;
	border: 1px solid #8b0000;
}

.page-faded-background-panel{
	display:block;
	background-color:rgba(251, 178, 2, 0.8);
	border: 1px solid #8b0000;
}

.page-background-panel{
	display:block;
	/*background-color:rgba(251, 178, 2, 0.8);*/
	background-color:#fbb202;
	border: 1px solid #8b0000;
}


.full-bg-img{
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	min-height: 100%;
}

