/*
Theme Name: Setzer Theme
Theme URI: http://www.quadland.com
Description: Responsive Bootstrap WordPress Theme
Author: JD Roche
Version: 1.0
*/

@import url('./css/bootstrap.min.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
	min-width:320px;
	height: 100%;
}
html {

}
body {
	background:#fff;
	color:#313131;
}
h1,h2,h3,h4 { 
	font-family: 'Playfair Display', serif; 
	line-height:1.5;
	color:#313131;
}
h1 {
	margin-top:0;
	text-transform:uppercase;
	font-size:2.5rem;
}
h2 {
	text-transform:uppercase;
	font-size:1.75rem;
	margin-bottom:2rem;
}

p {
	font-size:1rem;
	line-height:1.5;
	margin-bottom:1rem;
}
ul li {
	font-size:1rem;
}
a {
	color:#313131;
}
a:hover {
	color:#313131;
	text-decoration:none;
	opacity:.8;
}
em {
	font-style:italic;
}
img {
	border:none;
	max-width:100%;
	height:auto;
	margin:auto;
	display:block;	
}
.img-responsive,
.img-fluid {
	width:100%;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding:0 10px;
}
.alignleft {
	float: left;
	margin: 0 15px 10px 0;
	max-width:50%;
}
.alignright {
	float: right;
	margin: 0 0 10px 15px;
	max-width:50%;
}
.flex-content {
    width: 100%;
    height: 100%;
    display: flex;
	flex-direction:column;
}
.vertical-align {
	position:absolute;
    flex: 1 auto;
    display: flex;
    justify-content: center;
    flex-direction: column;
	right:0;
	left:0;
	text-transform:uppercase;	
	text-align:center;
	height:100%;
	z-index:10;
}

/*--- SKIP NAV ACCESSIBILITY ---*/
.skippy {
  display: block;
  padding: 1em;
  color: #fff;
  text-align: center;
  background-color: #5C5C5D;
  outline: 0;
}
.skippy:hover {
	color: #fff;
}
.skippy-text {
  padding: .5em;
  outline: 1px dotted;
}

/*--- HEADER ---*/
header {
	/*background:#04204a;*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: static;
    width: 100%;
    z-index: 100;
}
.header-transparent {
	background: transparent;
}
.header-sticky {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    position: fixed;
    top: 0;
    right: 0;
    bottom: auto;
    left: 0;
}
.headroom--unpinned .header-sticky {
    -webkit-transform: translate(0, -100%);
    -moz-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0;
}
.headroom--not-top.headroom--pinned .header-transparent {
	/*background: rgba(92,92,93,.75);*/
	background: #076652;
}
header #site-logo img {
	max-width:3vw;
}

/*--- NAVIGATION ---*/
.navbar-brand {
	position: absolute;
    bottom: 0;
    left: 2vw;
}
nav.navbar {
	width:100%;
	padding: 2rem 0;
	text-align: right;
}
nav.navbar ul {
	width:100%;
}
nav.navbar ul li {
	flex: auto 1;
	text-align: center;
	line-height:1.5;
}
nav.navbar ul li a {
	color:#fff;
	text-transform:uppercase;
}
nav.navbar ul li.donate a {
	color:#FFD700;
}
.headroom--top nav img {
	display:none;
}
.headroom--not-top nav img {
	display:block;
	max-width:4vw;
}

/*--- HOME ---*/
#banner {
	padding:0;
}
#banner:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,#4A4A4B,transparent);
    opacity: .4;
	z-index:1;
}
#banner img {
	width:100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#banner img {
		height:100%;
	}
}
#banner .text-block {
	z-index:20;
	right: 5vw;
	left: auto;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#banner .text-block {
		top:0;
	}
}
#banner .text-block img {
	width: 22vw;
	margin: 2rem auto 1rem;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	#banner .text-block img {
		height:auto;
	}
}
#banner h1, 
#banner h2, 
#banner h3, 
#banner p {
	color:#fff;
}
#banner .text-block h2 {
	font-size: 3rem;
    letter-spacing: 2px;
    line-height: 1;
	margin-bottom:.5rem;
}
#banner .text-block h3 {
	font-size: 1.75rem;
    letter-spacing: 1px;
    line-height: 1;
	margin-top:.5rem;
}
#banner .text-block p {
	margin-top:1.25rem;
}


