/*Reset*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del,  em, img, small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, footer, header,
menu, nav, section {
	border: 0;
	font-size: 100%;
	font: inherit;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
*, *::before, *::after {
    box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height:1.15;
    margin: 0;
	font-family: 'Raleway', sans-serif;
	font-size:17px;
	font-weight:500;
	font-variant-numeric: lining-nums;
	-moz-font-feature-settings:"lnum" 1; 
	-moz-font-feature-settings:"lnum=1"; 
	-ms-font-feature-settings:"lnum" 1; 
	-o-font-feature-settings:"lnum" 1; 
	-webkit-font-feature-settings:"lnum" 1; 
	font-feature-settings:"lnum" 1;
}
img {
    max-width: 100%;
}
a {
	text-decoration:none;
}
#mobile-header {
	height:155px;
	position:fixed;
	width:100%;
	z-index: 3;
}
#navbar, #bsr-desk-btn, #desktop-addy, #desktop-about-pics {
	display:none;
}
.fixed-header {
    background: #28364B;
    color: #fff;
    padding: 0.5em;
    text-align: center;
    top: 0;
    z-index: 1;
}
footer {
	background: #fff;
	border-top: 6px double #28364B;
	border-bottom: 6px double #28364B;
	color: #28364B;
    padding: 0.25em;
    text-align: center;
}
/*Navigation*/
header {
    text-align: center;
}
.mobile-nav {
    height: 30px;
}
.mobile-menu, .desktop-menu {
	list-style:none;
	font-weight: 700;
}
.mobile-menu > li {
	margin: 0 1rem;
	overflow: hidden;
}
.mobile-menu.active {
	display:none;
}
.menu-button-container {
	cursor: pointer;
	display: flex;
	height: 100%;
	width: 100%;
	padding-top:.5em;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#menu-toggle {
	display: none;
}
.menu-button,
.menu-button::before,
.menu-button::after {
	background-color: #fff;
	display: block;
	position: absolute;
	height: 4px;
	width: 5em;
	transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.menu-button::before {
	content: '';
	margin-top: -8px;
}
.menu-button::after {
	content: '';
	margin-top: 8px;
}
#menu-toggle:checked + .menu-button-container .menu-button::before {
	margin-top: 0px;
	transform: rotate(405deg);
}
#menu-toggle:checked + .menu-button-container .menu-button {
	background: rgba(255, 255, 255, 0);
}
#menu-toggle:checked + .menu-button-container .menu-button::after {
	margin-top: 0px;
	transform: rotate(-405deg);
}
#menu-toggle:checked + .menu-button-container {
	padding-top: 2em;
}
#menu-toggle ~ .mobile-menu li {
    border: 0;
	height: 0;
    margin: 0;
    padding: 0;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
#menu-toggle:checked ~ .mobile-menu li {
    height: auto;
    padding: 1.5em;
    transition: height 400ms cubic-bezier(0.23, 1, 0.32, 1);
}
.mobile-menu > li {
    background-color: #28364B;
	color: #fff;
	margin: 0;
    padding: .5em 0;
    width: 100%;
}
#menu-toggle:checked ~ .mobile-menu li:first-child {
    padding-top: 3em;
}
#menu-toggle:checked ~ .mobile-menu li:last-child {
    padding-bottom: 3em;
}
.nav__link {
	text-transform:uppercase;
	font-size:22px;
}
/*Sections*/
section {
	padding: 4.5em 2em;
	text-align:center;
}
.hero {
	background: #28364B;
	background: linear-gradient(to right, rgba(40, 54, 75, 0.6), rgba(40, 54, 75, 0.5)), url(images/kyc-mobile-page-header.webp);
    background-size: cover;
    background-position: bottom center;
    background-repeat: no-repeat;
	color:#fff;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
	margin-top:155px;
	padding: 2.5em;
	text-align:center;
}
.pampas {
	background: #f1f0e8;
}
.bluewood {
	background: #28364B;
	color:#fff;
}

