/*!
Theme Name: 	Bootsrap on WordPress
Theme URI: 		https://bootstraponwordpress.com/
Description: 	Bootstrap 5 on Wordpress
Version: 		4.3.0
Author: 		Babobski
Author URI: 	https://www.babobski.nl
Tags: 			babobski, bootstrap, basic theme
*/

@font-face {
    font-family: 'Azalea';
    src: url('fonts/Azalea-Regular.woff2') format('woff2'),
        url('fonts/Azalea-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1, h2, h3, h4, h5, h6 { font-family: 'Azalea'; }

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.libre-caslon-text-regular {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: normal;
}

.libre-caslon-text-bold {
  font-family: "Libre Caslon Text", serif;
  font-weight: 700;
  font-style: normal;
}

.libre-caslon-text-regular-italic {
  font-family: "Libre Caslon Text", serif;
  font-weight: 400;
  font-style: italic;
}





.hero {
	width: 100%;
	display: block;
	padding: 3.125rem;
	background-color: #006633;
}

.hero-inner {
	width: 100%;
	aspect-ratio: 2000 / 800;
	padding: 6% 8%;
    display: block;
    justify-content: center;
    align-items: center;	
	position: relative;
}

.hero-inner img.bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-width: none;
	position: absolute;
	left: 0;
	top: 0;
}

.hero-text {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 12% 4% 0 4%;
	text-align: center;
}

.hero-text h1 {
	color: white;
	font-size: 8rem;
	margin-bottom: 0;
}

.hero-text h4, .hero-text h5 {
	color: white;
	font-size: 1.75rem;
}

.hero-text h5 {
	font-size: 1.125rem;
	letter-spacing: 3px;
}

nav.navbar {
	display: none;
}

.navver {
	background-color: #0b4428;
	padding-top: 1.125%;
	padding-bottom: 1.125%;
	text-align: center;
}

.navver a {
	display: inline-block;
	margin-left: 3rem;
	margin-right: 3rem;
	font-family: 'Azalea';
	font-weight: 600;
	color: white;
	text-transform: none;
	font-size: 1.5rem;
	text-decoration: none;
    padding: 0.25rem 1rem;
    background-color: transparent;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.navver a:hover {
	color: gold;
	background-color: #006633;
	transition: all 0.25s ease; -webkit-transition: all 0.25s ease; -moz-transition: all 0.25s ease; -o-transition: all 0.25s ease;
}

.scorecard {
    width: 100%;
    display: block;
    padding: 3.125rem;
    background-color: #006633;
}

.scorecard img {
	width: 100%;
	display: block;
}

.faq {
    width: 100%;
    display: block;
    padding: 3.125rem;
    background-color: #006633;	
}

.faq-inner {
	background-image: url('images/copy-space-golf-balls-min.jpg');
	background-size: cover;
	background-position: center center;
	padding-top: 4%;
	padding-bottom: 6%;
}

.faq-headline h2 {
	color: white;
	margin-bottom: 3rem;
	text-align: center;
	font-size: 4rem;
}

.accordion {
    --bs-accordion-border-radius: 0;
}

.accordion-item  {
	margin-bottom: 0.75rem;
	border: 0;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.accordion {
    --bs-accordion-inner-border-radius: 0;
}

.accordion-button {
    background-color: #0b4428;
    font-family: "Libre Caslon Text", serif;
    font-weight: 400;
    font-size: 1.0625rem !important;
    align-items: center;
    width: 100%;
    padding: 1.225rem 2rem;
	color: white;
	padding-right: 6rem;
}

.accordion-body {
    padding: 2rem 12% 2rem 6%;
}

.accordion-body p:last-child {
	margin-bottom: 0;
}

p {
	font-family: "Libre Caslon Text", serif;
	font-weight: 400;
	line-height: 1.8;
	color: #272728;
}

.accordion-button:not(.collapsed) {
    color: gold;
    background-color: #0b4428;
    box-shadow: 0 0 0 transparent;
}

.accordion-button::after {
	aspect-ratio: 1 / 1;
	flex-shrink: 0;
	width: auto;
	height: 2.5rem;
	margin-left: auto;
	content: "";
	background-image: url(images/tee-icon.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	background-size: contain;
	transition: var(--bs-accordion-btn-icon-transition);
	background-color: transparent;
	position: absolute;
	right: 0;
	top: 0.75rem;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(images/tee-icon.png);
}

.footer {
	text-align: center;
	padding-top: 2%;
	padding-bottom: 2%;
	background-color: #0b4428;
}

.footer h6 {
	color: white;
	font-size: 1.5rem;
}

#screen-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	opacity: 0.99;
	animation: violent-tremble 3.5s;
	pointer-events: none;
	background-color: #cfcfcf;
	background-image: url('images/white-paper.jpg');
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

/* Tremble animation — sharper/faster */
@keyframes violent-tremble {
  0%, 100% { transform: translate(0, 0); }
  5%   { transform: translate(-1px, 2px); }
  10%  { transform: translate(1px, -1px); }
  15%  { transform: translate(-2px, 1px); }
  20%  { transform: translate(2px, -1px); }
  25%  { transform: translate(-1px, 2px); }
  30%  { transform: translate(1px, -2px); }
  35%  { transform: translate(-2px, 1px); }
  40%  { transform: translate(2px, -2px); }
  45%  { transform: translate(-1px, 1px); }
  50%  { transform: translate(1px, -1px); }
  55%  { transform: translate(-1px, 2px); }
  60%  { transform: translate(1px, -2px); }
  65%  { transform: translate(-2px, 2px); }
  70%  { transform: translate(2px, -1px); }
  75%  { transform: translate(-1px, 1px); }
  80%  { transform: translate(1px, -1px); }
  85%  { transform: translate(-1px, 2px); }
  90%  { transform: translate(2px, -2px); }
  95%  { transform: translate(-2px, 2px); }
}

#screen-overlay::before,
#screen-overlay::after {
	content: '';
	position: absolute;
	top: 0;
	width: 50%;
	height: 100%;
	background-image: inherit;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	z-index: 2;
}

#screen-overlay::before {
	left: 0;
	background-position: left center;
}

#screen-overlay::after {
	right: 0;
	background-position: right center;
}

#screen-overlay.split::before {
	animation: split-left 1s forwards;
}

