<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  padding-top: 5rem;
	background-color: #f6f6f6;
}

.navbar {
	padding-bottom: 10px;/*change the padding size to 10px to reduce the space bottom of navbar*/
}
.navbar-light .navbar-brand {
    color: #1da01d;
}

.bg-light {
    background-color: #ffffff;
}
.text-bold-green { /*similar style below...*/
	color: #1da01d;
	font-weight: bold;
	font-size: 1.3rem; 
}
.grass-bg {
	background-image: url(Photos/Grass_background-no-fade.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	
}

.green-border-top-n-btm {
	border-bottom: #1da01d;
	border-top: #1da01d;
	border-bottom-width: medium;
	border-top-width: medium;
	border-bottom-style: solid;
	border-top-style: solid;
}

.border-photos {
	border-color: #FFFFFF;
	border-width: thin;
	border-style: solid;
	margin-top: 25px;
}

.text-green {
	color: #204b0f;
	text-align: center;
	font-weight: bold;
	text-shadow: 1.5px 1.5px 3px #ffffff;
	font-size: 18px;
}
.rounded-corner {
    border-radius: 10px;
    background: rgba(255,255,255,0.5);
	margin-top: 10px;
	height: 70px;
	margin-bottom: 25px;
    filter: alpha(opacity=50); /* For IE8 and earlier */
	
}
.center-vertically {
	position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.text-white {
	color: white;
	text-align: center;
}
.text-white a:link {
	color: white;
	text-align: center;
	text-decoration: underline;
}
.text-white a:visited {
	color: white;
	text-align: center;
	text-decoration: underline;
}
.text-white a:hover {
	color: #1da01d;
	text-align: center;
	text-decoration: underline;
}
.text-white a:active {
	color: white;
	text-align: center;
	text-decoration: underline;
}

@media screen and (min-width: 768px) {  /*padding added to prevent text at top from being hidden*/
  .extra-pad {
    padding-top: 50px;
  }
}

@media screen and (max-width: 992px) { /*padding added to prevent text at top from being hidden*/
  .extra-pad {
    padding-top: 50px;
  }
}
.text-green-bold {
	color: #1da01d;
	font-weight: bold;
	font-size: 1.5rem;
}
.text-green-bold a:link {
	color: #1da01d;
	font-weight: bold;
	font-size: 1.5rem;
}
.text-green-bold a:visited {
	color: #1da01d;
	font-weight: bold;
	font-size: 1.5rem;
}
.text-green-bold a:hover {
	color: #147214;
	font-weight: bold;
	font-size: 1.5rem;
}
.text-green-bold a:active {
	color: #1da01d;
	font-weight: bold;
	font-size: 1.5rem;
}
.black-bg {
	background-color: black;
}
.text-bottom {
	font-size: 14px;
	padding-top: 20px;
	padding-bottom: 10px;
	
}
.green-border {
	border-top: #1da01d;
	border-top-width: medium;
	border-top-style: solid;
}
.pad_footer {
	padding-top: 20px;
	padding-bottom: 20px;
	font-size: 12px;
}
.pad_top_contact_pg {
	padding-top: 50px;
	padding-bottom: 20px;
	font-size: 12px;
}
.text-white-shadow{
	text-shadow: 1.5px 1.5px 3px #000000;
	color: white;
	text-align: center;
	font-size: 25px;
}
.margin-btm-20px {
	margin-bottom: 20px;
}
.margin-btm-10px {
	margin-bottom: 10px;
}
.margin-top-20px {
	margin-top: 20px;
}
.margin-top-30px {
	margin-top: 30px;
}
.text-red {
	color: red;
}

@media screen and (min-width: 768px) {  /*padding added to tiger turf logo on big screens*/
  .extra-100px-margin-big-screen {
    padding-top: 130px;
  }
}
.text-light-green{
	color: #1da01d;
}

.iframe-container { /*makes videos and google calendars responsive*/
 	position: relative;
    padding-bottom: 75%;
    height: 0;
    overflow: hidden;
}

.iframe-container iframe { /*makes videos and google calendars responsive*/
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 768px) { /*prevents tencate logo from hiding behind slideshow on md or sm screens*/
	.tencate-logo {
		width: 100%;
	}
}

@media screen and (max-width: 768px) { /*prevents tigerturf logo from being too big on md or sm screens*/
	.tigerturf-logo {
		width: 150px;
	}
}

</pre></body></html>