/* SevCorp - Bootstrap 5 companion CSS (minimal, institutional) */

.bg-primary {
    background-color: #0f262C !important;
}
.navbar{
	padding: 20px;
	margin: 0;
}
.navbar-brand {
    float: left;
    height: 50px;
    margin-right: 0px;
	padding: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 50px;
}.navbar-brand img {
    position: relative;
    top: -7px;
    display: inline-block;
    max-height: 100%;
    padding: 2px 0;
}
.why-sevcorp {
    background-color: #0f262C !important;
}
.wrap {
    display: flex;
    margin-bottom: 2rem;
}
.more-center {
	justify-content: center !important;
}
#analysis .card-header{
    background-color: #0f262C !important;
	color: white;
}
.button{
	padding: 12px;
}