@charset "UTF-8";
/* CSS Document */

body {
	background-color: #ffcd00;
}

.container {
    max-width: 1095px !important;
}
.dropdown-menu[data-bs-popper] {
    top: 100%;
    right: 0 !important;
    left: auto;
}
.navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-light .navbar-toggler-icon {
    background-image: url(../../images/headers/collapse.png);
	margin-top: -3px;
}
.navbar-light .navbar-toggler {
    color: rgba(242,204,48,1);
	margin-top: 3px;
	max-height: 38px;
}	
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: black;
    border: 1px solid white;
	border-color: white;
    border-radius: 0.25rem;
    transition: box-shadow .15s ease-in-out;
}
.navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .show>.nav-link {
    color: #ffcd00;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #f4d209b3;
}
#divhead  {
    display: inline-flex;
	float: left;
	padding-left: 20px;
}
#navbar  {
    background-color: #f8f9fa00!important;
	display: inline-flex;
	float: right;
	padding: 0;
}
.footer1 {
    font-size: 13px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #dad7d7ad;
	margin-bottom: 5px;
}
.footer2 {
    font-size: 13px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #dad7d7ad;
	margin-bottom: 5px;
}

@media only screen and (min-width: 992px){
.footer3 {
    font-size: 13px;
	border-style: solid;
	border-width: 0 1px 0 1px;
	border-color: #dad7d7ad;
	margin-bottom: 5px;
}
}
@media only screen and (max-width: 991px){
.footer3 {
    font-size: 13px;
	border-style: solid;
	border-width: 0 0 0 1px;
	border-color: #dad7d7ad;
	margin-bottom: 5px;
}
}
.footerText {
	margin-top: 30px; 
	font-family: Segoe, 'Segoe UI', 'DejaVu Sans', 'Trebuchet MS', Verdana, 'sans-serif';
}
.footerColor, .footer2, .footer3 {
	background-color: #0e355d;
}
.footerRowPad {
	padding: 20px 0 20px 0;
}
.boxz {
    -moz-box-shadow: 0 0 10px #333333;
	-webkit-box-shadow:0 0 10px #333333;
	box-shadow: 0 0 10px #333333;
	background-color: white;
}
.td1{
    vertical-align: top;
    font-weight: 700;
    text-align: right;
}
.td2{
    vertical-align: top;
    padding-left: 5px;
    text-align: left;
}
