/*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%;
}
#navbar, #desktop-addy, #desktop-about-pics, #desktop-gallery-row-1, #desktop-gallery-row-2, .desk-calendar-section, .desk-calendar, .accent, .no-show  {
	display:none;
}
.img-border {
    border-radius: 12px;
}
.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;
}
/* Default hidden state */
.event-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  box-sizing: border-box;
}

.event-overlay:target {
  display: flex;
}
.event-overlay-card {
  position: relative;
  background: #fff;
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  max-width: 400px;
  width: 100%;
  text-align: center;
}
.event-overlay-close {
  position: absolute;
  top: 0.65rem;
  right: 1.5rem;
  text-decoration: none;
  font-size: 2.75rem;
  color: #28364B;
  font-weight: bold;
}
/*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/Keokuk-Yacht-Club-mobile-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: 4em 2em;
	text-align:center;
}
.pampas {
	background: #f1f0e8;
}
.bluewood {
	background: #28364B;
	color:#fff;
}
.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-top: 1em;
}
.event p {
	padding:0 1em;
}
.event-info {
	padding-top:.5em;
}
.row-div-1, .row-div-2, .row-div-3 {
	margin-top:3em;
}
.img-border {
	border-radius: 12px;
}
.img-padding {
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
	margin: 0 1px;
}
.mob-calendar-section {
	padding: 4.5em 1.5em;
}
.mob-calendar {
  width: 100%;
  background: #fff;
  border-spacing: 0;
  border: 1px solid #28364B;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
 
}
.mob-calendar th {
	width: 14.2857%; 
	text-align: center;
	background:#28364B;
	border:none;
	color:#fff;
	font-size:7px;
	padding: 6px 0;
}
.mob-calendar td {
	border:.5px solid;
	padding: 20px 2px;
	position:relative;
	text-align: center;
}
.td-mob-num {
position:absolute;top:3px;right:6px;font-size:8px;
}
.td-mob-event {
	text-align: center;font-size:6px;line-height:1.35
}
.mob-event-wrap {
  display: block;
  text-align: center;
}
.td-link-wrapper {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.td-link-wrapper .view-details-link {
  font-size: 5px;
  margin-top: 2px;
  line-height: 1.35;
  text-align: center;
  color: #28364B;
  text-decoration: none;
}
.mobile-gallery-pics {
	width:100px;
	height:100px;
}
/*Typography*/
@font-face {
  font-family: 'Hilantin';
  src: url('fonts/Hilantin.woff2') format('woff2');
  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', 'Playfair Display', serif;
	font-size:84px;
	line-height:.85;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.4), 0 0 20px #28364b, 0 0 30px #28364b, 0 0 40px #28364b;
	word-spacing: -12px;
}
h2 {
	font-family: 'Playfair Display', serif;
	font-size: 46px;
	margin-bottom:1em;
}
h3, .fw-content h4 {
	font-family: 'Playfair Display', serif;
	font-size: 30px;
	margin-top:.5em;
}
h4, .event-title .date {
	font-size: 19px;
}
.fw-content h3 {
	background: #f1f0e8;
	color: #28364b;
	font-family: 'Raleway';
	font-size: 19px;
	font-weight: 700;
	padding: .75em;
	text-transform: uppercase;
}
.section-accent {
	font-family: 'Hilantin';
	font-size:36px;
	line-height:.75;
	margin-top:.25em;
	word-spacing: -4px;
}
.uppercase, h4, .event-title .date {
	font-weight:700;
	text-transform: uppercase;
}
p {
	font-size:19px;
	line-height:1.85;
}
.large-p {
	font-size: 18px;
}
.italic {
	font-style: italic;
	line-height: 1.35;
	background: #fff;
}
.new-mem {
	font-family: 'Playfair Display';
	font-size: 21px;
}
/*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:600px;
    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);
}
.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;
}
.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);
}
/*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 {
	font-size:98px;
}
}
@media (max-width: 380px) {
.mobile-gallery-pics {
	width: 90px;
	height: 90px;
}
}
@media (max-width: 360px) {
h1 {
	font-size:80px;
}
}
@media (max-width: 340px) {
h1 {
	font-size:70px;
}
.mobile-gallery-pics {
	width: 60px;
	height: 60px;
}
.mob-calendar th {
	font-size:5px;
}
.mob-calendar td {
	padding: 10px 2px;
}
.td-mob-num {
	font-size:6px;
}
.td-mob-event {
	font-size:5px;
	line-height:1.25;
}
h2 {
	font-size: 42px;
}
h4, .event-title .date {
	font-size: 17px;
}
h3 {
	font-size: 27px;
}
p, .fw-content h3 {
	font-size: 17px;
}
}
@media (min-width: 700px){
.row, .row-wrap {
	display:inline-flex;
	flex-wrap:wrap;
	justify-content: center;
	width:100%;
}
.event, .row-div-2, .row-div-3  {
	width: 45%;
	margin: 0 1em 2em;
}
.kyc-btn {
    width: 330px;
	margin: 0 auto;
	margin-top: 2.5em;
}
.call-btn {
	display:none;
}
.kyc-contact-btn {
	font-size: 12px;
}
h3 {
	font-size:28px;
}
h4, .event-title .date, .fw-content h3 {
	font-size:17px;
}
.uppercase {
	font-size:17px;
	line-height:.5;
	letter-spacing:1px;
}
.event p {
	padding:0 .5em;
}
p {
	font-size:17px;
}
.new-mem {
	font-size: 23px;
	width: 70%;
	margin-left: 15%;
}
.td-mob-event {
	font-size:10px;
}
.td-link-wrapper .view-details-link {
  font-size: 10px;
}
}
@media (min-width: 800px){
.line-break, #mobile-addy, .call-btn, .mobile-about-pic, .mobile-gallery-pics, .mob-calendar, .mob-calendar-section {
	display:none;
}
#desktop-addy,.accent, .desk-calendar-section {
	display:block;
}
.desk-calendar {
	display:inline-table;
}
.wrapper {
	max-width:800px;
	margin:0 auto;
}
#desktop-about-pics, #desktop-gallery-row-1, #desktop-gallery-row-2 {
	display:inline-flex;
}
.hero {
	margin-top:90px;
	padding: 6em 4em;
}
.fw-background {
	background: #28364B;
	background: url(images/boat-background-1.webp);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
	padding: 6em 2em;
}
.fw-content{
	background: rgba(255,255,255, 1);
	border-radius: 12px;
	filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
	padding: 6em 0;	
}
h1 {
	font-size:140px;
	word-spacing:-30px;
}
.accent {
	font-family: 'Hilantin';
	font-size:74px;
}
.large-p {
	width: 80%;
	margin: 0 auto;
}
section {
	padding: 6em 2em;
}
.row {
	flex-wrap: nowrap;
}
#second-row {
	margin-top:1em;
	margin-bottom: 2em;
}
.row-div-1, .row-div-2 {
	margin-top:0;
}
.event, .row-div-2  {
	width: 33.33%;
	margin: 0 1% 2em;
}
.row-wrap .event {
	width:31.33%;
	margin: 0 1% 4em;
}
.row-div-1 {
	width: 45%;
	margin: 1em 3em 0;
}
.row-div-3 {
	width: 30%;
}
.row-div-3{
	margin: 0 0 3em;
}
.event-info{
	padding: .75em .75em 0;
}
.line-height-adjust {
	line-height: 1.15em;
}
.img-padding {
	margin: 0 .35em;
}
.desk-calendar {
  width: 100%;
  background: #fff;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  border: 12px solid #28364B;
  filter: drop-shadow(2px 4px 6px rgba(0, 0, 0, .2));
}
.desk-calendar td {
	border:.5px solid;
	height:130px;
	padding: 0 10px;
	position:relative;
}
.desk-calendar th {
	background:#f1f0e8;
	border:none;
	text-align: center;
	width: 14.2857%; 
}
.td-desk-num {
	position:absolute;
	top:3px;
	right:6px;
	font-size:13px;
}
.td-desk-event {
	text-align: center;
	font-size:12px;
	line-height:1.5
}
.calendar-download-note {
  margin-bottom: 1.5em;
}
.calendar-download-note a {
  text-decoration: underline;
  color: #28364B;
}
/*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;
}
/*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);
}
}
@media (max-width: 800px) {
	img-border {
	image-rendering: -webkit-optimize-contrast; /* Safari */
    image-rendering: -moz-crisp-edges; /* Firefox */
    image-rendering: pixelated; /* Other browsers */
	}
}
@media (min-width: 1000px){
#contact .margin-bottom-med, #about-us .margin-bottom-med {
	margin-bottom: 2em;
}
}
@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, #mobile-banner {
	display:none;
}
.no-show {
	display: block;
}
.white {
	background: url(shadow.webp);
	background-size:cover;
	background-attachment:fixed;
	background-position:top center;
}
.wrapper {
	max-width:1000px;
	margin:0 auto;
}
.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;
	height:95vh;
	width:100%;
	overflow:hidden;
	padding: 0;
	position:relative;
	z-index: 1;
}
.hero-container {
	background: #28364B;
	background: linear-gradient(to right, rgba(40, 54, 75, 0.6), rgba(40, 54, 75, 0.5)), url(images/keokuk-yacht-club-header.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	animation: scaleInOutPause 24s ease-in-out infinite;

}
@keyframes scaleInOutPause {
	0% {
		transform: scale(1);
	}
	30% {
		transform: scale(1.15);
	}
	65% {
		transform: scale(1);
	}
	100% {
		transform: scale(1);
	}
}
.fw-background {
	padding: 10em 2em;
}
.fw-content{
	background: rgba(255,255,255, .92);
}
.hero-text {
	position:absolute;
	top:42%;
	left:50%;
	transform: translate(-50%, -50%);
	width:100%;
}
h1 {
	font-size:150px;
}
h2 {
	font-size: 52px;
}
h3 {
	font-size:30px;
}
section {
	padding: 10em 2em;
}
.event p {
	padding:0 1em;
}
.fw-content{
	padding: 8em 0;
}
.kyc-contact-btn {
	font-size: 15px;
}
.scroll-cue {
  position: absolute;
  bottom: -40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.75rem;
  color: white;
  opacity: 0;
  animation: fadeBounce 2.8s ease-out 1s forwards;
  pointer-events: none;
}

@keyframes fadeBounce {
  0% {
    opacity: 0;
    transform: translate(-50%, 10px);
  }
  40% {
    opacity: 1;
    transform: translate(-50%, 0);
  }
  60% {
    transform: translate(-50%, 6px);
  }
  80% {
    transform: translate(-50%, 0);
  }
  100% {
    transform: translate(-50%, 0);
  }
}
}
@media (min-width: 1600px){
	.wrapper {
		max-width:1050px;
	}
}