body {
	background-color: #ffffff;
	font-family: 'Lato', sans-serif;
	font-size: 17px;
	font-weight: 400;
	line-height: 1.5;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}


a {
    text-decoration: none;  
}

#container {
	margin-left: auto;
	margin-right: auto;
    margin-top: 20px;
	width: 960px;
}


/* header font sizes */

h1 {
	color: #000000;
	font-size: 2.5em;
	font-weight: normal;
	line-height: 0.8;
    letter-spacing: 6px;
	margin: 10px;
	padding: 10px;
	text-align: center;
}

h2 {
	color: #000000;
	font-size: 2em;
	font-weight: normal;
}


.button {
	background-color: #cc0000; 
	border: none;
	border-radius: 12px;
	color: white;
	cursor: pointer;
	display: inline-block;
	font-size: 20px;
	padding: 15px 20px;
	text-decoration: none;
	margin: 4px 2px;
	-webkit-transition-duration: 0.4s; /* Safari */
	transition-duration: 0.4s;
}

.button:hover {
	background-color: #0d9a2b; /* Green */
	color: white;
}



/* header - menu */

#header {
	height: 50px;
	background-color: #cc0000;
	margin: 0px 0px 0px 0px;
	overflow: hidden;
	position: fixed;
	top: 40px;
	width: 960px;
	z-index: 1;
	top: 0;
}

#headerlogo img{
	height: 50px;
	width: 131px;
	border: 0;
	float: left;
}

#navigation ul {
	color: #ffffff;
	float: right;
    font-size: 14pt;
	list-style-type: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;

}

#navigation li {
	float: left;
}

#navigation li a {
	display: block;
	color: #ffffff;
	text-align: center;
	padding: 14px 16px;
}

#navigation li a:hover {
	background-color: #fff;
	color: red;
}


/* main page image */


#landing {
	background-image: url("images/sfccheader.jpg");
	background-repeat: no-repeat;
	float: left;
	height: 513px;
	margin-top: 20px;
	text-align: center;
	width: 100%;

}

#landingbuttons {
    bottom: 30px; 
    width: 800px; 
    height: 60px; 
	margin-left: 100px;
	margin-top:400px;
	position: relative;
}

.button1 {
	color: white;
	float: left;
	font-weight: 500;
	width: 170px;
}


.button2 {
	color: #ffffff;
	float: right;
	font-weight: 500;
	width: 200px;
}

/* Text Club Heading */

#heading1 {
	display:inline-block;
	line-height: 7px;
	margin: auto;
	width: 100%;
}

#heading1 h1 {
	font-size: 2.7em;
	margin: auto;
	text-align: center;
}

#heading1 h3 {
	color: #cc0000;
	font-size: 1.5em;
	margin-right: 10px;
	text-align: right;
}


/* Year-round Banner */ 

#heading {
	background: #282E34;
	display:inline-block;
	float: left;
	height: 60px;
	line-height: 10px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	
}

#heading h2 {
	color:#ffffff;
}

/* About */

#abouthead {
	margin-top: 50px;
	padding: 0px;
}

#abouthead h1 {
    letter-spacing: 18px;
}

#aboutlinks a:link {
	color: #04365D; 
}

#aboutlinks a:visited {
	color: #04365D;
	font-weight: 700;
 
}

#aboutlinks a:hover {
	color: #cc0001;
}

#aboutlinks a:active {
	color: #04365D; 
}

#aboutlinks ul {
	line-height: 1.9;
	list-style: none; /* Remove default bullets */
}

#aboutlinks ul li::before {
	content: "\2022";  /* CSS Code/unicode for a bullet */
	color: #cc0001; 
	font-weight: bold; 
	display: inline-block; /* space between the bullet and the text */
	width: 1em; /* needed for space */
	margin-left: -1em; /* also needed for space*/
}

#aboutlinks {
	border-right: 2px solid gray;
	display : inline;
	float: left;
	width: 300px;
}

#aboutlinks img {
	float: left;
	width: 270px;
	position: relative;
}

	
#abouttext{
	color: #000000;
	float: right;
	padding: 10px;
	width:600px;
}

#abouttext img {
	border: 0px;
	clear: left;
	float: right;
	height: 169px;
	margin-bottom: 10px;
	width: 170px;
}
    
/* Group Spacer Image*/

#spacerimage {
	float: left;
	width: 100%;
	height: 400px;
}

/*Events section */


#events {
	background: #282E34;
	float: left;

	margin-top: 0px;
	padding: 10px;
}

#eventshead {
	margin-top: 60px;
	padding: 0px;
}

#eventshead h1 {
 	color: #ffffff;
	letter-spacing: 7px;
	padding: 0px;
	text-align: center;
}

#eventshead button {
	color: #ffffff;
	float: left;
	font-weight: 500;
	position: absolute;
	width: 150px;
}

#events h2 {
	color: #ffffff;
	float: left;
	padding: 0px;
	margin: 0px;
}


#eventstext img {
	float: right;
	margin: 10px;
	margin-top: 25px;
	width: 450px;
}

