/* Fonts  */
@font-face {
	font-family: "HelveticaNeue-Light";
	src: URL("../assets/typography/lte50259.ttf") format("truetype");
}

@font-face {
	font-family: "HelveticaNeue-Medium";
	src: URL("../assets/typography/lte50265.ttf") format("truetype");
}

@font-face {
	font-family: "Calibri";
	src: URL("../assets/typography/calibri.ttf") format("opentype");
}

@font-face {
	font-family: "Gotham-Bold";
	src: URL("../assets/typography/Gotham-Bold.otf") format("opentype");
}

@font-face {
	font-family: "Gotham-Book";
	src: URL("../assets/typography/Gotham-Book.otf") format("opentype");
}

/* Colors */
:root {
	--travere-xs-mobile-padding: 40px;
	--bs-nav-link-font-size: 0.8rem;
	--bs-breadcrumb-divider: '|';
	--bs-breadcrumb-item-padding-x: 6px;
	--bs-navbar-nav-link-padding-x: 0px !important;
	--travere-dark-blue: rgb(41,52,142);
	--travere-blue: rgb(0,95,158);
	--travere-light-blue: rgb(0,181,223);
	--travere-green: rgb(0,181,158);
}

body,
html {
	height: 100%;
	font-size: 1.4rem;
	font-family: "HelveticaNeue-Light", "Calibri", sans-serif;
	overflow-wrap: anywhere;
}

p {
    padding-bottom: 7px;
    font-size: 1.4rem;
    line-height: 1.6rem;
}

h1 {
	font-family: "HelveticaNeue-Medium";
    font-weight: 700;
    font-size: 1.3em;
    line-height: 2rem;
	color: black
}

h2 {
	font-weight: 600;
	font-size: 1.5rem;
	line-height: 2rem;
	color: black;
}

h3 {
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.75rem;
	color: black
}

/*--------------------------NAVBAR SECTION -------------------------------------*/
#navbar-link-container{
	background-color: var(--travere-blue);
}

.navbar{
	background-color: var(--travere-blue);
    z-index: 100; 
	/* position: sticky;
    top: 0;*/
}

.nav-link{
	color: white;
	padding: 5px 0px;
}

.nav-link.active{
	color: white !important;
	text-decoration: underline;
}

.nav-link:hover{
	color: white !important;
	text-decoration: underline;
}

.nav-link+.nav-link::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/");
}

/*--------------------------INTRO SECTION -------------------------------------*/
#intro-section{
	color: white;
}

#intro-section-row{
	
}

#intro-section-row p{
	font-family: "Gotham-Book", sans-serif;
	font-size: 1.1rem;
}

#intro-section-center{
	position: relative;
}

#intro-section-star-background {
    opacity: 0.3;
    position: absolute;
    top: -41px;
    right: 0px;
    width: 836px;
    height: auto;
}

#intro-section-img{
	object-fit: cover;
	height: 100%;
}

#intro-section-text-container{
	background-image: linear-gradient(to right, var(--travere-light-blue) 0%,var(--travere-green) 100%);
	padding: 40px 110px;
}

#intro-section-text-container h1{
	position: relative;
	color: white;
	font-family: "Gothic-Bold", sans-serif;
	line-height: 1.2em;
}

#intro-section-text-container p{
	position: relative;
}

#intro-section-logo-container {
	position: relative;
    /* aspect-ratio: 5.6; */
    height: 280px;
}

#intro-section-logo-container img{
	position: absolute;
    bottom: 0;
	width: 600px;
}

/*---------------------------ABOUT SPARKLER SECTION ------------------------------------*/
#about-sparkler-section{
	background-color: var(--travere-blue);
	background-image: url(../assets/images/background-blue-with-sparkle.png);
    background-size:     cover;
    background-repeat:   no-repeat;
    background-position: left top;
	padding-bottom: 110px !important;
}

#about-sparkler-section h1, #about-sparkler-section p{
	color: white;
}

#about-sparkler-section p{
	font-weight: 100;
	letter-spacing: unset;
}

#about-sparkler-section ul{
	font-size: 1.4rem;
	margin-left: 55px;
	color: white;
}

#phone-img{
	height: 120px;
}

/*----------------------------WHY WHO SECTION -----------------------------------*/
#why-who-section{
	background-image: linear-gradient(to right, var(--travere-green) 0%,var(--travere-light-blue) 100%);
}

#why-who-section-row{

}

#why-who-section-right{
	border-left: 10px solid rgba(255,255,255, 0.5);
}

#why-who-section h1, #why-who-section p, #why-who-section li{
	color: white;
}

#why-who-section p {
	font-weight: 100;
	letter-spacing: unset;
}

/*----------------------------HOW TO ENROLL SECTION -----------------------------------*/
#how-to-enroll-section{}

#how-to-enroll-section-row{}

#how-to-enroll-section h1{
	color: var(--travere-blue);
	align-content: center;
    font-size: 1.4rem;
}

#how-to-enroll-section h2{
	font-size: 1rem;
    line-height: 1.3rem;
}

#how-to-enroll-section p{
	font-weight: 400;
    letter-spacing: -1px;
	font-size: 1rem;
}

#how-to-enroll-left{

}

#how-to-enroll-left p{
	font-weight: bold;
	font-size: 0.8rem;
}

#how-to-enroll-left .row{
}

#how-to-enroll-left .brochure-icon{
	width: 120px;
	float: right;
	box-shadow: 10px 5px 5px darkgrey;
}

#how-to-enroll-right{}