#screen-overlay.split::after {
	animation: split-right 1s forwards;
}

@keyframes split-left {
	to {
		transform: translateX(-120%) rotateZ(-8deg);
		opacity: 0;
	}
}

@keyframes split-right {
	to {
		transform: translateX(120%) rotateZ(8deg);
		opacity: 0;
	}
}

/* Keep your inner content centered during effect */
.so-inner {
	width: 80%;
	height: 80%;
	left: 10%;
	top: 10%;
	position: absolute;
	background-image: url('images/thebig-80.png');
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 3;
}

canvas {
	image-rendering: auto;
}

.some-text {
	background-color: white;
	padding-top: 6.5%;
	padding-bottom: 6.5%;
	background-image: url('images/dimples.jpg');
	background-size: cover;
	background-position: center center;
}

.st-left {
	padding-right: 10%;
}

.st-right img {
	width: 100%;
	box-shadow: -0.5rem 0.5rem 2rem #000000a1;
}

.st-left h2 {
	font-size: 4rem;
	color: #006633;
	padding-bottom: 0.5rem;
	margin-bottom: 1.75rem;
	border-bottom: 0.25rem solid gold;	
}

















/*==========  Boostrap 5 Non-Mobile First Method  ==========*/

@media only screen and (max-width: 3180px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 2520px) {

html { font-size: 16px; }

}

@media only screen and (max-width: 1860px) {

html { font-size: 16px; }
.hero, .scorecard, .faq { padding: 2.125rem; }
.hero-inner { aspect-ratio: 2000 / 1200; }
.hero-text h1 { font-size: 6rem; }
.hero-text { padding: 22% 4% 0 4%; }
.faq-headline h2 { margin-bottom: 2rem; font-size: 2.5rem; }

}

@media only screen and (max-width: 1199px) {

html { font-size: 15px; }
.hero-text h1 { font-size: 5rem; }

}

@media only screen and (max-width: 991px) {

html { font-size: 14px; }
.hero-text h1 { font-size: 4rem; }
.navver a { margin-left: 1.5rem; margin-right: 1.5rem; font-weight: 400; }
.st-right { margin-top: 2rem; }

}

@media only screen and (max-width: 767px) {

html { font-size: 13px; }
.hero-inner { aspect-ratio: 2000 / 1600; }
.hero-text h1 { font-size: 3rem; }
.hero-text { padding: 30% 4% 0 4%; }
.navver a { margin-left: 1rem; margin-right: 1rem; font-size: 1.25rem; }

}

@media only screen and (max-width: 575px) {

html { font-size: 12px; }
.hero-text h1 { font-size: 2.5rem; margin-bottom: 0.5rem; }
.hero-text h4, .hero-text h5 { font-size: 1.25rem; }
.hero-text h5 { font-size: 0.875rem; letter-spacing: 2px; }
.hero-text { padding: 26% 4% 0 4%; }
.hero, .scorecard, .faq { padding: 1.5rem; }
.navver a { margin-left: 0.75rem; margin-right: 0.75rem; font-size: 1.125rem; text-transform: none; }
.navver a { padding: 0.25rem 0.75rem; }
.faq-headline h2 { margin-bottom: 1.5rem; font-size: 1.75rem; }
.accordion-button { font-size: 1.1875rem !important; }
.accordion-item { margin-bottom: 0.4rem; }
.accordion-body { padding: 1.25rem 12% 1.25rem 6%; background-color: white; }
p { font-size: 1.1875rem; line-height: 1.61; }
.accordion-button::after { height: 1.5rem; }
.accordion-button { padding: 1rem 15% 1rem 1.5rem; }
.st-left h2 { font-size: 3rem; }

}