article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary{display:block;}audio,canvas,video{display:inline-block;}audio:not([controls]){display:none;height:0;}[hidden]{display:none;}html{font-family:sans-serif;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;}a:focus{outline:thin dotted;}a:active,a:hover{outline:0;}h1{font-size:2em;}abbr[title]{border-bottom:1px dotted;}b,strong{font-weight:700;}dfn{font-style:italic;}mark{background:#ff0;color:#000;}code,kbd,pre,samp{font-family:monospace, serif;font-size:1em;}pre{white-space:pre-wrap;word-wrap:break-word;}q{quotes:\201C \201D \2018 \2019;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sup{top:-.5em;}sub{bottom:-.25em;}img{border:0;}svg:not(:root){overflow:hidden;}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em;}button,input,select,textarea{font-family:inherit;font-size:100%;margin:0;}button,input{line-height:normal;}button,html input[type=button],/* 1 */
input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer;}button[disabled],input[disabled]{cursor:default;}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box;}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none;}textarea{overflow:auto;vertical-align:top;}table{border-collapse:collapse;border-spacing:0;}body,figure{margin:0;}legend,button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0;}

.clearfix:after {visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }

* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }


body {
	background-color: #fff;
}

a:link {
	text-decoration: none;
}

.main-container {
	display: flex;
	align-items: center;
	flex-direction: column;
	width: 100%;
	background-color: #f5f5f5;
	position: relative;
	padding-bottom: 100px;
}

.menu {
	position: fixed;
	display: flex;
	justify-content: space-between;
	margin-left: auto;
	font-family: "Cal Sans", sans-serif;
	font-size: 0.9rem;
	padding: 20px 0;
	width: 100%;
	font-weight: 100;
	color: #000;
	z-index: 4000;
	transition: all ease 0.3s;
}

.menu ul {
	list-style: none;
}

.menu li {
	display: inline;
	margin-right: 20px;
}

.menu-logo {
	margin-left: 20px;
}

.menu-items {
	text-transform: uppercase;
	font-size: 0.8rem;
	display: block;
}

.menu-items a {
	text-decoration: none;
	color: #000;
}

.menu-items li:hover {
	border-bottom: 1px solid #000;
	transition: all 0.5s ease;
}

.menu-button {
	display: none;
	margin-right: 20px;
}

.menu-mobile {
	display: none;
	position: fixed;
	height: 100vh;
	width: 100%;
	background-color: #f9ea69;
	z-index: 3000;
	/*overflow: hidden;*/
	align-items: center;
	flex-direction: column;
}

.menu-mobile-content {
	width: 85%;
	margin-top: 150px;
	font-family: "Cal Sans", sans-serif;
}

.menu-mobile-content a:link {
	text-decoration: none;
	color: #000;
}

.menu-mobile-content a:visited {
	color: #000;
}

.menu-mobile-content h1 {
	margin: 0;
	font-size: 3rem;
	font-weight: 400;
}

.menu-email-button {
	position: absolute;
	border-radius: 30px;
	padding: 20px;
	background-color: #000;
	color: #fff;
	bottom: 100px;
}

.no-scroll {
	overflow: hidden;
}

.header-container {
	position: relative;
	background-color: #f9ea69;
	color: #000;
	height: 75vh;
	width: 100%;
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 75px 75px 0 0;
	margin-top: 75px;
}

.header-container img {
	width: 60px;
	margin: 15px 0;
}

.header-title {
	width: 80%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.header-title h1 {
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-size: 4.5rem;
	line-height: 4.5rem;
	font-style: normal;
	padding: 0;
	margin: 0;
	text-align: center;
}

.header-intro {
	width: 85%;
	text-align: center;
}

.header-intro h1 {
	font-size: 2rem;
}

.header-emoji {
	position: absolute;

}

#subtitle {
/*	color: #be9000;*/
	color: #393939;
	font-family: "Inter", sans-serif;
	font-size: 1rem;
	margin: 5px 0;
	margin-top: 25px;
	text-align: center;
}

.sec-header {
	width: 90%;
	border-bottom: 0.25px solid #2e2e2e;
}

.sec-header h1 {
	font-weight: 400;
	font-size: 1.3rem;
}

.sec-intro {
	width: 100%;
}

#header-vid {
	object-fit: cover;
	position: relative;
	display: block;
	height: 100%;
	width: 100%;
}

