@charset "UTF-8";
body {
	font: 100%/1.4 Gill Sans, Helvetica, sans-serif;
	background-color: #494954;
	margin: 0;
	padding: 0;
	color: #FFF;
	font-weight: lighter;
	 font-size: 1.2em;
	 letter-spacing: .1em;
}

/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}





header {
	text-align:center;
	margin: 0 auto;
	padding: 1em 0 0 0;
    background-color: #202022;
	/* #00BAEA, #202022 */
}

header h1 {
	letter-spacing: .2em;
	font-family: Gill Sans, Helvetica, sans-serif;
	font-weight: lighter;
  margin-bottom: 0;
}

header h1 a:link, header h1 a:visited, header h1 a:focus {
	text-decoration: none;
	color: white
}

header h1 a:hover {
	color: #494954;
}

header h3 {
	font-weight: lighter;
	font-family: Gill Sans, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	margin-bottom: 1em;
}

h2 {
	font-weight: lighter;
	letter-spacing: .07em;
}



/*  NAVIGATION */

.anch { height: 0; margin: 0; padding: 0;}

nav {
	margin: 0 auto;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	text-align: center;
	width: 100%;
	position: relative;
	background-color: #202022;
	z-index: 1;
	font-weight: normal;
}

nav:after {
	content: "";
	display: table;
	clear: both;
}

nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
	display: inline-block;
	text-align: left;
	margin-bottom: -7px;
}

nav ul li {
	float: left;
	margin: 0;
	display: inline-block;
	margin-bottom: 0px;
}

a {
	    -webkit-transition:all 200ms ease-in;
    -o-transition:all 200ms ease-in;
}

nav a:link, nav a:visited, nav a:focus {
	display: block;
	padding: 10px;
	color: white;
	text-decoration: none;
}

nav a:hover {
	color: #202022;
	background-color: white;
}


nav ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	opacity: 0;
	background-color: #202022;
	border-left: 2px solid white;
	border-right: 2px solid white;
	border-bottom: 2px solid white;
}

nav ul li:hover > ul {
	visibility: visible;
	opacity: 1;
}

nav ul ul li {
	min-width: 170px;
	float: none;
	display: list-item;
	position: relative;
	text-transform:uppercase;
}

.here > a:link, .here > a:visited, .here > a:focus  {
	color: #202022;
	background-color: white;
}


/* DESCRIPTIVE TEXT */
.nugget {
	padding: 2% 10%;
  opacity: 1;
  display: block;
  /* margin: 10% 0; */
     background-color: #202022;
	 border-top: 2px solid white;
	 border-bottom: 2px solid white;
}

