body {
	font-family: "Work Sans", sans-serif;
}


/* NAV */
.navigation-toolbar {
	padding-top: 10px;

	font-size: 30px;
}

.brand-name {
	font-size: 50px;
	font-weight: bold;
	font-family: "Allura", cursive;
}

/* Header */
.header {
	margin: auto;
	margin-top: 2%;
}

/* .about-me-welcome {
  font-size: 25px;
  font-weight: bold;
} */
.about-me-text {
	margin-top: 20px;
	font-size: 50px;
	font-weight: bold;
}
.about-me-name {
	margin-top: 20px;
	font-size: 60px;
	font-weight: bold;
}

.about-me-description {
	font-style: italic;
	margin-top: 20px;
	font-size: 15px;
}

.profile-picture {
	min-width: 300px;
	max-width: 400px;
	max-height: 300px;
}

/* Services Section */

/* Contact section */

.lets-connect {
	font-size: 45px;
	font-family: "Allura";
}

@media only screen and (max-width: 480px) {
	.container-fluid {
		text-align: center;
	}
	.container-xxl {
		text-align: center;
	}
}