#and-container{
	text-align: center;
	height: 140px;
	margin: 30px 30px;
	background-image: url(../assets/images/Star-burst_blue.png);
	background-size:     140px 140px;
    background-repeat:   no-repeat;
    background-position: center center;
}

#provide-your-contact-button{
	width: 500px;
}

.info-container{
	display: flex;
	align-items: center;
}

.info-container img{
	width: 60px;
}

#download-button{
	width: 150px;
}

/*----------------------------FORM SECTION-----------------------------------*/
#form-section{
	background-image: linear-gradient(to right, var(--travere-green) 0%,var(--travere-light-blue) 100%);
	padding-bottom: 100px !important;
}
/*---------------------------FOOTER SECTION------------------------------------*/

footer {
	min-height: 50px;
	background-color: black;
	padding: 0px 0px 17px;;
	text-align: center;
	overflow: auto;
}

footer ul{
	list-style-type: none;
}

#footer-links-container ol{
	margin: 0px 0px 5px;
}

footer li{
	padding: 0px 10px;
	display: flex;
    align-items: center;
}

footer a{
	font-size: 0.8rem;
	color: white;
	text-decoration: none;
}

footer a:hover{
	text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item {
    padding-left: 0px;
    padding-right: 10px;
}

.breadcrumb-item+.breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: white;
    content: var(--bs-breadcrumb-divider, "|");
}

#footer-links-container{
    width: 515px;
}

#onetrust-link:hover {
	cursor: pointer;
}

/*-------------------------------------------------RESPONSIVENESS - SMALLER VIEWS--------------------------------------------------------------------*/

/* /!\ The order of @media() matters */
@media (max-width: 630px){
	#intro-section-center h1{
		font-size: 1.5rem;
		margin-bottom: 0px !important;
	}
	#intro-section-text-container {
		padding: 15px 30px;
	}
	#intro-section-text-container p {
		font-size: 1rem;
	}
	#intro-section-logo-container {
		height: 144px;
	}
    #intro-section-logo-container img {
        bottom: 0;
        width: 375px;
    }
	#intro-section-star-background {
        opacity: 0.3;
        position: absolute;
        top: -41px;
        right: 0px;
        width: 482px;
        height: auto;
    }
	/* --------- */
	#about-sparkler-section{
		padding: var(--travere-xs-mobile-padding) !important;
	}
	#about-sparkler-section p{
		font-size: 1rem;
        line-height: 1.3rem;
	}
	#about-sparkler-section-row{
		padding: 0px !important;
	}
	#about-sparkler-section-row ul{
		font-size: 1rem;
    	margin: 0px 20px 10px;
	}
	/* --------- */
	#why-who-section{
		padding: var(--travere-xs-mobile-padding) !important;
	}
	#why-who-section p{
		font-size: 1rem;
	}
	#why-who-section-row, #why-who-section-left{
		padding: 0px !important;
	}
	#why-who-section-right{
		padding: 0px !important;
		border: none;
	}
	#why-who-section-right ul{
		font-size: 1rem;
    	margin: 0px 20px 10px;
		padding: 0px;
	}
	/* --------- */
	#how-to-enroll-section-row {
		padding-bottom: 0px !important;
	}
	#how-to-enroll-right{
		padding: var(--travere-xs-mobile-padding) !important;
	}
	#how-to-enroll-left {
		text-align: center;
	}
	#how-to-enroll-left .brochure-icon{
		float: unset;
	}
	#and-container{
		margin-top: 0px;
		margin-bottom: 35px;
	}
	#info-container-hours{
		margin-bottom: 0px !important;
	}
	/* --------- */
	#form-section{
		padding-bottom: 0px !important;
	}
	#provide-your-contact-button{
		width: 100%;
	}
	footer li{
		display: unset;
		align-items: center;
	}
	footer ol, footer li, footer .pe-4{
		padding: 0px !important;
		padding-right: 0px !important;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		content: none;
	}
	#footer-links-container ol{
		margin: 0px;
	}
}

@media (max-width: 767px){
	footer li{
		display: unset;
		align-items: center;
	}
	footer ol, footer li, footer .pe-4{
		padding: 0px !important;
		padding-right: 0px !important;
	}
	.breadcrumb-item+.breadcrumb-item::before {
		content: none;
	}
	#footer-links-container ol{
		margin: 0px;
	}
}

@media (max-width: 991px){
	body{
		font-size: 1.1rem;
	}
	.navbar{
		min-height: 78px;
		/* position: sticky;
		top: 0;
		z-index: 100; */
	}
	.nav-link+.nav-link::before {
		display: none;
	}
	#intro-section-logo-container{
		aspect-ratio: unset;
		padding: 0px !important;
	}
    #intro-section-logo-container img {
        bottom: 0;
    }
	#about-sparkler-section p {
		line-height: 1.8rem;
	}
	#and-container{
		margin: 0px 0px 30px;;
	}
	#how-to-enroll-left {
		text-align: center;
		padding: 0px !important;
	}
	#how-to-enroll-left .brochure-icon{
		float: unset;
	}
}

@media (min-width: 992px){
	.navbar-expand-lg .navbar-nav .nav-link {
    	padding-left: 0px;
	}
}

@media (max-width: 1100px){
	.nav-link{
		font-size: 0.68rem;
	}
}

@media (max-width: 1180px){
    #intro-section-logo-container {
        aspect-ratio: unset;
        min-height: 126px;
        overflow: auto;
    }
}

@media (min-width: 1920px){
	.container-fluid {
    	max-width: 1920px;
	}
}
