/* Reset
------------------------------------------------------------ */

/*Need to look at adding a global font family to body element.*/


body { 
	margin: 10px auto 0px auto;
	padding: 0px;
	background-color: black;
	font: bold 1em/1.5em "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	/*background-image: url("../images/IMG_3186_w.jpg");*/
	
}

/*.wrapper {
	margin: 0 auto;
	padding: 0;
	max-width: 960px;
	background-color: black;
	color: black;
}*/

.w3-container {
	margin: 0 auto;
	padding: 0;
	max-width: 960px !important;
	background-color: black;
	color: black;
	
}

/* Start of Navigation ********************/

.w3-bar .w3-bar-item { 
	padding:5px 8px;
	float:left;background-color:black;color:#ffcc33;width:auto;outline:none;display:block;
	border-left: 2px solid #333;	
	/*border-right: 2px solid #333;*/
		}
	
/*These are the dropdown buttons. Not the regular buttons.*/
.w3-bar .w3-dropdown-hover button {
	padding:5px 8px;
	border-left: 2px solid #333;	
	color: #ffcc33;
	background-color: black;
}

/*This changes the colours for all the buttons when hovered.*/
.w3-button:hover{
	color:#fff !important;
	background-color: black !important
}

/*This makes the button the correct colour after it is clicked, when the pointer moves over the elements of the dropdown box.*/
.w3-dropdown-hover:hover .w3-button,.w3-dropdown-click:hover .w3-button{
	background-color:black;
	color:#ffcc33}
	
/*Once I put in the border radius, I needed to make the background black for the containing element.*/
.w3-dropdown-content {

	background-color: black;
}

.w3-dropdown-content a:hover{
	color: white;
	/*background-color: #ffcc33;}*/
	background-color: #ffcc33;
	border: 1px solid black;
}

.w3-dropdown-content a {
	color:black;
	background-color: #ffcc33;
	border: 1px solid #ffcc33;
	border-radius: 10px;
	border: 1px solid black;
}

/*I might not need these.*/
.ggGold {color:#e5aa2c!important;background-color:black}
.ggGold:hover {color:white!important;background-color:black!important}

/*Slides start **************************************/


#slider1_container {
	visibility: hidden;
	position: relative;
	margin: 0 auto;
	padding: 0px;
	width: 960px;
	height: 720px;
	overflow: hidden;
}

#slider1_container .allSlides {
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 960px; 
	height: 720px; 
	overflow: hidden; 
	cursor: move;
	
}

#slider1_container .slidesTextPosition {
	position: absolute; 
	width: 960px; 
	height: 300px;  
	bottom: -230px; 
	left: 0px; 
	text-align: left; 
	line-height: 1.8em; 
	font-size: 12px;
	
}


#slider1_container .slidesTextFormatA {
	display: block; 
	line-height: 1.1em; 
	font-size: 2.5em; 
	color: #000000;
	text-align: center;
	opacity: 0.6;
	background-color: white;
	/*border: 2px solid black;*/
	/*border-radius: 15px;*/
	/*margin: 0px 0px 10px 0px;*/
	/*width: 100%;*/
	
}

#slider1_container .slidesTextFormatB {
	display: block; 
	line-height: 1.1em; 
	font-size: 2.5em; 
	color: white;
	text-align: center;
	
}


/*Miscellaneous Stuff*/


.yellowText {
	/*display: block; */
	/*line-height: 1.1em; */
	/*font-size: 2.0em;*/
	
	font-size: 24px;
	color: #e5aa2c;
}

.centreText {
	
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	clear: both;
	
}

.floatLeft {
	float: left;
}

.floatRight {
	float: right;
}

.clearBoth {
	clear: both;
}

br {
	clear: both;
}

p.aboutParaFormat {
	/*font-family: 'Yanone Kaffeesatz', sans-serif;*/
	/*font-family: 'Indie Flower', cursive;*/
	/*font-family: 'Josefin Sans', sans-serif;*/
	color: white;
	font-size: 16px;
	margin: 10px;
	/*float: left;*/
	/*min-width: 20px;
	background-color: pink;*/
}

img.aboutImage {
	margin:10px auto;
	padding: 5px;
	/*padding: 0px 5px;*/
	border: 10px solid #666666;
	display: block;
}

.ggFormatLinks, p.ggFormatLinks {

	text-align: center;
	font-size: 16px;
	margin: 3px 0px;
	/*background-color: red !important;*/
	
}

/*For contact page.*/
/*.ContentOfContactPage a {

	margin: 100px auto 100px;

	/*width: 350px;*!/

}*/

.theEmailLink img  {
	display: block;
	/*width:325px;  /* not sure if this does anything *!/*/
	margin: 10px auto;
	/*word-spacing:0px;*/
	/*letter-spacing:0px;	*/
}

.contactInfo {  /* used to be shopHours */
	
	/*line-height:5px;*/
	font-size:18px;
	text-align:center;
	/*margin: 30px 0px 0px 0px;*/
	margin:0px 0px 0px 0px;
	/*clear:both;*/
	/*border: red 1px solid;	*/
}




/*Drop down button end*/

@media screen and (max-width:601px) {
			
#demo a {
	color: #ffcc33;
}
	
#gg_fixToFloatLeftHomeButton {
	text-align: left !important;
	/*color: gray;*/
	
	}
}