.dialog-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	margin-top: -100px;
	z-index: 100;
}

.dialog-box {
	margin: 0 15px;
}

.dialog-label {
	border: dashed 1px #fff000;
	position: relative;
}

.dialog-item {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.dialog-item video {
	display: block;
}

.dialog-item img {
	height: 600px;
}

.dialog-vid-top {
	width: 175px;
	height: 15px;
	border-radius: 25px;
	margin-bottom: -10px;
	background-color: #ffd961;
	z-index: 120;
}

#dialog-vid-desk {
	display: block;
	border: solid 4px #8c1cff;
	border-radius: 35px;
	overflow: hidden;
}

#dialog-vid-mobile {
	display: none;
	border: solid 4px #8c1cff;
	border-radius: 35px;
	overflow: hidden;
	margin-left: -90px;
}

.sec-about {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	margin: 25px 0;
}

#about {
	font-size: 1.8rem;
	font-weight: 400;
	line-height: 2.5rem;
}

.stats {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 69%;
}

.stats-mobile {
	display: none;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	max-width: 75%;
}

.stats-mobile a:link {
	text-decoration: none;
}

.stats-mobile a:visited {
	text-decoration: none;
}

.stats-row-desk {
	display: flex;
	flex-direction: row;
	max-width: 90%;
}

.stats-row-mob {
	display: flex;
	flex-direction: row;
}


.stats-item {
	margin: 15px 15px;
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	width: 33%;
	background-color: #f9ea69;
	padding: 15px;
	border-radius: 15px;
}

.stats-item h1 {
	margin: 0;
	color: #000;
	font-family: "Sansation", sans-serif;
	font-size: 2.3rem;
	font-weight: 700;
}

.stats-item h3 {
	margin: 0;
	font-size: 1.1rem;
	font-weight: 400;
}

.stats a:link {
	text-decoration: none;
}

.stats a:visited {
	text-decoration: none;
}

.sec-media {
	width: 100%;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.sec-media img {
	width: 100px;
}

.media-logos {
	display: flex;
	align-items: center;
	justify-content: center;
	max-width: 100%;
	padding: 15px 0;
	overflow: hidden;
}

.media-logos img {
	width: 85px;
	margin: 0 20px;
}

.sec-comment {
	width: 69%;
	font-size: 1.3rem;
	padding: 30px 0;
	font-weight: 300;
	letter-spacing: -0.05rem;
}

.sec-comment a:link {
	border: 1px dashed #000;
	border-radius: 20px;
	padding: 3px 5px;
	color: #000;
	text-decoration: none;
}

.sec-comment a:visited {
	color: #000;
}

.main {
	background-color: #ffe799;
	width: 100%;
	height: 400px;
}

.media-partners-container {
	background-color: #fff;
	color: #000;
	padding: 15px 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	overflow: visible;
	float: left;
}

.media-title {
	text-align: center;
	color: #000;
	width: 650px;
	padding: 10px 0;
}

.sec-patreon {
	width: 90%;
	background-color: #fff;
	color: #000;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 50px 0;
	border-radius: 20px;
	border: 1px solid #181818;
}

.sec-patreon h1 {
	font-size: 2rem;
	font-weight: 700;
	color: #000;
	margin: 0;
}

.patreon-frame {
	position: relative;
	width: 65%;
	font-family: sans-serif;
	font-size: 1.3rem;
	background-color: #c68fff;
	color: #000;
	border-radius: 25px;
	padding: 50px;
	margin: 75px 0;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	flex-direction: column;
}

.patreon-caption {
	margin: 25px 0;
	padding: 25px 0;
	width: 80%;
	font-size: 1.5rem;
	line-height: 2rem;
}

.patreon-frame h1 {
	font-size: 2.5rem;
	margin: 0;
}

.patreon-frame a:link {
	text-decoration: none;
}

#patreon {
	text-align: center;
	font-size: 2rem;
}

.patreon-content {
	box-shadow: 20px 30px 4px #00000030;
	border-radius: 20px;
	overflow: hidden;
}

.patreon-content img {
	border-radius: 15px;
	width: 100%;
}

.patreon-button {
	border-radius: 30px;
	padding: 20px;
/*	margin: 25px 0;*/
	background-color: #000;
	color: #fff;
}

