@charset "utf-8";
/* Background color for navbar and dropdown menus */
.navbar-custom, .navbar-custom .dropdown-menu {
    background-color: #339933;
}
/* 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: #FFF000;
}
/* 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: #339933;
    color: #FFF000;
}
/* Border and text colors for menu icon on small screens */
.custom-toggler.navbar-toggler {
    border-color: #FFF;
    color: #FFF000;
}
/* 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(236,240,241, 0.7)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

body {
    background-image: url(../images/bkgrnd_2.gif);
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 40px;
}
#PageTitle {
    color: #FF0000;
}
.lead {
    color: #339933;
    font-style: normal;
    font-weight: bold;
    font-size: 0.9em;
}

#Section {
    background-color: #FFFFFF;
    padding-top: 0px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    margin-top: 10px;
    margin-right: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
}
#footer {
    font-size: 0.8em;
    font-weight: bold;
    text-align: center;
    color: #339933;
}
h1 {
    color: #339933;
	font-size: 1.4em;
	font-weight: bold;
}
h2 {
    color: #339933;
	font-size: 1.3em;
	font-weight: bold;
}
h3 {
    color: #339933;
	font-size: 1.2em;
	font-weight: bold;
}
h4 {
    color: #339933;
	font-size: 1.1em;
	font-weight: bold;
}
h5 {
    color: #339933;
	font-size: 1em;
	font-weight: bold;
}
#WebsiteLinks {
    color: #339933;
    font-size: 0.9em;
    font-weight: bold;
}
#WebsiteLinks a {
    color: #339933;
    font-size: 0.8em;
}
.display-5 {
    color: #339933;
}
#JamaicanLiks {
    font-weight: 600;
    padding-left: 50px;
    padding-right: 50px;
}
a {
    color: #339933;
}
  a:hover {
    color: #000000;
    text-decoration: underline;
}
.embed-responsive.embed-responsive-21by9 {
    width: 80%;
    display: block;
    border: 2px solid #339933;
}
#Section .rounded.img-fluid.style2 {
	border: 2px solid #339933;
	margin-TOP: 10px;
  	margin-bottom: 10px;
}
.table {
  margin: 0 auto;
  width: auto;
  table-layout: auto;
}

.HeaderTD {
  padding-top: 10px;
  padding-bottom: 10px;
  padding: 0.1rem 0.2rem;
  font-size: 0.9em;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
}

.Icons {
  width: 15px;
  height: 15px;
}

.table td {
  border: none;
}