#eventstext {
	color: #ffffff;
	margin-top: 40px;
	padding: 0px;
	vertical-align: top;
}

#eventstext ul {
  list-style: none; 
}

#eventstext ul li::before {
  content: "\2022";  
  color: red;
  font-weight: bold; 
  display: inline-block; 
  width: 1em; 
  margin-left: -1em; 
}

#question {
	color: #ffffff;	
}

#question a:link {
color: #ffffff; 
}

#question a:visited {
	color: #ffffff;
	font-weight: 700;

}

#question a:hover {
	color: #cc0001;
}

#question a:active {
	color: #ffffff; 
}

#question img {
	height: 22px;
	width: 26px;
}


#eventbutton {
    bottom: 10px; 
	color: #ffffff;
	font-size: 20px;
    height: 70px; 
	margin-bottom: 20px;
	margin-left: 20px;
	position: relative;
	width: 200px;
}

.button3 {
	color: #ffffff;
	font-size: 25px;
}

/* yelp review quotes */

#reviewsection {
	float: left;
	margin: 0px;
	border-color: blue;
}

#reviewsection h1 {
	color: #cc0000;
	padding: 0px;
	margin-top: 20px;
	text-align: center;

}

.linklist li {
	color: #cc0000;
}

.reviews {
    max-width: 960px;
	color: #000000;
	font-size: 20px;
	font-style: italic;
}

#quotes {
	display: inline-block;
	margin: 0px;
}

/* cells for review quotes */

.cellContainer {
  float: left;
  margin: 0px;
  padding: 15px;
  width: 29%;
}

#reviewimage {
	clear: both;
	height: 349px;
	margin: 0px;
	border-color: red;
}


/* Membership section */

#membership {
	background: #99cccc;
	float: left;
	margin-top: 0px;
	padding: 0px;
	width: 100%;
}

#membership a:link {
	color: #04365D; 
}

#membership a:visited {
	color: #04365D;
	font-weight: 700; 
}

#membership a:hover {
	color: #cc0000;
}

#membership a:active {
	color: #04365D; 
}

#membership img {
	float: right;
	margin: 10px;
	margin-top: 25px;
	width: 400px;
}

#membership h1 {
	color: #000000;
	letter-spacing: 8px;
	padding: 10px;
	margin: 0px;
}

#membershiphead {
	background: #99cccc;
	height: 60px;
	margin-top: 60px;
	padding: 0px;
}

#membershiptext {
	color: #000000;
	font-size: 12pt;
	margin-top: 20px;
	padding: 10px;
	vertical-align: top;
}	

/* find us - map section*/

#find {
	background: #ffffff;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 100%;
}

#findhead {
	margin-top: 60px;
	padding: 0px;
}

#findhead h1 {
    letter-spacing: 18px;
}

#transit img {
	border: 0px;
	clear: left;
	display: block;
	margin-left: auto;
	margin-right: auto;	
}

#map img {
	border: 0px;
	clear: left;
	float: right;
	height: 480px;
	width: 100%;
}


/* link section */

#links {
	background: #ffffff;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	width: 100%;
}

#links h1 {
	color: #ffffff;
	width: 100%;
}

#links h3 {
	margin-top: 0;
	margin-bottom: 0;	
}

#linktitle h2 {
	color: #cc0000;
	margin: auto;
}

#links a:link {
	color: #04365D; 
}

#links a:visited {
	color: #04365D;
 
}

#links a:hover {
	color: #cc0001;
}


#linksheader {
	background: #cc0000;
	color: #000000;
	margin-top: 50px;
	padding: 0px;
}


#linksheader h1 {
	height: 50px;
    letter-spacing: 18px;
}
	
#linktitle {
	background: #ffffff;
	border-bottom: 2px solid white;
	float: left;
	height: 50px;
	margin: auto;
	margin-bottom: 0px;
	width: 100%;
}

#linkbody {
	background: #ffffff;
	color: #ffffff;
	float: left;
	margin-bottom: 10px;
	margin-top: 0px;
	padding: 10px;
}
 
 .linkcontainer {
	background: #99cccc;
	display: inline;
	float: left;
	margin: 2px;
	padding: 15px;
	width: 46%;
}

/* copyright section */


#copyright {
	background: #282E34;
	color: #fff;
	float: left;
	font-size: 15px;
	height: 60px;
	padding: 20px;
	text-align: center;
	width: 920px;
}

#golfheader{
	background: #282E34;
	display:inline-block;
	float: left;
	line-height: 10px;
	margin: auto;
	margin-bottom: 20px;
	text-align: center;
	width: 100%;
	
}

#golfheader h1 {
	color: #ffffff;
	
}

#golfintro {
	font-size: 18px;
	
}

#golfmast {
	height: 300px;
}

#golflinks {
	float: left;
	height: 250px;
	margin-top: 10px;
	width: 300px;
}

#golfintrotext {
	float: right;
	padding: 10px;
	vertical-align: top;
	width:600px;
}

#golfrules {
	padding: 10px;
	
}

#golfrules img{
	margin: 10px 10px 10px 10px;
}

#golfrules h2 {
	font-size: 2em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}

