div#topbar {
    background: #fad801;
    height: max-content;
    padding-right: 0px;
    border-bottom: 1px solid blue;
}
#topbar h2 {
    font-size: 20px;
    color: rebeccapurple;
}
ul.menuitem {
    float: right;
    padding: 0px;
    margin: 0px
}
.menuitem li {
    float: left;
    padding: 5px 10px;
    list-style: none;
}
.menuitem li a{
    text-decoration: none;
    color: red;
}
#banner {
    background-image: url('../img/banner-img.png');
    background-size: cover;
    display: block;
    background: skyblue;
    background-repeat: no-repeat;
    height: 100%;
    padding: 0px;
}
#banner h2 {
    margin-top: 5em;
    color: rebeccapurple;
}
#banner a.btn.btn-danger {
    margin-top: 80px;
}
#section-head-title{
	padding: 20px 0px;
	margin-top: 20px;
}
.pd-5 {
    padding-left: 25px;
}
.number {
    width: max-content;
    background: beige;
    height: max-content;
    padding: 5px;
}
.number-title {
    font-size: 6em;
    text-align: center;
    color: cadetblue;
}
span.highlight {
    color: #dc3545;
}
h2.title {
    font-size: 30px;
    
}
h3.subtitle {
    font-size: 20px;
    
}
.box-image{
	background: white;
	padding: 2px;
}
.box-image img {
    display: block;
    width: 100%;
    height: auto;
}
div#section {
    background: #e8c905;
    padding: 15px;
}
div#section  i.fa {
    font-size: 5em;
    padding: 0px;
    margin-top: 0px;
}
.ff {
    width: 100px;
    height: 150px;
    margin-top: -60px;
}
#section .card {
    padding: 10px;
    margin-top: 10px;
}
#section .card h3 {
    color: red;
    font-size: 20px;
}
#section .card h4 {
    color: black;
    font-size: 20px;
}
#section .card > h4::after {
    content: "";
    width: 100%;
    color: red;
    border:1px solid;
    display: block;
    margin-top: 5px;
}
#section .card h3.p-number {
    font-size: 50px;
}
div#footer {
    background: #010b17;
    padding: 15px;
    color:white;
}
.footer-menu li {
    list-style: none;
    margin-left: -40px;
}
.footer-menu li a{
	text-decoration: none;
	color: white;
}
div#foot-note {
    background: #03080e;
    padding: 15px;
    color:white;
}
.footer-icon {
    float: right;
    padding: 0px;
}
.footer-icon li {
    list-style: none;
    float: left;
    padding-right: 10px;
}
.footer-icon li a{
	text-decoration: none;
	color: white;
}
.navbar-dark .navbar-nav .nav-link {
    color: cyan;
    font-weight: bold;
}
@media (max-width: 767px)
{
	.number{
		display: none;
	}
}