/*--- SECTION ---*/
section {
	padding:3rem 0;
	position:relative;
}
section .block {
    background: #fff;
    display: flex;
    height: 100%;
    padding: 1rem;
}
section .block h3 {
	font-size:2rem;
	text-transform:uppercase;
	margin:0 auto;
	text-align:center;
}
section .block ul {
	border-top: 1px solid #ccc;
    margin-top: 1rem;
    padding-top: 1rem;
}
section .block ul li {
	line-height:1.5;
	margin-bottom: .5rem;
}
section .block ul li i {
padding-right:.5rem;
}
section .block ul li:before {
/*	content:;
	padding-right:1rem;
	font-family: 'Font Awesome 5 Free';
	content: "\f450";*/
}
section.parallax {
	padding:0;
	background-size:cover !important;
	height:400px;
}
section.parallax h1, 
section.parallax h2, 
section.parallax h3, 
section.parallax p {
	color:#fff;
}
section.parallax .block:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom,#4A4A4B,transparent);
    opacity: .4;
}
section.parallax .block {
	background: transparent !important;
	color:#fff;
	height:400px;
}
section.parallax .block .text-block p {
	font-size:1.25rem;
	line-height:1.5;
}
section.parallax .block .text-block a {
	color:#fff;
	text-decoration:underline;
}
section.parallax .block .text-block a:hover {
	color:#fff;
	text-decoration:underline;
}


/*--- ONE COLUMN ---*/
.oneCol.inlineImg {
	padding:0;
	
}
.oneCol.inlineImg .block {
	width:100%;
	padding:0;
}
.oneCol.inlineImg .block .text-block {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 1rem;
}
.oneCol.inlineImg .block img.img-fluid {
	width:100%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.oneCol.inlineImg .block img.img-fluid {
		height:100%;
	}
}

/*-- THREE COLUMN --*/
.threeCol h3 {
	color:#000;
}
.threeCol p {
	color:#000;
}
.threeCol ul {
	margin-bottom:1rem;
}
.threeCol ul li {
	color:#000;
	display:block;
}
.threeCol .block {
	border-radius: 5px;
	box-shadow: 0 0 10px 1px rgba(31,31,31,.3);
	padding:1rem;
}

section#HoleSponsor.oneCol .block {
	border-radius: 5px;
    box-shadow: 0 0 10px 1px rgb(31 31 31 / 30%);
    padding: 1rem;
    width: 80%;
    margin: auto;
}

/*--- TOURNAMENT INFO ---*/
section#TournamentInfo.parallax {
	min-height: 900px;
	overflow:hidden;
}
section#TournamentInfo.parallax .block {
	min-height: 900px;
}
section#TournamentInfo.parallax .block:before {
	background:#4A4A4B;
	opacity:.5;
	background-image:none;
}
section#TournamentInfo.parallax .text-block {
	width: 70%;
	margin: auto;	
}
section#TournamentInfo.parallax .text-block p {
	font-size: 1.1rem;
	line-height: 1.65;
	margin-bottom:2rem;
	text-shadow: 1px 1px 10px rgba(31,31,31.4);
}


/*--- FAMILY ---*/

section#Family .block {
	background:transparent;
}
section#Family .block .text-block {
	padding-top:2rem;
}
section#Family .block .text-block p {
	color:#fff;
	font-size:2rem;
	margin-bottom:0;
}

/*--- PROCEEDS ---*/
#Proceeds {
	background-position: top center !important;
}

