@import url('https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Libre+Franklin:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Tilt+Prism&display=swap');


html, body {
	font-family: 'Ubuntu', sans-serif;
	scroll-behavior: smooth !important;
}

h1.jumbotron-heading {
	color: #FFFFFF !important;
}

.LI-profile-badge {margin-top: 56px !important;}
.LI-simple-link {display: none;}

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

.profile-badge {max-width: 280px !important;}

.logo {font-family: 'Tilt Prism', cursive; font-size: x-large;}

.nav-link {font-family: 'Libre Franklin', sans-serif;}

main {padding-top: 50px !important;}

.pf img {
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
}

.pf p {font-weight: 600;}
.pf p span {font-weight: normal; text-decoration: none !important;}

a.pf:hover p span {text-decoration: none !important;}