@font-face {
	font-family: "ObjectSans";
	src: local(ObjectSans), url(fonts/ObjectSans-Regular.ttf);
	font-weight: normal;
}

@font-face {
	font-family: "ObjectSans Bold";
	src: local(ObjectSans), url(fonts/ObjectSans-Heavy.ttf);
	font-weight: 400;
}

/*
@font-face {
	font-family: "ObjectSans Especial";
	src: local(ObjectSans), url(fonts/Raleway-ExtraBold.ttf);
	font-weight: 800;
}
*/




html,
body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
	padding: 100px 0 0 0;
	font-family: 'Roboto', Arial, Helvetica, sans-serif;
  
}


* {
	transition: all 0.5s ease-out;
}


h1, h2, h3, h4, h5 {
	color: #200940;
	font-family: 'ObjectSans';
	font-weight: normal;
	
}

h4 {
	font-weight: bold;
	font-family: 'ObjectSans Bold';
}



.navbar-nav .nav-link {
	color: #3c2566;
	font-weight: bold;
	margin: 0 10px 0 10px;
	
}





.btn {
	border-radius: 50px;
	padding: 12px 30px;
}


.btn-success {
	background-color: #AC43D9;
	border: 0;
}

.btn-success.invert {
	background-color: #AC43D9;
	border: 0;
}

.btn-success.invert:hover {
	background-color: #200940;
	color: #200940;
	border: 0;
}



.btn-success:hover {
	background-color: #511F73;
}

/*
.btn-2023 {
	background-color: #70C217;
	border: 0;
}
*/

.nav-link .btn-success {
	padding: 5px 30px;
}



.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: #6f42c1; }