/*--- SPONSORS ---*/
#Sponsors #gallery-1 .gallery-item {
	margin-top:0;
	margin-bottom:1rem;
	padding: 1%;
}
#Sponsors #gallery-1 .gallery-item .gallery-icon a {
	position:relative;
	display:block;
}
#Sponsors #gallery-1 .gallery-item .gallery-icon a:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	/*background:#000;*/
	content:"";
	opacity:0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#Sponsors #gallery-1 .gallery-item .gallery-icon a:hover:before {
	opacity:.3;
}
#Sponsors .block {
	border-radius: 5px;
    box-shadow: 0 0 10px 1px rgba(31,31,31,.3);
    padding: 1rem;
}

/*--- FORM ---*/
#Registration .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
	margin-top: 2px;
}

/*--- GALLERY ---*/
#Gallery #gallery-2 .gallery-item {
	margin-top:0;
	margin-bottom:1rem;
}
#Gallery #gallery-2 .gallery-item .gallery-icon a {
	position:relative;
	display:block;
}
#Gallery #gallery-2 .gallery-item .gallery-icon a:before {
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:100%;
	width:100%;
	/*background:#000;*/
	content:"";
	opacity:0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}
#Gallery #gallery-2 .gallery-item .gallery-icon a:hover:before {
	opacity:.3;
}

/*--- FORM ---*/
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance:    none;
    appearance:         none;
	padding:.5rem 1rem;
	text-transform:uppercase;
	color:#fff;
	background:#076652;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit]:hover {
	opacity:.8;
}
.gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html em {
	margin-top:2rem;
	display:block;
}
section .block ul.gfield_checkbox {
	border: none;
}

/*--- SOCIAL ICONS ---*/
#social {
    display: flex;
    flex-direction: row;
	float:right;
	margin-bottom:2rem;
}
#social li {
	display:inline-flex;
	line-height:1;
	margin:0 1.5625vw 0 0;
}
#social li:last-child {
	margin:0;
}
#social li:hover {
	opacity:.8;
}
#social li a {
	display: flex;
    justify-content: center;
    align-self: center;
    align-items: center;
	text-decoration:none;
	color:#fff;
	font-size:2rem;
}


/*--- VIDEO ---*/
.video-container {
    height: 0;
    margin: 0 auto 10%;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-container iframe, .video-container object, .video-container embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

/*--- BACK TO TOP ---*/
.headroom--top #go-to-top {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
	opacity:0;
}
.headroom--not-top #go-to-top {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
	opacity:1;
}
#go-to-top {
	position: fixed;
    bottom: 12rem;
    right: 2rem;
    background-color: white;
    -webkit-appearance: none;
    font-size: 2rem;
    border-radius: 12px;
    padding: 1rem;
    background: rgba(31,31,31,.2);
    color: #fff;
	z-index: 1000;
	pointer-events: all;
}
#go-to-top:hover{
	cursor:pointer;
	opacity:.9;
}
#go-to-top:focus{
	outline:none;
}

/*--- FOOTER ---*/

footer {
	background:#076652;
	color:#fff;
	padding-top:3rem;
	padding-bottom:3rem;
}
footer .footer-logo img {
	width: 100%;
    max-width: 100px;
    margin: 0;
}
footer span {
	color:#FFF;
	clear: both;
	float: right;
}
footer span.footer-logo {
	float: left;
}
footer span a {
	color:#FFF;
	display:block;
	margin-bottom:1rem;
}
footer span a:hover {
	text-decoration:underline;
	color:#fff;
	opacity:.8;
}

/*--- Modal ---*/
a.artistInfo {
	text-decoration:underline !important;
}
a.artistInfo:hover {
	cursor:pointer !important;
}
.modal-body img {
	width:100%;
}

