
h1, h2, h3, h4, h5, p, a, li, ul, ol, button, input, span, .caldera-button {
	font-family: 'Titillium Web', sans-serif;
	text-rendering: geometricPrecision;
}

/*
h1::-moz-selection {
    background: rgba(0,0,0,1);
}
h1::selection {
    background: rgba(0,0,0,1);
}
h2::-moz-selection {
    background: rgba(0,0,0,1);
}
h2::selection {
    background: rgba(0,0,0,1);
}
h3::-moz-selection {
    background: rgba(0,0,0,1);
}
h4::selection {
    background: rgba(0,0,0,1);
}
h5::-moz-selection {
    background: rgba(0,0,0,1);
}
h5::selection {
    background: rgba(0,0,0,1);
}
h6::-moz-selection {
    background: rgba(0,0,0,1);
}
h6::selection {
    background: rgba(0,0,0,1);
}
p::-moz-selection {
    background: rgba(0,0,0,1);
}
p::selection {
    background: rgba(0,0,0,1);
}
a::-moz-selection {
    background: rgba(0,0,0,1);
}
a::selection {
    background: rgba(0,0,0,1);
}
span:-moz-selection {
    background: rgba(0,0,0,1);
}
span::selection {
    background: rgba(0,0,0,1);
}
strong:-moz-selection {
    background: rgba(0,0,0,1);
}
strong::selection {
    background: rgba(0,0,0,1);
}
*/




h1 {
	font-size: 70px;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 40px;
}
h1 span {
    max-width: max-content;
	-webkit-box-shadow: inset 0px -13px 0px 0px var(--green);
	-moz-box-shadow: inset 0px -13px 0px 0px var(--green);
	box-shadow: inset 0px -13px 0px 0px var(--green);
}





h2 {
	font-size: 50px;
	font-weight: 700;
	color: var(--black);
	margin-bottom: 20px;
	display: flex;
}
.podcast-series h2 {
	font-size: 100px;
	font-weight: 700;
	line-height: 100%;
	margin-bottom: 30px;
	color: var(--white);
}

.where-to-listen h2 {
	font-weight: 200;
}
.where-to-listen h2 strong {
	font-weight: 700;
}

.follow-on .content a {
	text-decoration: none !important;
}
.follow-on a:hover, .follow-on a:hover h2 {
	color: var(--green);
}
.follow-on .content h2 {
	color: var(--white);
	font-size: 7.5vw;
	line-height: 75%;
	text-transform: uppercase;
}

.z-index-slider .tab-content h2 {
	font-family: 'Shadows Into Light', cursive;
	letter-spacing: 1px;
	text-rendering: auto;
	font-size: 60px;
}

.quote h2 {
	font-size: 75px;
}

h3 {
	font-size: 40px;
	color: var(--white);
	font-weight: 700;
}



h5 {
	font-family: 'Shadows Into Light', cursive;
	color: var(--green);
	font-size: 32px;
	margin-bottom: 20px;
}
.how-to-collab .collab-method h5 {
	color: var(--black);
}








h6 {
	font-size: 30px;
	font-weight: 200;
	line-height: 160%;
	margin-bottom: 40px;
}
h6 strong {
	font-weight: 700;
	font-size: 28px;
}








p {
	font-size: 20px;
	font-weight: 300;
}
.intro p {
	margin: auto auto 30px auto;
	max-width: 1228px;
	font-size: 22px;
}
.podcast-series p, .podcast-series a {
	color: var(--white);
}
.z-index-slider .content-area p {
	font-weight: 400 !important;
}






/* ----------------------------------------------------- 2200px + ---------------------------------------------------------------- */

@media only screen and (min-width : 2200px) {
}

/* ----------------------------------------------------- Smaller than 2200px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1800px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1750px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1650px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1550px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1450px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1350px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1250px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1125px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1080px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 1000px ----------------------------------------------------- */

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

/* ----------------------------------------------------- Smaller than 991px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 870px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 800px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 767px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than 700px ------------------------------------------------------ */

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

/* ----------------------------------------------------- Smaller than Mobile ----------------------------------------------------- */

@media only screen and (max-width : 650px) {	
	
	h1 {
		font-size: 50px;
		margin-bottom: 30px;
	}
	h1 span {
		-webkit-box-shadow: inset 0px -6px 0px 0px var(--green);
		-moz-box-shadow: inset 0px -6px 0px 0px var(--green);
		box-shadow: inset 0px -6px 0px 0px var(--green);
	}
	
	
	h2 {
		font-size: 35px;
	}
	.podcast-series h2 {
		font-size: 60px;
	}
	.follow-on .content h2 {
		font-size: 15vw;
	}
	.z-index-slider .tab-content h2 {
		font-size: 40px;
	}
	
	
	h5 {
		font-size: 28px;	
	}
	
	
	h6 {
		font-size: 23px;
	}
	
	
	p {
		font-size: 18px;
	}
	.intro p {
		font-size: 19px;
	}

}

/* ----------------------------------------------------- Smaller than 540px ------------------------------------------------------ */

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

}

/* ----------------------------------------------------- Smaller than 500px ------------------------------------------------------ */

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