.patreon-button:hover {
	transform: scale(1.03);
	transform-origin: bottom;
	transition: all ease 0.1s;
}

.patreon-logo {
	position: absolute;
	bottom: -25px;
	right: -25px;
	display: block;
}

.sec-contact {
	width: 50%;
	border-radius: 40px;
	position: -webkit-sticky;
	position: sticky !important;
	top: 175px;
	margin: 100px 0 25px 0;
	color: #000;
	/*background-color: #f9ea69;*/
	background-color: #e5e5e5;
	/*box-shadow: 20px 30px 4px #00000030;*/
}

.sec-support-mission {
	width: 50%;
	border-radius: 40px;
	z-index: 1000;
	margin: 75px 0 50px 0;
	color: #000;
	/*background-color: #fff;*/
	background-color: #f9ea69;
	/*background-color: #e5e5e5;*/
	box-shadow: 20px 30px 4px #00000030;
}

.contact-content {
	padding: 50px 50px;
	line-height: 1.5rem;
	font-size: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;

}

.contact-content h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2rem;
	margin: 0 0 15px 0;
	font-family: "Inter", sans-serif;
}

.contact-caption {
	font-size: 1.3rem;
	line-height: 1.7rem;
}

#text-emph {
	color: #fff;
	background: #000;
	padding: 3px 4px;
	border-radius: 5px;
}

.contact-caption a:link {
	color: #000;
	text-decoration: none;
	border-bottom: 3px solid #fec200;
}

#alt-link {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dashed #fec200;
}

.contact-buttons a:link {
	text-decoration: none;
}

.contact-buttons {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.stripe {
	width: 100%;
	background-color: #defea7;
	height: 300px;
}

.support-button {
	width: 275px;
	height: 65px;
	font-family: "Inter", sans-serif;
	font-weight: 700;
	background-color: #f9ea69;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	border-radius: 30px;
	cursor: pointer;
	border: 1px solid #000;
}

#support-link a:link {
	text-decoration: none!important;
	text-decoration-style: none!important;
}

#support-link a:visited {
	text-decoration: none!important;
	text-decoration-style: none!important;
	color: #fff;
}

#support-button-style {
	background-color: #000;
	color: #fff;
}

.support-caption {
	text-align: center;
	width: 75%;
	font-size: 0.8rem;
	line-height: 0.8rem;
	margin: 20px 0;
}

#email-button-style {
	background-color: #fff;
	color: #000;
}

#media-kit-button {
	background-color: #000;
	color: #fff;
	font-size: 1.2rem;
	margin-top: 25px;
	text-decoration: none!important;
	text-decoration-style: none!important;
}

#media-kit-button a:link {
	text-decoration: none!important;
	text-decoration-style: none!important;
}

#media-kit-button a:visited {
	text-decoration: none!important;
	text-decoration-style: none!important;
}

.support-button:hover {
	transform: scale(1.03);
	transform-origin: bottom;
	transition: all ease 0.1s;
}

.support-button a:link {
	text-decoration: none!important;
}

.support-button a:visited {
	text-decoration: none!important;
}

.stripe a:link {
	text-decoration: none;
	color: yellow;
}

.footer {
	position: relative;
	height: 25vh;
	width: 100%;
	background-color: #1f1d1d;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	border-radius: 75px 75px 0 0;
	margin-top: -50px;
	z-index: 3000;
}

.footer-container {
	position: relative;
	width: 60%;
	height: 700px;
	padding-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.footer-column {
	width: 100%;
	color: #fff;
	font-family: "Inter", sans-serif;
	padding: 50px;
	margin: 0 15px 0 15px;
	line-height: 1.5rem;
	font-size: 1rem;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	z-index: 101;
}

.footer-column a:link {
	text-decoration: none;
}

#support-column {
	border-radius: 40px;
	background-color: #f9ea69;
	color: #000;
}

.footer-content a:link {
	color: #fff;
	text-decoration: underline;
}

.footer-bottom {
	height: 75px;
	width: 100%;
	background-color: #f5f5f5;
}

.footer-contact-mob {
	margin-top: -200px;
	height: 400px;
	width: 100%;
	background-color: #f9ea69;
	border-radius: 75px 75px 0 0;
}

