@charset "UTF-8";


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

.montserrat {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 1em;
  font-style: normal;
}

.navbar {
	background-color: #161679;
	height: 100px;
}
.navbar-brand {
	margin-left: -47px;
	font-size: 2.25em;
	font-weight: 550;
}
.nav-link {
	font-size: 1.25em;
	color: #FFFFFF;
	letter-spacing: 0.1em;
	font-weight: 700;
	margin-left: 20px;
}

a:hover {
	color: #18bc9c !important;
}

.d-flex.justify-content-center div img {
	margin-top: 80px;
}
.masthead {
	width: 100%;
	height: 600px;
	background: linear-gradient(180deg,rgba(14, 10, 115, 1) 0%, rgba(39, 69, 242, 1) 22%, rgba(87, 126, 242, 1) 47%, rgba(242, 155, 48, 1) 72%, rgba(242, 118, 107, 1) 100%);
}
.masthead .container {
	width: 100%;
}