@media (min-width: 992px) and (max-width: 1199px) {
	html,
	body {
		font-size: 90%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	html,
	body {
		font-size: 75%;
	}
}

@media (max-width: 767px){
	html,
	body {
		font-size: 100%;
	}
	h1 {
		font-size: 1.75rem;
	}
	h2 {
		font-size: 1.25rem;
	}
	
	p,a,ul li {
		font-size: .9375rem;
	}
	a {
	    pointer-events: all;
	}
	
	.header-sticky {
		position:relative;
		background:#076652;
	}
	.headroom--unpinned .header-sticky {
		-webkit-transform: none;
	    -moz-transform: none;
	    transform: none;
	    opacity: 1;
	}
	.headroom--top nav img {
		display: inline-block;
	    max-width: 22vw;
	    margin: auto;
	    text-align: center;
	}
	.headroom--not-top nav img {
		display: inline-block;
	    max-width: 22vw;
	    margin: auto;
	    text-align: center;
	}
	.navbar-dark .navbar-brand {
	    position: relative;
	    margin: auto;
	}
	.navbar-dark .navbar-toggler {
		color: #fff;
		border-color: #fff;
	    position: absolute;
	    right: 1rem;
	    top: 2rem;		
	    display: block;
	    padding: 9px 10px;
	    background-image: none;
	    border-radius: 4px;
	    background: rgba(0,0,0,.3);
	}
	.navbar-dark .navbar-toggler span.icon-bar {
		background: #fff;
	    display: block;
	    width: 22px;
	    height: 2px;
	    border-radius: 1px;
		margin-bottom: 5px;
	}
	.navbar-dark .navbar-toggler span.icon-bar:last-child {
		margin-bottom:0;
	}
	nav.navbar {
		padding: 1rem 0;
	}
	nav.navbar ul {
		border-top: 4px solid rgba(255,255,255,.7);
	}
	nav.navbar ul li a {
	    display: block;
	    border-bottom: 1px solid rgba(255,255,255,.7);
	    width: 90%;
	    margin: auto;
	    line-height: 3;
	}
	nav.navbar ul li:last-child a {
	    border-bottom: none;
	}
	#banner:before {
		background-image: linear-gradient(to top,#4A4A4B,transparent);
		opacity:.5;
	}
	#banner .text-block {
		justify-content: flex-end;
	    right: 0;
	    left: 0;
		height: auto;
		bottom:0;
	}	
	#banner .text-block img {
		display:none;
	}
	#banner .text-block h2 {
		font-size: 1.5rem;
		z-index:3;
	}
	#banner .text-block h3 {
		font-size: 1rem;
		margin-top:0;
		z-index:3;
	}
	#banner .text-block p {
		font-size: .9375rem;
		margin-top:.5rem;
		z-index:3;
		margin-bottom:.5rem;
	}
	section .block h3 {
		font-size:1.5rem;
	}
	section#TournamentInfo.parallax .text-block {
		width:100%;
	}
	section#TournamentInfo.parallax {
		min-height: 950px;
	}
	section#TournamentInfo.parallax .block {
		min-height: 950px;
	}
	section#TournamentInfo.parallax .text-block p {
		font-size: 0.8rem;
	}
	section .block {
		padding:0;
	}
	.threeCol .col-md-4 {
		margin-bottom:2rem;
	}
	section#HoleSponsor.oneCol .block {
	    width: 100%;
	}
	section.parallax .block .text-block p {
		font-size:.9375rem;
	    width: 90%;
	    margin: 0 auto .5rem;
	}
	section#Family .block .text-block p {
	    font-size: 1.25rem;
	    line-height: 1;
	}
}

@media (max-width: 576px){
	#banner .text-block h2 {
		font-size: 1.2rem;
	}
	#banner .text-block h3 {
		font-size: .9375rem;
	}
	#banner .text-block p {
		font-size: .75rem;
		line-height: 1;
	}
	section.parallax .block .text-block img {
		margin-bottom:1rem;
	}
	section.parallax .block .text-block p {
	    width: 90%;
	    margin: 0 auto .5rem;
	}
	section.parallax .block .text-block p br {
		display:none;
	}
	section#Family .block .text-block p {
	    font-size: 1rem;
	    margin:0;
	}
	#go-to-top {
		display:none;
	}
}

@media (max-width: 320px){

}

@media print {
	a[href]:after{content:none !important}
}


/* MEDIA QUERIES FOR FIVE COLUMN LAYOUT*/

@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
