html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    /* Set the background image */
    background-image: url("/Images/airsoftBackground.jpg");
    /* Make the image fixed */
    background-attachment: fixed;
    /* Cover the entire viewport */
    background-size: cover;
    /* Set the text color to egg white */
    color: #eceae4;
    /* Fallback */
    background-color: #1c1c1c;
}

.nav-link {
    /* Set the text color to egg white */
    color: #eceae4;
}

.nav-link:hover {
    color: #67e26a !important;
    font-weight: bold;
}

.nav-link-msa.active {

}

.nav-link-msa {
    background-color: #c6c0ae !important;
    color: black;
}

.nav-link-msa:hover {
    color: black !important;
}

.nav-link-msa.active:hover {
    color: green !important;
}

.bg-dark {
    --bs-bg-opacity: 0.8;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.msa-nav-link-admin{
    padding: 10px;
}

.msa-navbar-admin {
    padding-top: 0px;
    padding-bottom: 0px;
}

.msa-text-danger {
    color: #F06666;
}

.msa-text-blue {
    color: #45b5d0;
}

.msa-text-green {
    color: #67e26a;
}

.card-title,
.msa-title {
    font-family: 'Segoe UI Symbol';
    font-weight: bold;
    color: #67e26a;
}

.msaLightBlue {
    color: #A4DBE8;
}

.msaLightBrown {
    color: #ebbd68;
}

.footer {
    padding: 10px;
    border: none !important;
    line-height: 15px !important;
}

.msaHover {
    position: fixed; /* Keep the div fixed on the screen */
    bottom: 0; /* Align the div to the bottom */
    left: 0; /* Align the div to the left */
    width: 100%; /* Set the width to 100% of the screen */
    padding: 1em;
    z-index: 999;
}

.msaRounded-sm 
{
    border-radius: 10px;
}

.map, mapSmall {
    position: relative;
    width: 100%;
    height: 580px;
}

.mapSmall {
    height: 380px;
}

.MicrosoftMap > div {
    padding: 20px;
}

.ql-container.ql-snow {
    border: none;
    height: 150px;
    overflow: scroll;
}

.msaSiteContainer
{
    padding: 15px;
}

.msaSiteContainerVert {
    padding-top: 0px;
    padding-bottom: 15px;
}

.msaShadow,
.MicrosoftMap > div {
    box-shadow: 0px 0px 15px 10px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);
    -moz-box-shadow: 0px 0px 15px 10px rgba(0,0,0,0.5);
}

a {
    color: #67e26a;
    text-decoration:none;
}

a:hover{
    color: #67e26a;
    font-weight: bold;
}

p {
    margin-bottom: 0.5em;
}

/*br {
    content: "";
    margin: 0.5em;
    display: block;
    font-size: 50%;
} */

.image-center {
    object-fit: cover;
    width: 100%;
    height: 280px;
}

.image-center-thumbnail {
    object-fit: cover;
    width: 100%; /* Adjusts width to the parent container */
    height: 100%; /* Maintains the aspect ratio */
    max-height: 128px; /* Adjust this value as needed */
}

.serviceIcon {
    max-width: 32px;
    max-height: auto;
}

.btn-googleMap {
    background-image: url("/Images/ico_googlemaps.png");
    /* Cover the entire viewport */
    background-size: cover;
}

.btn-secondary {
    background-color: #A4DBE8;
    border-color: #007bff;
    color:black;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
    background-color: #45b5d0;
    border-color: #0069d9;
    color: black;
}

.btn-info {
    background-color: #F9B27B;
    border-color: #007bff;
    color: black;
}

.btn-info:hover,
.btn-info:active,
.btn-info:focus {
    background-color: #f47410;
    border-color: #0069d9;
    color: black;
}


.ql-align-right {
    text-align: right;
}

.ql-align-center {
    text-align: center;
}

.ql-align-left {
    text-align: left;
}

.ql-editor,
.ql-toolbar {
    background: white;
    color: black;
}

.infobox-body {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
    border-radius: 6px;
}

.card{
    border: none;

    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.MicrosoftMap, .Infobox, .infobox-info,
.table {
    color: #eceae4 !important;
}

.MicrosoftMap .Infobox .infobox-title {
    color: #67e26a !important;
}

.infobox-actions {
    height: auto !important;
    font-size: inherit;
    padding: 10px !important;
    overflow: hidden;
}


.form-floating {
    padding: 5px;
}
.form-floating>label,
.form-control,
.form-label {
    color: black;
}

.msaFocused {
    padding: 1em;
    border: 1px #343b41 solid;
}

.msaFocused,
.list-group-item {
    background-color: #485159;
}
.nav-link.active,
.show > .nav-link,
.accordion-button {
    background-color: #212529 !important;
    color: #67e26a;
}

.accordion-button:not(.collapsed)
{
     color: #67e26a;
     font-weight: bold;
}

.form-control,
.accordion-body,
.btn-light {
    background-color: #eceae4;
    color: black;
}

.form-control-no-padding {
    padding-top: .625rem !important;
    padding-bottom: .625rem !important;
}

.form-control-info {
    background-color: #cff4fc;
}

.form-control-secondary {
    background-color: #6c757d;
}