@charset "utf-8";

/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #FFFFFF;
    color: #61B136;
    text-shadow: 1px 0.5px;
    text-align: center;
}
#BJHSRInfo {
    color: #FFffff;
    font-weight: bold;
    font-size: 0.7rem;
}

/* Text color for navbar and dropdown menus */
.navbar-custom .navbar-brand, .navbar-custom .navbar-text,
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .dropdown-item {
    color: #61B136;
    font-weight: bold;
    font-size: 1rem;
}
/* Background and text colors for current page link and links on hover and focus */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .nav-item:focus .nav-link,
.navbar-custom .dropdown-item:hover, 
.navbar-custom .dropdown-item:focus {
    background-color: #FFFFFF;
    color: #000000;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: #000000;
    color: #61B136;
    font-weight: bold;
    text-align: center
}
/* Hamburger icon - use same rgb values as previous rule for stroke */
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(24,98,166,1.00)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#mainContent {

}
#carouselExampleIndicators1 {
    margin-top: 15px;
    border: 5px solid #000000;
    margin-bottom: 15px;
}
#pageHeader {
	text-align: center;
	color: #61B136;
	text-shadow: 1px 0.5px #ecc22e;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 1.7rem;
	padding-top: 5px;
	font-weight: 700;
}
.btn.btn-warning {
    background-color: #000000;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: bold;
}

.text-justify {
	font-size: 1.1rem;
	line-height: 1.2em;
}
.card-body {
    text-align: center;
}
.border-3px {

}
.card btn {
    background-color: #000000;
    border: 3px solid #ecc22e;
    color: #000000;
    font-weight: bold;
    font-size: 0.8rem;
}
.row .col-xl-12 {
    background-color: #000000;
    text-align: center;
    color: #000000;
    font-size: 1rem;
    font-weight: bold;
}
#mainContent #footer .col-xl-12 {
    color: #ff1493;
    font-size: .9em;
}

#footer {
	color: #000000;
	text-decoration-color: #ffffff;
}
.col-xl-12 #footer {
    color: #ffff00;
    text-decoration-color: #000000;
}

.nav-link
{
    color: #FFB000;
}


.tableDiv table {
    border: medium solid #166CAF;
    width: 100%;
}

tbody tr th {
    background-color: #61B136;
    color: #FFFFFF;
    text-align: center;
    padding-bottom: 5px;
    font-size: 1.4em;
    text-shadow: 0.5px 0.5px #000000;
}

.Padding {
    padding-left: 10px;
}

#TitleTransfers {
    color: #61B136;
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: .5px .5px #000000;
    text-align: center;
}

#ContactUsForm {
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-bottom: 5px;
}
body {
	border: 10px solid rgba(0,0,0,1.00);
	background-color: #FFFFFF;
}

#Award {
    text-align: center;
}
#Header {
    background-color: #000000;
    padding-top: 10px;
    padding-bottom: 15px;
}
.modal-content .modal-body h4 {
    color: #61B136;
}
.modal-content .modal-body .col-lg-12.heading.col-md-offset-1.col-md-12 {
    color: #FFFFFF;
    font-size: 1.1em;
    background-color: #61B136;
    padding-top: 5px;
    padding-bottom: 5px;
}
.modal-content .modal-body h4 {
    text-align: center;
    color: #61B136;
    font-size: 1.3em;
    font-weight: bolder;
    text-decoration: underline;
}
.card-text.text-justify {
    color: #000000;
    font-size: 1.1em;
}
.modal-content .modal-body .text-center {
	color: #61B136;
	font-weight: bold;
	font-size: 1.3em;
}
.row .col-lg-8 .text-justify {
}


.modal-body ul li {
    color: #61B136;
    font-size: 1.2em;
}



.item1 {
	background-color: #ffffff;
	color: #61B136;
	font-style: normal;
	font-weight: bolder;
	font-size: 1.4rem;
	text-align: center;
}
.item2 {
	background-color: #ffffff;
	color: #61B136;
	font-style: normal;
	font-weight: bolder;
	font-size: 1.4rem;
	text-align: center;
	border-top: thin double #FFFF00;
}


#Sangster {
	color: #61B136;
	font-size: 1.3rem;
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}
#Kingston {
	padding-bottom: 10px;
	color: #61B136;
	font-weight: bold;
	font-size: 1.3rem;
	text-align: center;
}
