/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 01/04/2025, 11:48:54 AM
    Author     : maree

A43982
A4394D
A45B39
39A45B
3982A4


*/
body {
background-image:url(../images/HS4.jpg); 
}
.navbar-brand {
   color:#FBDC82 !important;
	font-weight: bold;
	font-style:italic;
	font-size:3.0em;
	text-shadow: .06em .06em Black;
   
}
.nav-link {
    color :#FFF !important;
}
.bg-danger{
background:silver;
}
.bg-info {
    background:#a2b3d7 !important
}
.bg-main {
background:#F7F7f7 !important;
}
.bg-primary {
background:#a4394D !important;
}
.bg-search {
    background:#B4E4DC !important; 
}
.bg-success {
background:#39A490 !important;
}
.bg-warning{
background:#FBDC82 !important;
}
.bg-white{
background:silver;
}


.bg-secondary{
background:#e4b4bc !important;
}
.bg-dark{
background:#a4394D; 
}
.bg-light{
background: #e4b4bc !important;

}
.btn-search {
    background:#39A490 !important;
}
.btn-msp {
    background:#a4394D !important;
   
}
.btn-mss {
    background:#e4b4bc !important;
   
}
.btn-msi {
    background:#a2b3d7 !important
   
}
H1{
        color:#FBDC82;
	font-weight: bold;
        font-size:4.0em;
	font-style:italic;
	text-shadow: .03em .03em Black;
      
}
H6	{
	font-family:Georgia;
	color:#228b22;
	text-shadow: .7px .7px black;
	font-size:2.0em;
	text-align:center;
	margin:.5em;
	
	}

a
text-primary {
text-height: 5px;    
color: #fff !important;
}
/*text-danger{
color:#FBDC82;
}*/

text-success,
text-info,
text-warning,

text-secondary,
text-dark,
text-light,
text-white,
text-body,
text-muted{
color:#000 !important;
}
.tableBtn {
    background: none !important;
    opacity: 0;
}

.tableScroll thead {
    background: #a4394D; 
}
.homepage {
//background-image:url(../images/HS4.jpg);   
}
.form-horizontal .control-label{
    text-align: left;
}
.carousel-inner > .item > img { width:350px; height:350px; }
/*.carousel { width:640px; height:360px; }*/
.pageTag {display:None;}

#galleryimg {
	height:auto;
	padding:0px;
		} 

.tdimg {
    height:200px;
    width: 200px;
}

.tdimg:hover{
	width:350px;
	height:350px;
	
	}
.tableScroll thead th { position: sticky;
                        position: -webkit-sticky;
                        top: 0; 
                        z-index: 5;
}
.tableScroll thead th:first-of-type {
                        left: 0; 
                        top: 0; 
                        z-index: 6;
}
.tableScroll tbody th { position: sticky;
                         position: -webkit-sticky;
                        left: 0; 
                        z-index: 4;
}
#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background:	 #A70240; /* Set a background color */
    color: #FFF; /* Text color */
    font-weight: 200;
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    z-index: 99;
}
@media (max-width: 576px) { /* Styles for small screens and up */
  body {
    font-size: 18px; /* Adjust this value as needed */
  }
}