@font-face {
	font-family: 'Baby'; 
	src: url('../Fonts/Oooh_Baby/OoohBaby-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Inter'; 
	src: url('../Fonts/Inter_Tight/InterTight-VariableFont_wght.ttf') format('truetype');
}


body {
	font-family: 'Inter', Arial, sans-serif;
}

.container {
	max-width: 1140px !important;
}

.content .row {
	margin-bottom: 60px;
}

.header-image {
	width: 100%;
}

.navbar a {
	color: black;
	font-weight: 300;
	font-size: 20px;
	font-weight: 400;
	letter-spacing: 2;
}

.navbar a:hover,
.navbar a:active,
.navbar a.active {
	color: #000;
	text-decoration: underline;	
	text-decoration-color: color(srgb 0.9203 0.1601 0.4782);
	text-decoration-thickness: 3px;
	text-underline-offset: 5px;
}

.navbar-expand-lg {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2rem;
	padding-left: 0;
}

.row {
	--bs-gutter-x: 40px;
}

h1, h2, h3, h4 {
	font-family: 'Baby';
}

h1 {
	margin-top: 60px;
	margin-bottom: 30px;
	font-size: 3rem;
}

h2 {
	margin-bottom: 20px;
}

a {
	color: black;
	text-underline-offset: 2px;
	font-weight: 500;
}

a:hover,
a:active,
a.active {
	color: #000;
	text-decoration: underline;	
	text-decoration-color: color(srgb 0.9203 0.1601 0.4782);
	text-underline-offset: 2px;
}

.content img {
	border-radius: 5px;
}

.content li {
	margin-bottom: 10px;
}

figcaption {
	font-size: 14px;
	color: grey;
}

footer {
	background-color: #000000;
	color:#ffffff;
	padding-top: 10px;
	padding-bottom: 10px;
}

.footer-nav {
	display: block;
	list-style: none;
	padding: 0;
	text-align: center;
	margin: 0;
}

.footer-nav li {
	display: inline-block;
}

.footer-nav a,
.footer-nav a:hover,
.footer-nav a:focus {
	color: #ffffff;
}

.footer-logo {
	max-width: 50px;
}

.social-logo {
	max-width: 20px;
}

.navbar-toggler {
	background-color: black;
}

.navbar-toggler > span {
	color: white;
}

.fs-4 {
	font-size: 24px !important;
}

.follow > .icon {
	display: inline-block;
	margin-left: 10px;
}

@media (min-width:992px) {
	.navbar-expand-lg .navbar-nav {
		width: 100%;
		justify-content: center;
	}
}

@media (max-width:991px) {
	.gallery .row > .col-lg-4 {
		margin-top: 40px;
	}
	
	.gallery .row > .col-lg-4:first-child {
		margin-top: 0;
	}
}