@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.ttf"), url("../fonts/Poppins-Medium.ttf"),
    url("../fonts/Poppins-Bold.ttf");
}

body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 1.25rem;
}

h1 {
  font-size: 5.625rem;
  line-height: 1.2;
  margin-bottom: 1rem;
  font-weight: bold;
}

h2 {
  font-weight: bold;
  font-size: 2.5rem;
  line-height: 1.2;
  margin-bottom: 1rem;
}

h6 {
  font-weight: bold;
  font-size: 1rem;
  line-height: 1;
  margin-bottom: 0.5rem;
}

li {
  font-size: 1rem;
  font-weight: 600;
}

/* Navigation */
nav {
  display: flex;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  margin-top: 1rem;
}

nav ul {
  display: flex;
  flex: 1;
  list-style: none;
}

nav li {
  margin-left: 20px;
}

nav img {
  width: 50px;
}

/* Grid */
.container {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.item {
  flex: 1 0 100%; /* Flex-grow, flex-shrink, flex-basis */
  padding: 3rem 10% 3rem 10%;
  text-align: center;
}

.fullwidth {
  flex: 1 0 100%;
}

.container-footer {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}

.left {
  display: flex;
}

.right {
  display: flex;
  flex-direction: row-reverse;
}

.green {
  background-color: #0f1e19;
  color: white;
}

.split {
  width: 50%;
}

.text {
  text-align: left;
  max-width: 500px;
}

.text h2 {
  text-align: center;
}

p {
  font-size: 1rem;
  line-height: 1.5;
  margin: 1rem;
  margin-top: 2rem;
}

.img-section {
  width: 80%;
  max-width: 500px;
}

footer {
  padding-left: 10%;
  padding-right: 10%;
}

.footer-color {
  background-color: #e8e8e8;
  min-height: 300px;
}

footer img {
  width: 150px;
}

footer a + p {
  margin: 0;
  font-size: 14px;
}

footer ul li {
  margin-bottom: 1rem;
}
li a:hover {
  color: #4a8271;
}

address {
  font-style: normal;
}

address p {
  margin: 0;
}

.mail {
  color: #396155;
  font-weight: 600;
  margin-bottom: 1rem;

}

footer p {
    font-size: 1rem;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}


.mail:hover{
  color: #52a68c;

}

.insta a{
 align-items: center;
   display: flex;
  justify-content: center;
  font-weight: 600;
}

.insta a:hover{
  color: #4a8271;
}

.insta img{
  width: 20px !important;
  height: 20px !important;
  margin-right: .4rem;
}

/* Summer Notice Banner */
.summer-notice {
  background-color: #ffeb3b;
  color: #333;
  text-align: center;
  padding: 0.75rem 1rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.summer-notice p {
  margin: 0;
  font-weight: 600;
  font-size: 1rem;
}
