@charset "utf-8";
/* CSS Document */
/*colour-values*/
/*dark green #284f3d/
/*tree light green #c6d9b8*/
/*wood #ddbd65*/
body {
min-height: 100%;
padding-top: 90px;
color: #212529;
}
.navbar-brand {
margin-right: 10px;
font-size: 1.5rem;
}
.nav-link, .dropdown-item {
color: #ddbd65 !important; 
}
.nav-link:hover, .nav-link:focus, .nav-link:active, .dropdown-item:hover, .dropdown-item:focus, .dropdown-item:active {
color: #c6d9b8 !important;
background-color: #284f3d;
}
.custom-bg-1 {
background-color: #284f3d;
}
.custom-bg-2 {
background-color: #c6d9b8;
}
.custom-line-h {
line-height: 1em;
}
.jumbotron {
height: 100px;
}
@media only screen and (max-width: 575.98px) {
  .jumbotron {
			height: 80px; 
  }
}
.custom-jumbotron {
background-image: url("../images/holes.jpg");
background-size: cover;
border-radius: 0;
background-position: bottom center;
}
.custom-h1 {
font-size: 1.5rem;
margin-top: 0.5rem;
font-weight: bold;
}
.custom-h2 {
font-size: 1.3rem;
font-weight: 600;
}
.custom-h3 {
font-size: 1.25rem;
font-weight: 400;
}
.custom-a, .custom-a:hover, .custom-a:focus, .custom-a:active {
text-decoration: none;
color: #284f3d !important;
}
.custom-a-nav, .custom-a-nav:hover, .custom-a-nav:focus, .custom-a-nav:active {
text-decoration: none;
color: white !important;
}
.custom-page-end-b {
margin-bottom: 9rem;
}