.row-div-1, .row-div-2, .row-div-3 {
	margin-top:3em;
}
.img-border {
	border-radius: 12px;
}
.img-padding, .img-padding-2 {
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
	margin: 0 1px 3.5em;
}
.event {
	background:#fff;
	border-radius: 12px;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
	margin-bottom: 3em;
	padding: 0 0 2em;
}
.event-title {
	background: #28364B;
	border-radius: 12px;
}
.event-title .date{
	color: #fff;
	padding: 1.25em 0;
}
.event-title h3 {
	background: #fff;
	margin-top:0;
	padding: 1em .5em 0;
}
.event p {
	padding:0 1em;
}
.event-info {
	padding-top:1em;
}
/*Typography*/
@font-face {
    font-family: 'Hilantin';
    src: url('fonts/Hilantin.eot');
    src: url('fonts/Hilantin.eot?#iefix') format('embedded-opentype'),
         url('fonts/Hilantin.woff2') format('woff2'),
         url('fonts/Hilantin.woff') format('woff'),
         url('fonts/Hilantin.ttf')  format('truetype'),
         url('fonts/Hilantin.svg#Hilantin') format('svg');
		 font-display: swap;
}
/* cyrillic */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTjYgFE_.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTPYgFE_.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTLYgFE_.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 400 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/playfairdisplay/v37/nuFiD-vYSZviVYUb_rj3ij__anPXDTzYgA.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyCAIT5lu.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyCkIT5lu.woff2) format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyCIIT5lu.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyCMIT5lu.woff2) format('woff2');
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/raleway/v29/1Ptug8zYS_SKggPNyC0ITw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
h1 {
	font-family: 'Hilantin',"Brush Script MT", cursive;
	font-size:84px;
	line-height:.85;
	text-shadow: 0 0 20px #28364b, 0 0 30px #28364b, 0 0 40px #28364b, 0 0 50px #28364b, 0 0 60px #28364b;
	word-spacing: -12px;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 46px;
	margin-bottom:1em;
}
h3 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	margin-top:.5em;
}
.h3-var-1 {
	background: #f1f0e8;
	color: #000;
	padding: .35em 0;
	border-radius: 3px;
}
.h3-var-2 {
	background: #28364b;
	color: #fff;
	padding: .35em 0;
	border-radius: 3px;
}
.rules-h3 {
	background: #f1f0e8;
	color: #28364b;
	font-family: 'Raleway';
	font-size: 19px;
	font-weight: 700;
	padding: .75em;
	text-transform: uppercase;
}
h4 {
	font-size: 19px;
}
.accent {
	font-family: 'Hilantin';
	font-size:46px;
	word-spacing: -5px;
}
.section-accent {
	font-family: 'Hilantin';
	font-size:36px;
	line-height:.75;
	margin-top:.5em;
	word-spacing: -4px;
}
.uppercase, h4, .event-title .date, .board-title {
	font-weight:700;
	text-transform: uppercase;
}
.board-title {
	margin: 1em 0;
}
p, li, ol {
	font-size:19px;
	line-height:1.75;
}
.rules p, .rules li {
	margin: 2em auto;
}
.large-p {
	font-size: 18px;
}
.italic {
	font-style: italic;
	line-height: 1.35;
	background: #fff;
}
/*Buttons & Lists*/
.kyc-btn {
	text-transform: uppercase;
    background: #28364B;
	border: 6px double #28364B;
	border-radius: 8px;
    color: #fff;
    display: block;
	font-weight:700;
    width: 100%;
    margin: 0 auto;
    padding: 1.25em 0;
	transition: all .5s ease-out;
}
.kyc-contact-btn {
	text-transform: uppercase;
    background: #f1f0e8;
	border: 6px double #28364B;
	border-radius: 8px;
    color: #28364B;
    display: block;
	font-weight:700;
    width: 100%;
	max-width:400px;
    margin: 0 auto;
    padding: 1.25em 0;
	transition: all .5s ease-out;
}
.call-btn {
	margin-top:2.5em;
}
.kyc-btn:focus, .kyc-btn:hover, .kyc-btn:active{
    border: 6px double #fff;
	-webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
.kyc-contact-btn:focus, .kyc-contact-btn:hover, .kyc-contact-btn:active{
    border: 6px double #28364B;
	-webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
.contact-links {
	color: #fff;
	display: block;
    width: 100%;
	transition: all .5s ease-out;
}
.inline-link {
	color: #28364B;
	font-weight:bold;
	transition: all .5s ease-out;
}
.contact-links:focus, .contact-links:hover, .contact-links:active, .inline-link:focus, .inline-link:hover, .inline-link:active{
    text-decoration: underline;
	-webkit-transform: translate(0px, -10px);
    -ms-transform: translate(0px, -10px);
    transform: translate(0px, -10px);
}
.kyc-list li {
    list-style: none;
	margin: 1.5em 0 0;
	text-align: center;
}
.kyc-list li:before {
	content: "";
	background-image:url(images/anchor-list.webp);
	background-size: 100% 100%;
	display: inline-block;
	margin-right:5px;
	height: 14px;
	width: 14px;
}
/*Gallery*/
.overlay {
	display: none;
}
/*Margins*/
.margin-both {
	margin: 2.5em 0;
}
.margin-top-sm {
	margin-top: 1em;
}
.margin-top-med {
	margin-top: 2em;
}
.margin-top-lg {
	margin-top: 2.5em;
}
.margin-bottom-sm {
	margin-bottom: 1em;
}
.margin-bottom-med {
	margin-bottom: 1.5em;
}
.margin-bottom-lg {
	margin-bottom: 2em;
}
.margin-bottom-xlg {
	margin-bottom: 3em;
}
.line-height-adjust {
	line-height: 1.5em;
}
/*Scrollbar*/
::-webkit-scrollbar {
    width: 12px;
}
::-webkit-scrollbar-thumb {
    background: #28364B;
	box-shadow: inset 0 0 1px #000;
}
::-webkit-scrollbar-track {
    background: #f1f0e8;
	box-shadow: inset 0 0 1px #000;
}
@media (min-width: 420px) {
	h1, .fw-text {
	font-size:98px;
}
}
@media (max-width: 360px) {
	h1, .fw-text {
	font-size:80px;
}
.event-title .date, h4 {
	font-size: 17px;
}
}
@media (max-width: 330px) {
h2 {
	font-size:34px;
	}
h4 {
	font-size:14px;
}
.kyc-video {
	width: 99%;
	margin: 0 auto;
}
}
@media (max-width:500px) {
#first-reveal {
	opacity:1;-webkit-transform: none;
	-ms-transform: none;
	transform: none;}
.zoom:hover {
  -ms-transform: scale(1.25); /* IE 9 */
  -webkit-transform: scale(1.25); /* Safari 3-8 */
  transform: scale(1.25); 
}
.accent {
	line-height:1;
}
.mem-h2 {
	font-size: 38px;
}
}
@media (min-width: 700px){
.kyc-video {
	width: 600px;
height: 338px;
}
.rules p, .rules li {
	width:80%;
	margin: 2em auto;
}
.rules-h3 {
	margin: 5em 0 3em;
}
.mem-list{
	display:inline-flex;
}
.mem-list li {
	margin-left: 40px;
}
.kyc-contact-btn {
	font-size: 12px;
}
.kyc-list li {
	font-size:14px;
}
.kyc-btn {
    width: 330px;
	margin: 0 auto;
}
.row-2 {
	display:inline-flex;
	justify-content: center;
	width:100%;
}
.event {
	width: 40%;
}
.event {
	margin: 0 .75em 3em;
}
.event-info{
	padding: 1em .75em 0;
}
.event-title h3 {
	font-size: 28px;
}
.h3-bg {
	padding: 0 1em;
}
p, li, ol {
	font-size:17px;
}
#memorial-p {
	width: 80%;
	margin-left: 10%;
}
#photos {
	margin-top: -2em;
}
/*Reveal Animation*/
.reveal {
	opacity: 0;
	position: relative;
	-webkit-transform: translateY(150px);
	-ms-transform: translateY(150px);
	transform: translateY(150px);
	transition: 1s all ease;
}
.reveal.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.container {
	position: relative;
	z-index: 1;
}
.overlay {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	background: #28364B;
	border-radius: 12px;
	color: #fff;
	padding: 0 .35em .75em;
	width: 318px;
	height: 250px;
	margin: 0 .35em .75em;
	transition: .75s ease;
	opacity: 0;
}
.overlay:hover {
	opacity: .9;
}
.overlay p {
	line-height: 1.25;
	position: relative;
	top: 50%;
	transform: translate(0%, -50%);
	width: 80%;
	margin: 0 auto;
}
.rsvp-container {
	background: #28364B;
	border-radius: 8px;
	padding: 3.5em 0;
}
}
@media (min-width: 1200px){
#navbar {
    background: #fff;
	border-top: 6px double #28364B;
	border-bottom: 6px double #28364B;
    display: block;
    filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .4));
    position: fixed;
	line-height: 70px;
    left: 0;
    top:0;
    width: 100%;
}
#mobile-header, .call-btn, .line-break, #bsr-mob-btn, #mobile-addy, .mobile-about-pic, .mobile-gallery-pics {
	display:none;
}
#bsr-desk-btn, #desktop-addy {
	display:block;
}
.wrapper {
	max-width:1000px;
	margin:0 auto;
}
.wrapper-2 {
	max-width: 1100px;
	margin: 0 auto;
}
#desktop-gallery-row-1 {
	display:inline-flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo-img {
	background: #28364B;
	border-radius: 50%;
	padding: 7px;
	position:absolute;
	top: 12px;
	left:0;
	right:0;
	margin: auto;
}
.nav__link {
    background-image: linear-gradient(#28364B, #28364B);
    background-size: 0 3px;
	background-position: center bottom;
	background-repeat: no-repeat;
	color: #28364B;
	font-size:16px;
	line-height: 1;
    padding: 1.25em 1.25em .75em;
    transition: all .4s ease-out;
}
.nav__link:hover{
    background-size: 80px 3px;
}
.hero {
	margin-top:71px;
	background: #28364B;
	background: linear-gradient(to right, rgba(40, 54, 75, 0.6), rgba(40, 54, 75, 0.5)), url(images/page-header.webp);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
	padding-top:4em;
}
h1 {
	font-size:150px;
	word-spacing:-30px;
}
.accent {
	font-size:68px;
	word-spacing: -8px;
}
.uppercase {
	font-size:17px;
	line-height:.5;
	letter-spacing:1px;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 52px;
}
h4, .event-title .date, .fw-content h3 {
	font-size:17px;
}
.large-p {
	width: 80%;
	margin: 0 auto;
}
.left-align {
	text-align: left;
}
section {
	padding: 10em 2em;
}
.row {
	display:inline-flex;
	justify-content: center;
	width:100%;
}
.photo-row {
	margin-bottom: 2em;
}
.row-div-1 {
	width: 45%;
	margin: 1em 3em 0;
}
.row-div-2 {
	margin-top:0;
}
.row-div-3 {
	width: 30%;
	margin: 0 0 3em;
}
.h3-bg {
	max-width: 33.33%;
	margin: 0 auto;
}
.event, .row-div-2  {
	width: 33.33%;
}
.event {
	margin: 0 .75em 3em;
}
.event-info{
	padding: 1em .75em 0;
}
.event-title h3 {
	font-size: 30px;
}
.fw-content{
	padding: 8em 0;
}
.kyc-contact-btn {
	font-size: 15px;
}
.line-height-adjust {
	line-height: 1.15em;
}
.img-padding {
	margin: 0 .35em .75em;
}
.img-padding-2 {
	margin: 0 .35em 4em;
}
.kyc-list li {
	font-size: 16px;
}
/*Margins*/
.margin-both {
	margin: 4em auto;
}
.margin-top-sm {
	margin-top: 2em;
}
.margin-top-med {
	margin-top: 4em;
}
.margin-top-lg {
	margin-top: 4em;
}
.margin-bottom-med {
	margin-bottom: 3em;
}
.margin-bottom-lg, .margin-bottom-xlg {
	margin-bottom: 4em;
}
.margin-bottom-lg-2 {
	margin-bottom:5em;
}
.margin-bottom-lg-3 {
	margin-bottom: 6em;
}
#contact .margin-bottom-med {
	margin-bottom: 2em;
}
}
@media (min-width: 1600px){
	.wrapper {
		max-width:1050px;
	}
}