.footer-bar {
	position: relative;
	width: 90%;
	border-radius: 25px;
	background-color: #1f1d1d;
	border: 1px dashed #666666;
	padding: 25px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	font-family: "Cal Sans", sans-serif;
	font-size: 0.9rem;
	font-weight: 100;
}

.footer-bar a:link {
	color: #f9ea69;
	text-decoration: none;
}

.footer-bar-copyright {

}

.footer-bar-email {

}

.footer-bar-links {
	
}

.footer-container h2 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 2rem;
	margin: 0 0 15px 0;
/*	text-transform: uppercase;*/
}

.footer-mobile {
	display: none;
}


/* Mobile */
/* Mobile  */
/* Mobile  */
/* Mobile */
/* Mobile  */
/* Mobile  */
/* Mobile */
/* Mobile  */
/* Mobile  */


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

.main-container {
	margin-bottom: 80vh;
	z-index: 10;
}

.menu-button {
	display: block;
}

.menu-items {
	display: none;
}

.sec-header {
	margin-top: 25px;
}
	
.header-title h1 {
	font-family: "Cal Sans", sans-serif;
	font-weight: 400;
	font-size: 2.9rem;
	line-height: 3rem;
	font-style: normal;
	padding: 0;
	margin: 0;
	text-align: center;
}

#subtitle {
	font-size: 0.8rem;
}

.dialog-item img {
	height: 450px;
}

#dialog-vid-desk {
	display: none;
}

#dialog-vid-mobile {
	display: block;
	border: solid 4px #8c1cff;
	border-radius: 35px;
	overflow: hidden;
	margin-left: -90px;
}

.sec-comment {
	width: 85%;
	font-size: 1.1rem;
	padding: 15px 0 25px 0;
	font-weight: 300;
	letter-spacing: -0.05rem;
}

#about {
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 2rem;
}

.stats-item {
	margin: 5px 5px;
	width: 50%;
}

.stats-item h1 {
	margin: 0;
	color: #000;
	font-family: "Sansation", sans-serif;
	font-size: 1.9rem;
	font-weight: 700;
}

.stats-item h3 {
	margin: 0;
	font-size: 0.9rem;
	font-weight: 400;
}

.media-logos {
	max-width: 80%;
}

.sec-media img {
	width: 65px;
}

.sec-patreon {
	margin-bottom: 0;
	overflow: hidden;
}

.patreon-frame {
	position: relative;
	width: 90%;
	font-family: sans-serif;
	font-size: 1.3rem;
	background-color: #c68fff;
	color: #000;
	border-radius: 25px;
	padding: 25px;
	margin: 75px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.patreon-caption {
	margin: 15px 0;
	padding: 15px 0;
	width: 100%;
	font-size: 1.2rem;
	line-height: 1.5rem;
}

.patreon-frame h1 {
	font-size: 1.4rem;
	margin: 0;
}

.patreon-content {
	box-shadow: 10px 10px 4px #00000030;
	border-radius: 20px;
	overflow: hidden;
	width: 90%;
}

.patreon-content img {
	width: 100%;
}

.patreon-logo {
	position: absolute;
	bottom: -30px;
	right: -95px;
}

.patreon-logo img {
	width: 45%;
}

.patreon-button {
	border-radius: 30px;
	padding: 20px;
	font-size: 1.1rem;
	font-weight: 700;
}

.footer {
	display: none;
}

.footer-bar {
	display: none;
}

.footer-mobile {
	background-color: #000;
	min-height: 80vh;
	position: fixed;
	bottom: 0px;
	z-index: 0;
	margin-top: -50px;
	font-family: "Cal Sans", sans-serif;
	padding-bottom: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.footer-mob-content {
	padding-top: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	width: 90%;
	z-index: 600;
}

.footer-mob-content h1 {
	color: #fff;
	font-weight: 700;
	font-size: 1.5rem;
	margin-top: 50px;
}

.mob-sec {
	width: 70%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.mob-sec img {
	width: 75px;
}

.mob-caption {
	color: #fff;
	font-size: 1rem;
	font-family: "Cal Sans", sans-serif;
}

.mob-caption a:link {
	text-decoration: none;
	color: #f9ea69;
}

.mob-caption a:visited {
	color: #f9ea69;
}

.main-container {
	border-radius: 0 0 50px 50px;
	overflow: hidden;
}

.sec-contact {
	display: none;
}

.sec-support-mission {
	display: none;
}

}