body {
	margin: 0px;
	background: #070709;
}

.page-outer {
	width: 100%;
	display: flex;
 	flex-direction: column;
}

.header {
	height: 40px;
	min-height: 40px;
	background: #070709cc;
	position: fixed;
	width: 100%;
	backdrop-filter: blur(15px);
	z-index: 1000;
}

.big-logo {
	height: 200px;
}

.big-logo-smaller {
	height: 150px;
}

h1 {
	font-size: 35px;
	margin-bottom: 0px;
	font-weight: bold;
	z-index: 10;
	max-width: 1000px;
}

.staging-warn {
	margin: 10px;
	font-size: 40px;
	font-weight: bold;
	color: #f03a17;
	transform: rotate(-5deg);
}

.section-header {
	font-size: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-bottom: 0px;
}

.section-body {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	z-index: 10;
}

.section-body-2 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 20px;
	z-index: 10;
	color: lightgray;
	margin-top: 0px;
	max-width: 400px;
}


@media (max-width:1000px)  {
	.big-logo {
  		height: 120px;
	}
	.big-logo-smaller {
  		height: 90px;
	}
	h1 {
		font-size: 25px;
		max-width: 400px;
	}
}


.header-logo {
	width: 65px;
	margin-left: 56px;
	margin-top: 8px;
}

.header-buttons {
	margin-top: 13px;
	margin-right: 58px;
	float: right;
	font-family: 'Roboto';
	font-size: 12px;
	color: white;
	font-weight: 500;
}

.header-right-button {
	margin-left: 7px;
}

