/* 
 Theme Name:     Demian Galvez for Divi
 Author:         Tonalli Media
 Author URI:     http://www.Tonalli.media 
 Template:       Divi
 Version:        1.0 
*/ 


/* ----------- PUT YOUR CUSTOM CSS BELOW THIS LINE -- DO NOT EDIT ABOVE THIS LINE --------------------------- */ 


/** fullwidth header tweaks **/
.et_pb_fullscreen .header-content-container.bottom
{margin-bottom:0px !important;}

/** hide menu links in Divi theme **/
 #main-header 
/**{
    display: none;
}**/

/** Adobe type **/
body 
{
	color: #fff;
	font-family: halyard-micro;
}

h1
{
	font-family: widescreen-ex;
	font-size: 80%;
    font-weight: 900;
}


/* START - Divi Ninja Form Styling 
.nf-form-title { display:none;}

.nf-field-label label{ 
	letter-spacing: .5px;
	margin-bottom: 5px;
}

.nf-form-content button, .nf-form-content input[type=button], .nf-form-content input[type=submit] {
width:25% !important;
background: #fff !important;
float: right;
text-transform: uppercase;
letter-spacing: .5px;
font-weight:600;
Padding: 2px;}*/

/** text effect **/
/*
*,
*::after,
*::before {
	box-sizing: border-box;
}
*/
:root {
	font-size: 15px;
}
body {
	margin: 0;
	--color-text: #fff;
	--color-bg: #000;
	--color-link: #fff;
	--color-link-hover: #fff;
	--font-size-s: 9vw;
	--font-size-m: 16vw;
	--font-size-l: 24vw;
	--font-size-xl: 26vw;
	--font-family: widescreen-ex, sans-serif;
	--font-weight: 900;
	--content-offset: 20vh;
	--font-case: uppercase;
	--color-rep-text: var(--color-text);
	--color-rep-text-main: var(--color-text);
	--color-rep-outline: var(--color-text);
	--color-rep-bg: var(--color-bg);
	/* Adjust these depending on your font */
	--font-factor: 0.059; 
	--font-line: 0.745;
	color: var(--color-text);
	background-color: var(--color-bg);
	font-family: halyard-micro, -apple-system, BlinkMacSystemFont, Segoe UI, Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	overflow: hidden;
	overflow-y: scroll;
}

@media screen and (max-width: 980px) {
	body{
		--font-size-s: 14vw;
	}
}

/* Page Loader */
.js .loading::before,
.js .loading::after {
	content: '';
	position: fixed;
	z-index: 1000;
}
.js .loading::before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}
.js .loading::after {
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;

}
@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}
.content__title--size-s {
	--size: var(--font-size-s);
}

.content__title--size-m {
	--size: var(--font-size-m);
}

.content__title--size-l {
	--size: var(--font-size-l);
}

.content__title--size-xl {
	--size: var(--font-size-xl);
}
.content__title {
	font-size: var(--size);
	margin: 0;
	display: grid;
	font-family: var(--font-family);
	font-weight: var(--font-weight);
	text-transform: var(--font-case);
	cursor: default;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.content__title--left {
	margin-right: auto;
}

.content__title--right {
	margin-left: auto;
}
.text-rep span {
	color: var(--color-rep-text-main);
	grid-area: 1 / 1 / 2 / 2;
	background: var(--color-rep-bg);
	line-height: var(--font-line);
	padding-bottom: calc(var(--font-factor)* var(--size));
	will-change: transform;
}
.text-rep span:not(:last-child) {
	color: var(--color-rep-text);
}
@media screen and (min-width: 53em) {
	.frame {
		display: grid;
		grid-template-columns: auto auto auto;
		grid-template-areas: 'title demos demos sponsor' 'links links links links';
		grid-column-gap: 3vw;
		grid-row-gap: 1rem;
		justify-content: space-between;
		text-align: left;
	}
	.frame__title {
		grid-area: title;
	}
	.frame__links {
		margin: 0;
		grid-area: links;
	}
	.frame__links--demos {
		grid-area: demos;
	}
}

.repcontainer{
  height: 200vh;
}