@charset "utf-8";
/* Customer CSS Document for Ancaster Lawnbowling Club */

body {
    background: rgb(250,250,250);
		font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		color: rbg(5,5,5);
	}

h1 {
  font-size: 2.6rem;
  font-weight: 400;
}

nav span.navbar-brand.d-md-none {
  font-size: 1.75rem;
  color: rgb(40,167,69);
}

/* All Pages CSS */
a.back_to_top_button {
	display: none;
	width: 60px;
	height: 60px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: rgb(192,194,171) url("../assets/images/chevron-up.svg") no-repeat center;
  background-size: contain;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


/* Home Page CSS */

#news_button {
  font-size: 110%;
  font-weight: bolder;
  background-color: rgba(192,194,171,0.5);
}

#news_button:hover {
  background-color: rgba(192,194,171,0.65);
}

#news_button:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(192, 194, 171, 0.25);
}


div#news_section {
  border-color: rgba(0,255,0,1);
}

div#news_section div.modal-header, div#news_section div.modal-body, div#news_section div.modal-footer {
  background-color: rgba(192,194,171,0.5);
}

/* Schedule Page CSS */
#special_events_target li.no_marker {
  list-style-type: none;
}

table tr td.unstyled_table_data {
 border-top: hidden;  
}


/* Contact-Location Page CSS */
/*a[href^="tel:"]:before {
  content: "\260e";
  margin-right: 0.2em;
}

a[href^="mailto:"]:after {
  content: "\2709";
} */

/* General Info Page CSS */
div#league_items div.card.ml-4.mb-3 {
  border-color: rgba(0,255,0,1);
}

div#league_items div.card.ml-4.mb-3 div.card-body.even {
  background-color: rgba(192,194,171,0.75);
}

div#league_items div.card.ml-4.mb-3 div.card-body.odd {
  background-color: rgba(192,194,171,0.25);
}

div#membership_items span {
  color: rgb(47,84,150);
  font-weight: 600;
}

div#gallery_items div.card-body {
 	padding: 0.5em; 
}

div#gallery_items div.card-body p {
	line-height: 1.15;
  font-size: 75%;
}

div#membership_items ul li {
  list-style-type: circle;
}

/* The Contacts Page Items */
.col-form-label {
  font-size: 85%; }

input, textarea {
  margin-left: 0.5em; }

/* .form-control, .confirm_message_processed {
  background: rgba(255, 255, 255, 0.75); } */

.confirm_message_processed {
  color: #000; }

.contact-detail {
  margin-bottom: 0.05rem; }

#my_recaptcha_anchor {
  width: 100%; }

div.g-recaptcha {
  margin-left: auto;
  margin-right: auto; }

form {
  padding-right: 1em; }