.lede-box {
	font-family: 'Raleway';
	font-size: 20px;
	color: white;
	display: flex;
	flex-direction: row;
	align-items: center;
 	justify-content: center;
 	padding: 30px 30px 30px 30px;
 	text-align: center;
	margin-top: 40px;
	margin-left: 0px;
	margin-right: 0px;
 	padding: 100px 30px 0px 30px;
	background: radial-gradient(min(50vw, 500px) 140px at 50% 200px, #3f51b5ff, #3f51b500), radial-gradient(100vw 80% at 50% 70px, #3f51b5, #070709);
}

.lede-small-margin {
	padding-top: 30px;
}

.box-center {
	display: flex;
	flex-direction: row;
	align-items: center;
 	justify-content: center;
}

.box {
	font-family: 'Raleway';
	font-size: 20px;
	color: white;
	display: flex;
	flex-direction: column;
	align-items: center;
 	justify-content: center;
 	padding: 30px 30px 30px 30px;
 	text-align: center;
 	margin-top: 10px;
 	margin-left: 40px;
 	margin-right: 40px;
	overflow: hidden;
	max-width: 1200px;
	flex-grow: 1;
 	/* There's a bug in chrome whereby if we put a border radius on this
 	the phone-explainer spills out into the border of the phone */
}

.box-bg-1 {
	background: radial-gradient(80vw 50% at 30% 70px, #3f51b5, #434a63);
}

.box-bg-2 {
	background: radial-gradient(70% 60% at 50% 65%, #B53F51FF, #B53F5100), radial-gradient(80vw 50% at 70% 80%, #3f51b5, #434a63);
}

.box-bg-3 {
	background: radial-gradient(50% 100% at 100% 120%, #B53F51FF, #B53F5100), radial-gradient(80vw 50% at 30% 70px, #3f51b5, #434a63);
}


@media (max-width:1000px)  {
	.big-logo {
  		height: 120px;
	}
	.big-logo-smaller {
  		height: 90px;
	}
	h1 {
		font-size: 25px;
	}
	.box {
 		margin-left: 10px;
 		margin-right: 10px;
	}
}

.content {
	flex-direction: column;
	align-items: left;
 	justify-content: left;
 	text-align: left;
 	min-height: 1000px;
 	max-width: 700px;
}

.content a {
	color: white;
	text-decoration: underline;
}


.gradient3 {
	background-image: linear-gradient( 109.6deg,  rgba(62,161,219,1) 11.2%, rgba(93,52,236,1) 100.2% );
}

.scrolling-gif-container {
	width: 320px;
	height: 520px;
	border-left:5px solid #343434;
	border-right:5px solid #343434;
	border-top:5px solid #343434;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	overflow: hidden;
	margin-bottom: -5px;
}

.logo-header-container {
	display: flex;
	flex-direction: column;
	align-items: center;
 	justify-content: center;
 	max-width: 700px;
	font-size: 18px;
}

.youtube-container {
	display: flex;
	flex-direction: row;
	align-items: center;
 	justify-content: center;
 	max-width: 700px;
}

@media (max-width:1000px)  {
	.youtube-container {
  		flex-direction: column;
	}
}

.youtube {
	border:5px solid whitesmoke;
	border-radius: 10px;
}

.youtube-text {
	margin:10px;
 	text-align: left;
}

.youtube-text li {
	margin:20px;
}

.buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
 	justify-content: center;
}

.button {
	padding: 15px;
	margin: 10px 10px 20px 10px;
	border-radius: 20px;
	font-weight: bold;
	font-size: 16px;
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
	transition: all 0.3s ease 0s;
}

.button-white {
	background: white;
	color: #202022;
}

.sign-up-button-container {
	z-index: 10;
}

.free {
	margin-top: -15px;
  	font: 500 20px Caveat;
	transform: rotate(-2deg);
	margin-bottom: 0px;
}

.box-bottom-buttons {
	margin-top: 30px;
}

a {
	color: white;
	text-decoration: none;
}

.footer {
	background: #343434;
	margin: 20px 0px 0px 0px;
	padding: 10px;
	font-family: 'Roboto';
	font-size: 16px;
	color: white;
	font-weight: 500;
  flex-direction: row;
	align-items: center;
 	justify-content: center;
 	text-align: center;
}

.lede-invite {
	margin: 20px;
}

.arrow-box {
	width: 200px;
	color: #fff;
	padding: 0px;
	position: relative;
	float: left;
	border-radius: 3px;
	font: 500 12px Raleway, Roboto;
	box-shadow: 0px 0px 100px 0px #B53F51; /*findme*/
	background: linear-gradient(135deg, #4050a6, #323e80);
	display: flex;
	justify-content: left;
 	text-align: center;
 	margin-top: 20px;
}

.arrow-box-text {
	margin: 7px;
}

.arrow-box.arrow-bottom {
  margin-bottom: 10px;
}

.arrow-box.arrow-bottom:after {
  content: " ";
  position: absolute;
  right: 93px;
  bottom: -10px;
  border-top: 10px solid #38458f;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: none;
}

.de-wobble {
	animation: de-wobble 1.5s both;
}

@keyframes de-wobble {
  0% {
    transform: translateX(0%);
    transform-origin: 50%50%;
  }
  20% {
    transform: translateX(-30px)rotate(-6deg);
  }
  40% {
    transform: translateX(15px)rotate(6deg);
  }
  60% {
    transform: translateX(-15px)rotate(-3.6deg);
  }
  80% {
    transform: translateX(9px)rotate(2.4deg);
  }
}


.imagine-outer {
	margin-top: 10px;
	display: flex;
	flex-direction: column;
	align-items: center;
 	justify-content: center;
}

.imagine-row {
	display: flex;
	flex-direction: row;
	align-items: left;
 	justify-content: left;
 	width: 100%;
 	margin-bottom: 15px;
}

.imagine-icon {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 30px !important;  /* Preferred icon size */
	line-height: 0.5;
	position: relative;
	top: 2px;
	left: 0px;
	margin: 0px;
	padding: 0px;
}

.imgine-text {
	font-size: 20px;
	margin-bottom: 0px;
	font-weight: bold;
	margin-top: -2px;
	text-align: left;
	margin-left: 10px;
}

@media (max-width:1000px)  {
	.imagine-icon {
		font-size: 25px !important;  /* Preferred icon size */
	}
	.imgine-text {
		font-size: 14px;
	}
}

/************************************************************************/
/* CAROUSEL */
/************************************************************************/

.phone-and-controls {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	/*max-width: 700px;*/
}

.carousel-buttons-outer {
	width: 350px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	z-index:100;
	margin-right: 30px;
}

@media (max-width:1000px)  {
	.phone-and-controls {
  		flex-direction: column;
	}
	.carousel-buttons-outer {
		width: 310px;
		margin-right: 0px;
		margin-bottom: 10px;
	}
}

.carousel-buttons-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.carousel-button-margin {
	margin: 5px;
}

.carousel-button {
	font-family: 'Roboto';
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
}

.carousel-button-loading {
	background: #f8f8f8;
	border-radius: 2px;
	height: 2px;
	width: 0%;
	position:relative;
	z-index: 1;
	left: 0px;
	top: 5px;
}

@keyframes carousel-button-loading-anim-1 {
    0% { 
        width: 0%;
    }
    100% { 
        width: 100%;
    }
}

@keyframes carousel-button-loading-anim-2 {
    0% { 
        width: 0%;
    }
    100% { 
        width: 100%;
    }
}

.phone-outer {
	position:relative;
	width: 300px;
	height: 600px;
	border-radius: 20px;
	border: 5px solid #000000;
	overflow: hidden;
	background: black;
	box-shadow: 0px 0px 500px 0px #B53F51; /*findme*/
}

.phone-explainer-outer {
	position:absolute;
	z-index: 10;
	left: 0px;
	bottom: -20px;
	background: #000000aa;
	backdrop-filter: blur(4px);
	width: 300px;
	height: 100px;
	margin: 0px 0px 10px 0px;
}

.phone-explainer {
	font-family: 'Roboto';
	font-size: 13px;
	margin: 10px 10px 0px 10px;
}

.phone-explainer-link {
	font-family: 'Roboto';
	font-size: 12px;
	margin: 5px;
}

.phone-explainer-link a {
	color: #ffffff;
	text-decoration: none;
}

.phone-explainer-link a:after {
	content: '\00A0\29c9\00A0';
}


.phone-inner {
	display: flex;
	flex-direction: row;
	position:relative;
}

.carousel-image-container {
	width: 300px;
	height: 1500px;
	display: flex;
	flex-direction: column;
}

.phone-header {
	position:relative;
	left: 0px;
	top: 0px;
	z-index: 100;
	/*background: var(--phone-header-bk-color);*/
}

.carousel-image {
	position:relative;
	width: 300px;
	height: 1500px;
}

@keyframes carousel-vertical-scroll-1 {
    0% { 
        top: 0px; 
    }
    100% { 
        top: -942px; 
    }
}

@keyframes carousel-vertical-scroll-2 {
    0% { 
        top: 0px; 
    }
    100% { 
        top: -942px; 
    }
}

@keyframes carousel-horizontal-scroll-1 {
    0% { 
        left: var(--carousel-horizontal-scroll-start);
    }
    100% { 
        left: var(--carousel-horizontal-scroll-end);
    }
}

@keyframes carousel-horizontal-scroll-2 {
    0% { 
        left: var(--carousel-horizontal-scroll-start);
    }
    100% { 
        left: var(--carousel-horizontal-scroll-end);
    }
}


.components-buttons-and-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	z-index:10;
	margin-right: 40px;
	max-width: 400px;
}

@media (max-width:1000px)  {
	.components-buttons-and-text {
  	flex-direction: column;
		margin-right: 0px;
		margin-bottom: 20px;
	}
}

.components-buttons-outer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.components-buttons-column {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	justify-content: center;
	margin-bottom: 10px;
}

.components-buttons-column:first-child {
	margin-right: 7px;
}

.components-button {
	font-family: 'Roboto';
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: none;
	background-color: #E5E5E5;
	color: #343434;
	padding: 7px;
	margin-top: 5px;
	height: 24px;
}

.components-button-selected {
	box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
	background-color: #343434;
	color: #FFFFFF;
}

.components-image {
	position:relative;
	width: 300px;
	height: 6100px;
	transition: all 0.5s 0s;
}

.phone-explainer-outer-components {
	height: 60px;
}

.components-image-container {
	width: 300px;
	height: 1500px;
	display: flex;
	flex-direction: column;
	background: #000000;
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 20px !important;  /* Preferred icon size */
  line-height: 0.5;
  position: relative;
  top: 2px;
  left: 0px;
  margin: 0px;
  padding: 0px;
}

.components-button-text {
  position: relative;
  top: -3px;
  left: 0px;
}


/************************************************************************/
/* THEMES */
/************************************************************************/

.themes-and-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;	
}

.theme-tagline {
	max-width: none;
}

.themes-outer {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

@media (max-width:1000px)  {
	.themes-outer {
  		flex-direction: column;
	}
	.theme-tagline {
		max-width: 300px;
	}
}

.themes-row {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.theme-container {
	display: grid;
	grid-template: 1fr / 1fr;
	place-items: center;
	margin: 10px 5px 0px 5px;
}

/*
.theme-container:first-child {
	margin-left: 0px;
}
*/

.theme-container > * {
  grid-column: 1 / 1;
  grid-row: 1 / 1;
}

.theme-a {
	width: 140px;
	height: 249px;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
	animation-name: theme-fade;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-delay: -5s;
}

.theme-b {
	width: 140px;
	height: 249px;
	overflow: hidden;
	border-radius: 10px;
	z-index: 1;
	animation-name: theme-fade;
	animation-iteration-count: infinite;
	animation-duration: 10s;
	animation-delay: 0s;
}

@keyframes theme-fade {
    0% {opacity: 0;}
    20% {opacity: 0;}
    25% {opacity: 1;}
    75% {opacity: 1;}
    80% {opacity: 0;}
    100% {opacity: 0;}
}

/************************************************************************/
/* SHARE */
/************************************************************************/

.share-text-and-shots {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;	
}

.share-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
}

.share-table-and-icon {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;	
}

.share-table {
	color: white;
	max-width: 250px;
	z-index: 10;
}

.share-table-first-row {
	padding-bottom: 20px;
}

.share-table-second-row {
	padding-bottom: 10px;
}

.share-table-icon {
	font-size: 30px !important;
}

.share-table-text {
	padding-left: 10px;
	padding-top: 10px;
	font-family: 'Raleway';
	font-size: 16px;
	font-weight: 400;
}

.share-icon {
	margin-right: 30px;
	color: lightgray;
	width: 150px;
	height: 150px;
	background: green;
	background: linear-gradient(135deg, #2e2d33, #1a1a1c);
	border-radius: 10px;
	box-shadow: 0px 0px 4px 0px #888, 0px 0px 40px 0px #B53F51, 0px 0px 800px 0px #B53F51; /*findme*/
}

@media (max-width:1000px)  {
	.share-table-and-icon {
  		flex-direction: column;
	}
	.share-icon {
		margin: 30px 0px 35px 0px;
	}
	.share-text {
		margin-right: 0px;
	}
	.share-text-and-shots {
		flex-direction: column;
	}
}

.share-icon-inner {
	padding-top: 8px;
	font-size: 130px !important;
	background-clip: text;
	text-fill-color: transparent;
	background-size: 100%;
	background-repeat: repeat;
	background-image: linear-gradient(45deg, #787f92, #ffffff);
	background-color: green;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent; 
  -moz-background-clip: text;
  -moz-text-fill-color: transparent;
}

/************************************************************************/
/* VIDEO */
/************************************************************************/

.video-and-text {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

.video-text {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-right: 40px;
	max-width: 350px;
}

@media (max-width:1000px)  {
	.video-and-text {
  		flex-direction: column;
	}
	.video-text {
		margin-right: 0px;
	}
}

.video {
	box-shadow: 0px 0px 500px 0px #B53F51;
	border:5px solid black;
	border-radius: 20px;
}