@charset "utf-8";
header {background: url('images/grassybackground.jpg') no-repeat center center fixed;
  background-size: cover;
  min-height: 70vh; 
}
h1,h2,h3,h4,strong {
	font-family: "rockwell-condensed", sans-serif;
font-weight: 700;
font-style: normal;
}
body{background-color: #aed324;
	font-family: "rockwell", sans-serif;
font-weight: 400;
font-style: normal;
}
ul {
    list-style: none;
    padding: 0;
}
.hero {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}


.cta {
    font-weight: bold;
}
.container #homepage {
    font-size: large;
    font-style: oblique;
    ;
}

.cta.text-center.text-white.py-4 .container h2 {
    padding-top: 0px;
    margin-top: 0px;
}

#homepage {
    display: block;
    margin-bottom: 20px; 
    padding-bottom: 20px; 
}

.navbar .nav-link {
    color: white; 
    font-size: 1rem;
    text-decoration: none; 
    padding: 0.5rem 1rem; 
    transition: color 0.3s ease-in-out;
}
.navbar .nav-link:hover {
    color: #28a745;
}
header .container {
  margin-bottom: 0;
  padding-bottom: 0;
}
.container-fluid .container.text-center.mt-4 h3 {
    text-align: center;

}
.container.text-center.mt-4 .list-unstyled li {
    text-align: center;
}


@media (max-width: 768px) {
  header .container {
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
  }
}
.navbar-nav {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .navbar-collapse {
    margin-top: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .navbar-nav .nav-link {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }
}
.hero {
  background: url('images/lawn-hero.png') center/cover no-repeat;
  min-height: 60vh;
  padding: 2rem 1rem;
  text-align: center;
}

.footer-nav .nav-link {
    color: white; 
    font-size: .75rem; 
    text-decoration: none; 
    padding: 0.5rem 1rem;
    transition: color 0.3s ease-in-out;
}

.footer-nav .nav-link:hover {
    color: #28a745; 
}


body, html {
    margin: 0;
    padding: 0;
}

header {
    margin-bottom: 0; 
    padding-bottom: 0;
}

.hero {
    margin-top: 0;
    padding-top: 20px; 
}
.card-img-top {
    width: 100%; 
    height: 200px; 
    object-fit: cover; 
}.container.text-center .text-white {
    text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.5);
}

.container.text-center {
    margin-bottom: 20px; 
	
}

.container {
    padding-top: 30px;
    padding-bottom: 30px;
}

.hero {
    padding: 20px 0;
}

.cta {
    margin-top: 20px;
}

.designer-credit {
  color: #6c757d;
  text-decoration: none;
  transition: color 0.3s ease;
	font-size: small;
}

.designer-credit:hover {
  color: #28a745; 
	
}
.row.mt-3 .col.text-center{
	color: #6c757d;
	font-size: small;
}



.social-icon img {
    transition: opacity 0.3s ease; 
}

.social-icon:hover img {
    opacity: 0.5; 
}


.text-white {
    opacity: 1; 
}


.hover-fade {
    transition: opacity 0.3s ease;
}

.hover-fade:hover {
    opacity: 1; 
}


header {
  margin-bottom: 0;
  padding-bottom: 0;
}

nav.navbar {
  margin-top: 0;
}
