@charset "utf-8";

/* CSS Document */

body {
    background-size: contain;
    background-repeat: repeat-y;
    background-image: url(../images/bkgd.webp);
}

h1 {font-size: 30px;
}

h2 {font-size: 25px;
}

h3 {font-size: 25px;
}
.navbar-brand {
    padding-top: 0px!important;
	padding-bottom: 0px!important;
}
.navbar-brand img {
	margin-bottom: 0px!important;
}

.navbar {
    background-color: #ffffff!important;
	--mdb-navbar-padding-top: 0.rem;
	--mdb-navbar-padding-y: 0.rem;
}
.red {
    color: rgba(255,0,4,1.00);
}
.header{
    border-bottom: 12px solid #276E00;
}
.btn{
    text-transform: none;
    font-size: 17px;
}
.btn-green {
    background-color: #276E00;
	color:#ffffff;
}
.black-bkgd {
	background-color: #000000!important;
}

.footer {
    background-color: #ffffff;
    color: #000000;
    background-image: url("../images/cattails.webp");
    margin-top: 25px;
    padding-top: 250px;
    background-repeat: repeat-x;
    background-position: center 0%;
	padding-bottom: 15px;
}

.footer a{
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}
.status-Active { color: green; font-weight: bold; }
.status-Trialing { color: #0d6efd; }
.status-Delinquent { color: #dc3545; font-weight: bold; }
.status-Canceled { color: #6c757d; }
.status-Comped { color: #20c997; font-weight: bold; }
.status-Inactive { color: #999; }

.server-logo {
    max-height: 400px;
    width: auto;
    max-width: 100%;
    object-fit: contain;
}
@media (max-width: 768px) {
    .server-logo {
        max-height: 320px;
    }
}