.gap1 {
	/* The image used */
	background-image: url(../images3/WWHL3.jpg);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gap2 {
	/* The image used */
	background-image: url(../images3/tributaries2.png);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gap3 {
	/* The image used */
	background-image: url(../images3/swingscore.jpg);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gap4 {
	/* The image used */
	background-image: url(../images3/25D1.JPG);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gap5 {
	/* The image used */
	background-image: url(../images3/EQnight.jpg);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gap6 {
	/* The image used */
	background-image: url(../images3/bulletdetailweb.jpg);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
.gap7 {
	/* The image used */
	background-image: url(../images3/SecretsLargeBanner.png);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gap8 {
	/* The image used */
	background-image: url(../images3/solbanner.png);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.gap9 {
	/* The image used */
	background-image: url(../images3/galaxybanner.jpg);
	/* Set a specific height */
	height: 300px;
	/* Create the parallax scrolling effect */
	background-attachment: fixed;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}


/* PORTFOLIO LIST */
.portfolio {
	margin: 0;
	text-align: center;
	width: 100%;
	position: relative;
	background-color: #494954;
	padding: 0;
}

.portfolio:after {
	content: "";
	display: table;
	clear: both;
}

.portfolio ul {
	padding: 0;
	margin: 0 1% 0 2%;
	list-style: none;
	position: relative;
	display: inline-block;
	text-align: center;
}

.portfolio ul li {
	/*float: left;*/
	margin-top: 0px;
	margin-left: 0;
	margin-bottom: 1%;
	margin-right: 1%;
	position: relative;
	display: inline-block;
	padding: 0;
}

.portfolio ul li a:hover {
	border-bottom: 2px solid #F33;
}

.portfolio img {
	height: 240px;
	width: 240px;
	object-fit: cover;
	margin:0;
	padding: 0;
}

.titletext {
	position:absolute;
    bottom:0px;
    left:0px;
    width:100%;
    background-color: black;
    /*font-family: 'tahoma';
    font-size:15px;  */
    color:white;
    opacity:0.7;
	margin: 0 0 5px 0;
	padding: 0;
	/* filter: blur(12px);
	-webkit-filter: blur(12px); */
}

p.title {
	margin: 0;
	color:white;
	padding: 10px;
	opacity: 1;
	text-align: left;
	text-transform:capitalize;
}

/* PORTFOLIO PAGES */
aside {
	float: left;
	width: 410px; /*270*/
	background-color: #202022;
	padding-bottom: 999999px;
	margin-bottom: -999999px;
	padding-top: 1em;
	border-left: 2px solid white;
	border-right: 2px solid white;

}

aside a:link, aside a:visited, .nugget a:link, .nugget a:visited, footer a:link, footer a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid #F33;
}

aside a:hover, aside a:focus, .nugget a:hover, .nugget a:focus, footer a:focus, footer a:hover {

	border-bottom: 2px solid #F33;
	background-color: #F33;
}

aside ul {
	display: block;
	list-style-type: disc;
	padding-left: 2em;
	padding-right: 1em;
}

hr, .divide {
	border-top:2px solid white;
}

.content a, .content a:visited {
	color: white;
	text-decoration: underline;

}

.content a:hover, .content a:focus {
	color: #202022;

}

.content {
	float: right;
	/*margin-left:350px;*/
	width: 540px; /*540*/
	background-color: #494954;
}

.content img {
	width: 500px; /*500px*/
}

.twocol {
	margin: 0 auto;
	width: 960px;  /*820px*/
	overflow: hidden;
	/*display: flex;*/
}

p.buttons {
	margin: 2em 0;
}

p.buttons a:link, p.buttons a:focus, p.buttons a:visited {
	/*display: block;*/
	padding: 6px 8px;
	color: white;
	text-decoration: none;
	border: 2px solid white;
	border-radius: 8px;
}

p.buttons a:hover {
	color: #202022;
	background-color: white;
}

/* ~~ The footer ~~ */
footer {
	background-color: #202022;
	clear: both;
	padding: 1em 10% 1em 10%;
	text-align: center;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
}



/* ~~ miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the #container) if the #footer is removed or taken out of the #container */
	clear:both;
	height:0;
	font-size: 2px;
	line-height: 0px;
}


@media all and (max-width : 840px) {
	aside {
		width: 96%;
		padding: 2%;
		margin: 0;
		border-left: 0;
		border-right: 0;
		border-top: 2px solid white;
		border-bottom: 2px solid white;
	}
	.content {
		width: 96%;
		padding: 0 2%;
		text-align: center;
		margin: 0;
	}
	.twocol {
		display: inline;
	}

	.gap1, .gap2, .gap3, .gap4, .gap5, .gap6, .gap7 {
		background-attachment: scroll;
	}

	footer .fltlft, footer .fltrt {
		float:none;
	}
}

@media all and (max-width : 580px) {
	.content img {
		width: 100%;
	}


	.content {
		width: 100%;
		padding: 0;
	}

	.video {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	}

	.video iframe {
	position: absolute;
	top: 0;
	left: 0;
  width: 100%;
	height: 100%;
	}

	.content video {
    position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;

	}

	.calendar {
	position: relative;
	padding-bottom: 100%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	overflow: hidden;
	}

	.calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}


}
