html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  font-family: Verdana, sans-serif;
  color: white;
  background-color: black;
  position: relative;
  text-align: center;
}

#homeLogo {
  justify-content: center;
  align-items: center;
  display: flex;
}
.navbar-default {
  background-color: rgba(0,128,0,0);
  border-color: rgba(51,170,51,0);
}
.navbar-default .navbar-brand {
  color: #ffffff;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #ffffff;
  opacity: 0.5;
  transition: all ease 0.2s;
}
.navbar-default .navbar-text {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #ffffff;
  opacity: 0.5;
  transition: all ease 0.2s;
}
.navbar-default .navbar-nav > li > .dropdown-menu {
  background-color: #008000;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a {
  color: #ffffff;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav > li > .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #33aa33;
  transition: all ease 0.5s;
}
.navbar-default .navbar-nav > li > .dropdown-menu > li > .divider {
  background-color: #33aa33;
}
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #33aa33;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: #33aa33;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #ffffff;
  background-color: #33aa33;
}
.navbar-default .navbar-toggle {
  border-color: #33aa33;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #33aa33;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #ffffff;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #ffffff;
}
.navbar-default .navbar-link {
  color: #ffffff;
}
.navbar-default .navbar-link:hover {
  color: #ffffff;
}
.affix {
  background-color: rgba(0,128,0,1);
  border-color: rgba(51,170,51,1);
  transition:background-color 0.5s linear;
}
.affix-top {
  background-color: rgba(0,128,0,0);
  border-color: rgba(51,170,51,0);
  transition:background-color 0.5s linear;
}
@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: #33aa33;
  }
} /* End of navBar */

a:link {
	text-decoration: none;
	color: #f2f2f2;
	font-family: verdana;
}
a:visited {
	color: #f2f2f2;
	font-family: verdana;
}
a:hover {
	color: darkred;
	font-family: verdana;
	transition: all ease 0.3s;
}

a.dimmerlLink:hover {opacity: 0.5;}

a.watermarkLink {color: #777777;}
a.watermarkLink:link {text-decoration: none; color: #777777;}
a.watermarkLink:visited {text-decoration: none; color: #777777;}
a.watermarkLink:hover {text-decoration: none; color: white;}
a.watermarkLink:active {text-decoration: none; color: #777777;}

h1 {
    color: white;
    font-family: verdana;
    font-size: 600%;
    font-weight: bold;
    /*letter-spacing: 5px;*/
    text-transform: uppercase;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

h2 {
    color: #f2f2f2;
    font-family: verdana;
    letter-spacing: 5px;
}

h3 {
    color: lightgrey;
    font-family: verdana;
    letter-spacing: 5px;
    font-size: 16px;
}

.picture {
    border: 1px solid #f2f2f2;
    max-width: 100%;
	margin: 3px;
    margin-bottom: 10px;
}

.dis {
  font-size: 8px;
}

strong {
    display: inline-block;
    width: 290px;
    border: 1px solid green;
}

#homePage {
	background-image: url(images/GOW-Background-2000.jpg), url(images/GOW-Background-768LowP.jpg);
	background-size: cover, cover;
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
	height: 100%;
	padding: 40px;
}
#homeSpan {
	margin-top: 15px;
	color: #f2f2f2;
}
#bannerImage {
	max-width: 20%;
}
#troLogo {
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 20px;
}
#yamLogo {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 20px;
} /* End of Home section */

#gowNewsPage {
	background-color: darkgreen;
	background-image: url(images/GOW-TheGreen-1500-Op10.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#gowNewsSpan {
	padding-top: 50px;
	max-width: 98%;
	margin: auto;
}
#gowNewsText {
	letter-spacing: 1px;
	text-align: justify;
	color: #f2f2f2;
	padding-bottom: 10px;
}
#fbFeed {
	background-color: black;
	background-image: url(images/golfCourse-1920x700o25b.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	max-width: auto;
	margin-top: 25px;
	padding-top: 10px;
	padding-bottom: 5px;"
} /* End of gowNews section */

#aboutPage {
	background-color: darkgreen;
	background-image: url(images/GOW-TheGreen-1500-Op10.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#aboutSpan {
	padding-top: 50px;
	max-width: 68%;
	margin: auto;
}
#aboutText {
	letter-spacing: 1px;
	text-align: justify;
	color: #f2f2f2;
	padding-bottom: 10px;
} 
#ownerQuote {
	text-align: center;
}
#GOWvan {
	text-align: center;
} /* End of About section */

