@charset "UTF-8";
.red-color {
  color: #029548;
}
.white-color {
  color: #ffffff;
}
.black-color {
  color: #140f0c;
}
.gray-color {
  color: #858585;
}
.red-outline {
  outline: 5px solid #bf212f;
}

* .space {

	margin-left: 1em;

}
.section-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.font-accent-menu {
	font-family: "Dancing Script", cursive;
}

.menu-item-border {
    border: 2px solid #029548 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
  padding-right: 8px;
  }

.menu-btn {
  color: #fff;
  background-color: #029548;
  border-color: #029548;
}

   .embed-responsive-iframe {
      position: relative;
      height: 0;
      overflow: hidden;
      padding-bottom: 56.25%; /* 16:9 aspect ratio (divide height by width) */
    }
    .embed-responsive-iframe iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }



  .instagram-media {
    margin: 0 auto; /* Center the blockquote horizontally */
    max-width: 800px; /* Set a maximum width for the blockquote */
    font-size: 18px; /* Increase the font size */
  }


/* Center Homescreen Imgages */
.img-large-center {
    display: block;
    margin: 0 auto;
    
}


/*SVG IMAGE */

.svg-image-Mikes {
  width: 78px;
  height: 35px;
}

.svg-image {
  width: 31px;
  height: 31px;
}
    .svg-image:hover {
  fill: #ffffff; /* Green fill color on hover */
}

/* EVENTS */
.event-image {
    margin: 55px;
    padding: 55px;
    
}