body {
	padding: 0;
	margin: 0;
	background: #cccccc;
}

html {
    background: #F9F4F8;
}

/*--------------------------------------------------------------
# Notice
--------------------------------------------------------------*/

#notice {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    padding: 20px;
    box-sizing: border-box;
}

#notice .content {
    background-color: #333;
    padding: 20px;
    border-radius: 10px;
    position: relative;
    max-width: 600px;
    text-align: center;
}

#notice .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    border: none;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

/*--------------------------------------------------------------
# Nav Bar
--------------------------------------------------------------*/

nav {
	background-color: #F9F4F8!important;
	padding: 0 0 ;
}

a {
    text-decoration:none;
}
.logo-navbar {
	float: left;
	height:auto;
	margin-left: 30px;
	width: 35%;
}

.nav-link  {
    font-size: 20px;
    font-weight: bold;
    margin: 10px;
    color: #363537;
}

.hoverE {
  background-image: linear-gradient(to right,#499957,#499957 50%,#000 50%);
  background-size: 200% 100%;
  background-position: -100%;
  display: inline-block;
  padding: 5px 0;
  position: relative;
  -webkit-background-clip: text;
  transition: all 0.3s ease-in-out;
}

.hoverE:before {
  content: '';
  background: #499957;
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 3px;
  transition: all 0.3s ease-in-out;
}

.hoverE:hover {
 background-position: 0;
}

.hoverE:hover::before {
  width:100%;
}

.nav-link:hover {
    color: #499957;
}

.active {
    color: #499957;
}

.navbar .membership {
  transition: 0.3s;
  border-radius: 4px;
  border: 2px solid #499957;
}

.navbar .membership:hover {
    background: #499957;
    color: #ffffff;
}

.mobile-logo {
    display: none;
    visibility: hidden;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

.carousel-item {
    height: 75vh;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

/* Other Page Headers */
.overlay {
	position: absolute;
	min-height: 100%;
	min-width: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.4);
}

.header-image {
	height: 50vh;
	min-height: 500px;
	background-size: cover;
	background-position: center;
	position: relative;
	color: #fff!important;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

.center {
    text-align: center;
}

.vCenter {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.subHead {
    color: #499957;
    font-family: "Montserrat";
    font-weight: 700;
}

.divider {
    position: relative;
	margin-top: 10px;
	height: 1px;
}

.divider:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	right: 20%;
	width: 60%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(49,99,57), transparent);
}

.topMargin {
    padding-top: 50px;
}

.botMargin {
    padding-bottom: 50px;
}

/*--------------------------------------------------------------
# Welcome
--------------------------------------------------------------*/

.welcome {
    background-color: #499957;
}

.welcome h2 {
    color: #ffffff;
    font-size: 42px;
}

.welcome p {
    color: #ffffff;
}

/*--------------------------------------------------------------
# Cards
--------------------------------------------------------------*/

.card .more-btn {
  background: #499957;
  color: #fff;
}

.card .more-btn:hover {
  color: #fff;
  background: #363537;
}

.card-title {
    color: #499957;
    font-family: "Montserrat";
    font-weight: 700;
    font-size: 64px;
}

.card {
    margin: 0;
    max-height: 600px;
    overflow:hidden;
}

.card img {
    overflow:hidden;
}

/*--------------------------------------------------------------
# Mobile Friendly
--------------------------------------------------------------*/

@media (max-width: 768px) {
    
    .navbar-brand {
        width: 50%;
        height: auto;
    }
    
  .card {
    max-height: 250px;
    height: 150px;
    margin: 10%;
  }

  .content-card {
    height: 250px!important;
    padding: 0!important;
    margin: 0!important;
  }

  .card-title {
    font-size: 26px!important;
  }

  .carousel-item {
      height: 20vh;
  }

  .mobileHeight {
  min-height: 800px;
    display: block!important;
    padding: 0!important;
    margin: 0!important;
  }
  
  .desktop-logo {
    display: none;
    visibility: hidden;
  }

  .mobile-logo {
     display: inline;
     visibility: visible;
  }
  
  .mem-nav-text {
      padding-left: 10px;
  }
    
}

/*--------------------------------------------------------------
# Events
--------------------------------------------------------------*/

.content {
  padding: 30px;
  background: #499957;
  border-radius: 4px;
  color: #fff;
}

.events .content h3 {
  font-weight: 700;
  font-size: 34px;
  margin-bottom: 30px;
}

.events .content p {
  margin-bottom: 30px;
}

.more-btn {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 6px 30px 8px 30px;
  color: #fff;
  border-radius: 50px;
  transition: all ease-in-out 0.4s;
}

.more-btn i {
  font-size: 14px;
}

.more-btn:hover {
  color: #499957;
  background: #fff;
}

.eventsImage {
    border-radius: 4px;
}
/*
.hiddenBoxHolder .hiddenBox {
        background-color: #363537;
        border-radius: 4px;
        position: absolute;
        color: #fff;
        height: 100%;
        width: 96%;
        -webkit-transition: all 300ms ease-out;
        -moz-transition: all 300ms ease-out;
        -o-transition: all 300ms ease-out;
        -ms-transition: all 300ms ease-out;
        transition: all 300ms ease-out;
        opacity: 0;
}

.hiddenBoxHolder:hover .hiddenBox {
        opacity: 1;
}

.hiddenBoxHolder:hover .eventsImage {
        transition: all 300ms ease-out;
        opacity: 0;
}
*/
/*--------------------------------------------------------------
# Facebook
--------------------------------------------------------------*/

.fb_iframe_widget {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/*--------------------------------------------------------------
# Sponsors
--------------------------------------------------------------*/

.sponsors .swiper-slide img {
  opacity: 0.8;
  transition: 0.3s;
  padding: 30 30 30 30;
  max-width: 220px;
}

.sponsors .swiper-slide img:hover {
  opacity: 1;
}

.sponsors .swiper-pagination {
  margin-top: 30px;
  position: relative;
}

.sponsors .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
  border: 1px solid #499957;
}

.sponsors .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #499957;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer {
    background-color: #363537;
    min-height: 500px;
}

#footer h3 {
    color: #ffffff;
    position: relative;
    padding: 0;
    margin: 30px 0 15px 0;
    font-family: "Montserrat";
}

