#container-page{margin-top:10%;background:white;color:black;}
#cfrm{font-family:arial;}
#page{border:1px solid #ccc;text-align:justify;min-height:600px;}
#page h2{color:#877F7C;}
#page h4{color:#E8743B;}
#page h4 a,
#page h4 a:hover{color:#E8743B;}
#page a, a:hover{text-decoration:none;color:#ffffff;}
#page ul{line-height:30px;}
.contact-details{color:#ffffff;background:#F1723F;padding:5px;font-size:1.1em;}
.redcolor{color:#ffffff;background:#B21E6C;padding:10px;font-size:1.2em;border-radius:5px;}
.yellolite{color:#4d4d4d;background:#fffedf;padding:10px;font-size:1.2em;border-radius:5px;border:1px solid #2d2d2d;}
.intro p{width:100%;background:#1E94CF;color:#ffffff;margin-top:10px;font-size:1.2em;padding:5px;}
.bcrumb{padding:8px 15px;list-style:none;background-color:#547BA6;color:white;}.bcrumb>li{display:inline-block}.bcrumb>li+li:before{content:">>";padding:0 5px;color:#ccc}
.bcrumb>.active{color:yellow;}
#navfont a,
#navfont a:hover{font-weight:bold;}
.tblstyle th{font-weight:100;color:green;}
.img-programs{float:right;margin-left:10px;width:190px;height:192px;}
.py{padding-top:10px; padding-bottom:10px;}
.fancy-box{padding:10px; background:#D81B60;color:#ffffff;}
.fancy-box h3{line-height:1.2em;margin:30px 0px;}
#sidebar-nav{min-height:900px;}
#contact-form{background:#026299;padding:10px;margin-top:180px;border-radius:5px;font-size:0.9em;}

/* Round */
.rounded {
  border-radius: 0.25rem !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}


.rounded-0 {
  border-radius: 0 !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-right {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-left {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.fancy-font{font-family: 'Patua One', cursive;}