#servicePage {
	background-color: darkgreen;
	background-image: url(images/GOW-TheGreen-1500-Op10.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#serviceSpan {
	padding-top: 50px;
	max-width: 70%;
	margin: auto;
}
#serviceText {
	letter-spacing: 1px;
	text-align: justify;
	color: #f2f2f2;
	padding-bottom: 50px;
} /* End of Service section */

#newsPage {
	background-image: url(images/GOW-GolfCourse-Crop.jpg), url(images/GOW-GolfCourse-CropLow.jpg);
	background-size: cover, cover;
    background-position: bottom, bottom;
    background-repeat: no-repeat, no-repeat;
	padding: 50px;
	min-height: 400px;
} /* End of News section */

#mobileContactPage {
	display: none;
}
#mobileContactSpan {
	padding-top: 10px;
}
#mobileContactText {
	letter-spacing: 1px;
	color: #f2f2f2;
	padding-bottom: 20px;
} /* End of Mobile Contact section */

#newCartsPage {
	background-color: darkgreen;
	background-image: url(images/GOW-TheGreen-1500-Op10.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#newCartsSpan {
	background-image: url(images/efi-quietech-logo.png), url(images/drive2-logo.png), url(images/ac-powertech-logo.png);
    background-position: left bottom, center bottom, right bottom;
   	background-size: auto 50px, auto 50px, auto 50px;
    background-repeat: no-repeat, no-repeat, no-repeat;
	padding-top: 50px;
}
#newCartsText {
	letter-spacing: 1px;
	color: #f2f2f2;
	padding-bottom: 80px;
} /* End of New Carts section */

#preOwnedCartsPage {
	background-color: darkgreen;
	background-image: url(images/GOW-TheGreen-1500-Op10.png);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
#preOwnedCartsSpan {
	padding-top: 50px;
}
#preOwnedCartsText {
	letter-spacing: 1px;
	color: #f2f2f2;
	padding-bottom: 50px;
}
#logosForCarts {
	background-image: url(images/efi-quietech-logo.png), url(images/drive2-logo.png), url(images/ac-powertech-logo.png);
    background-position: left bottom, center bottom, right bottom;
   	background-size: auto 50px, auto 50px, auto 50px;
    background-repeat: no-repeat, no-repeat, no-repeat;
	padding-top: 50px;
}
 /* End of Pre Owned Carts section */

#contactPage {
	padding-top: 50px;
	letter-spacing: 5px;
}
#contactSpan {
	color: #f2f2f2;
}
#bannerImage-i {
	max-width: 270px;
}
#yamPartsLogo {
	max-width: 14%;
}/* End of Contact section */

.col-md-3 {
	display: inline;
}
.col-md-4 {
	display: inline;
}
#footerLogoFb {
	max-width: 40px;
}
#footerLogoIn {
	max-width: 40px;
}
#footerLogoTwitter {
	max-width: 40px;
}
#footerLogoInsta {
	max-width: 41px;
}
#footerLogoYt {
	max-width: 44px;
} /*End of Socials section */

#Footer {
	padding-top: 50px;
	padding-bottom: 24px;
} /*End of Footer section */

@media screen and (max-width:880px) {
	h3 {
	    font-size: 90%;
	}

	#homePage {
		background-image: none, none;
	}

	#newsPage {
		background-image: none, none;
	}

	#newCartsSpan {
		background-image: none, none, none;
	}

	.navbar-default, #homePage, #gowNewsPage, #aboutPage, #servicePage, #newsPage, #contactPage {
		display: none;
	}

	#mobileContactPage {
		display: inline;
	}

	#newCartsSpan {
		padding-top: 10px;
		background-image: none;
	}

	#newCartsText {
		padding-bottom: 0px;
	}

	#preOwnedCartsSpan {
		padding-top: 10px;
	}

	#preOwnedCartsText {
		padding-bottom: 0px;
	}

	.picture {
		max-width: 70%;
	}

	#bannerImage-i {
		max-width: 220px;
	}

	#yamPartsLogo {
		max-width: 30%;
	}

	.container {
		width: auto;
		padding: auto;
	}

	#Footer {
		padding-top: 30px;
		padding-bottom: 24px;
	}
}