#footer p {
    color: #ffffff;
    padding: 12px;
    font-size: 20px;
    font-family: "Montserrat";
}

/*--------------------------------------------------------------
# Memberships Page
--------------------------------------------------------------*/

.memberships h3 {
    font-size: 32px;
}

.mContent {
    padding: 5vh;
    border-style: inset;
    margin: 10px;
}

.priceText {
    font-size: 48px;
    font-weight: bold;
    color: #499957;
}

/*--------------------------------------------------------------
# Contact Page
--------------------------------------------------------------*/

.contactFormWrapper {
    height: 900px;
    background: #fff;
    border-radius: 10px;
    border-color: #ccc;
    padding: 10vh;
    position: relative;
    display: block;
}

.contactForm {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 68px;
}

.form-title {
    display: block;
    width: 100%;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 68px;
    color: #333;
    padding-bottom: 52px;
}

.inputWrapper {
    border-bottom: 3px solid #c9f9c9;
    padding-bottom: 25px;
    margin-bottom: 75px;
}

.half-width {
    width: calc((100% - 30px)/2);
}

.input-label {
    font-family: Montserrat;
    font-size: 26px;
    color: #499957;
    padding-left: 5px;
}

.input {
    display: block;
    width: 100%;
    padding-left: 5px;
    padding-top: 20px;
    font-family: Montserrat;
    font-weight: thin;
    font-size: 22px;
    color: #555;
    line-height: 1.2;
    outline:none;
    border:none;
}


.contact-form-btn-wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: -25px;
}

.contact-form-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 180px;
    height: 55px;
    background-color: #499957;
    border-radius: 25px;
    font-family: Montserrat;
    font-size: 22px;
    color: #fff;
    outline:none;
    border: none;
}

.contact-bottom-text {
    font-family: Montserrat;
    font-size: 20px;
    color: #999;
}

/*--------------------------------------------------------------
# Events Page
--------------------------------------------------------------*/

#wrapper {
    width: 1100px;
    margin: 0 auto;
}

.fc-toolbar-chunk {
    padding: 10px;
}

.fc-toolbar-title {
    color: #499957;
    font-family: Montserrat;
    font-weight: bold;
}

.fc-day {
    color: #333;
    font-family: Montserrat;
}

#calendar {
    margin: 0 auto;
    width: 1100px;
    height: 850px;
    background-color: #FFFFFF;
    border-radius: 6px;
    box-shadow: 0 1px 2px #C3C3C3;
    -webkit-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
    -moz-box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
    box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.18);
}

.event-image {
    height: 40vh;
    display: block;
    float: left;
    border-radius: 10px;
    width: 28vh;
    padding-right: 20px;
}

.upcomingEvents {
    margin-top: 30px;
    margin-bottom: 50px;
    height: 30vh;
    display: block;
}

.event-content {
    font-family: Montserrat;
}

/*--------------------------------------------------------------
# Facilities Page
--------------------------------------------------------------*/

.hireContent {
    font-family: Montserrat;
    font-size: 24px;
}

#facilitiesImages {
    height: auto;
    padding: 8%;
    padding-top: 2%!important;
    padding-bottom: 2%!important;
}

#facilitiesImages img {
    border-radius: 20px;
}

/*--------------------------------------------------------------
# Rules Page
--------------------------------------------------------------*/

.rulesContent {
    font-family: Montserrat;
    font-size: 24px;
    line-height: 2;
}

.smallRules {
    font-size: 20px;
}


