h1 {
	font-size: 3.5rem;
}

a {
	text-decoration: none
}

.container-fluid {
	padding: 0px 80px;
}

header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    transition: z-index 0.3s, box-shadow 0.3s;
}

header.scrolled {
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header-row {
	padding: 20px 0px;
}

.logo img {
	width: 150px;
}

.header-headline {
	font-size: 24px;
	font-weight: bold;
}

.social-icons li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
    height: 50px;
	border: 2px solid #0a0a23;
	color: #0a0a23;
	margin-top: 10px;
}

.social-icons li a i {
	font-size: 24px;
}

.hero-wrapper {
  position: relative;
  margin-top: 125px;
  z-index: 100;
  overflow: hidden;
}

.hero-wrapper .hero-mask {
	display: contents;
}

.hero-img {
  width: 100%;
  height: auto;
  display: block;
}

.hero-bottom {
	padding: 22px 0px;
	background: linear-gradient(to right, #FFC6A7, #FED1B9 60%);
	position: relative;
	z-index: 1;
}

.hero-bottom-text {
	font-size: 75px;
	font-weight: bold;
	letter-spacing: 1px;
	color: #0F0B3B;
	text-shadow: 2px 2px 5px white;
}

.hero-bottom img {
	width: 60px;
}

.media-player {
	margin-top: 35px;
}

.media-player-container {
	padding: 50px 80px;
}

.about {
	padding: 38px 0px;
	/*
	mask-image: url('./images/Group 1.png');
	mask-size: cover;
	mask-position: top;
	mask-repeat: repeat-x;
	position: relative;
	z-index: 100;
	*/
	background-color: #332746;
	color: #FFF;
}

.about p {
	font-size: 16px;
	font-family: "poppins", sans-serif;
	font-style: normal;
}

.about .responsive-iframe {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.65);
}

.podcasts img {
	width: 200px;
}

.btn-footer {
	border: 2px solid #332746;
	border-radius: 20px;
	color: #332746;
	padding: 6px 20px;
}

.btn-footer img {
	width: 25px;
}

.footer-menu li {
    position: relative;
}

.footer-menu li.menu-item a + a::before {
    content: "|";
    margin: 0 10px;
    color: #BEBEBE;
    font-size: 18px;
}

.footer-menu li a {
    text-decoration: none;
    color: #333;
}

.footer-menu li.me-3 {
    margin-right: 15px;
}

.footer-links, .footer-links li a {
	font-size: 13px;
	color: #BEBEBE;
	text-transform: uppercase;
}

#teconsent {
	display: flex !important;
	align-items: center;
	gap: 8px;
}

#teconsent > *:not(:last-child)::after {
    content: "|";
    margin-left: 8px;
    font-size: 18px !important;
}

.modal {
	backdrop-filter: blur(10px);
}

.modal-title {
	flex-grow: 1;
	font-size: 26px;
}

.modal-header {
	height: 100px;
	background-color: #FFCDB1;
	text-align: center;
	color: #FFF;
}

.frm_style_formidable-style.with_frm_style .frm_submit button {
	background: none;
	border: 2px solid #FFCDB1;
	border-radius: 20px;
	color: #FFCDB1;
	padding: 8px 30px;
	text-transform: uppercase;
}

.frm_style_formidable-style.with_frm_style .frm_submit button:hover {
	background: #000;
	border-color: #000;
	color: #FFF;
}

input[type=button] {
	outline: none;
}

@media (max-width: 990px) {
	.hero-bottom-row {
		margin-left: -75px;
	}
	
	.hero-bottom-text {
		font-size: 55px;
	}
	.hero-bottom img {
		width: 50px;
	}

	.about {
		mask-size: cover;
	}
}

@media (max-width: 768px) {
	.hero-wrapper {
		margin-top: 205px;
	}
	
	.hero-bottom-row {
		margin-left: 0px;
	}
	
	.header-row {
		gap: 14px;
	}

	.header-headline {
		font-size: 20px;
		margin-top: 10px;
	}

	.social-icons li a {
		width: 45px;
		height: 45px;
	}

}

@media (max-width: 601px) {
	header.scrolled {
		margin-top: 0;
	}
}

@media (max-width: 525px) {
	h1 {
		font-size: 3rem;
	}
	
	.container-fluid {
    	padding: 0px 45px;
	}

	.header-row {
		gap: 10px;
		padding: 20px 0px 10px;
	}

	.header-headline {
        font-size: 18px;
    }
	
	.hero {
		margin-top: 150px;
	}

	.hero-text {
    	font-size: 20px;
	}
	
	.hero-bottom {
		padding-bottom: 0px !important;
	}

    .hero-bottom-text {
	    font-size: 2.5rem;
	}

	.hero-bottom-row ul li {
		margin-left: 0px !important;
		margin-right: 0px !important;
	}

	.hero-bottom img {
        width: 35px;
    }
	
	.media-player {
		margin: 40px 0px 20px;
	}
	
	.about {
		padding: 20px 0px;
	}
	
	.about p {
		font-size: 14px;
	}
	
	.other-pods h1 {
		font-size: 38px;
	}
	
	.podcasts {
		gap: 0px !important;
		margin-top: 10px;
	}
}