/** Stylesheets */

body {
	font-family: 'Bellefair', serif;
	font-family: 'Wix Madefor Text', sans-serif;
}


.background-1 {
	background-color: rgb(38, 40, 45);
}
.background-2 {
	background-color: rgb(30, 32, 37);
}
.background-3 {
	background-color: rgb(27, 26, 33);
}

.fs-super {
	font-size:5em;
}
.fs-7 {
	font-size:.9em !important;
}

.fw-fat {
	font-stretch:100%;
	font-weight:700;
}

.profile-picture {
	width:200px;
	height:200px;
	border-radius:100%;
}

.photo-banner {
	background-color: #000;
	background-image: url(presentation_bw.jpg);
	background-size: cover;
	background-position: center;
}

.photo-banner-2 {
	background-color: #000;
	background-image: url(group_bw.jpg);
	background-size: cover;
	background-position: center;
}

.bg-blue {
	--bs-bg-opacity: 1;
	background-color: rgb(32, 100, 226) !important;
}
.bg-green {
	--bs-bg-opacity: 1;
	background-color: rgb(3, 224, 125) !important;
}

.font-thin {
	/* font-family: 'Work Sans', sans-serif !important; */
	font-family: 'Playfair Display', seriff !important;
	font-weight:400;
}
.font-fat {
	/* font-family: 'Work Sans', sans-serif; */
	font-family: 'Playfair Display', seriff !important;
	font-weight:700;
}

.button-radius {
	border-radius: 30px;
}

.text-blue {
	color: rgb(32, 100, 226) !important;
}

.py-8 {
    padding-top: 10rem!important;
    padding-bottom: 10rem!important;
}

.f-center {
	margin:0 auto;
	max-width:800px;
}