@charset "UTF-8";

.sticky-top {
	background-color:#1B208C;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.4em;
	padding: 5px 100px;
}

.nav-link {
	color:#F2F2F0;
	margin: 0 16px;
}

.nav-link:hover {
	color:#F2BC79;
}

.tombol svg {
	margin-left: 7px;
}

.navic .cls-1:hover {
	fill:#F2BC79;
}

.bekg {
	background-color: #F2F2F0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding-top: 70px;
	padding-bottom: 130px;
}

.semua {
	background-color:white;
	border: 1px solid;
	border-color: #D9D9D9;
	border-radius: 7px;
	justify-content: center;
	align-items: center;
	width: 600px;
	padding-top: 40px;
	padding-left: 40px;
	padding-right: 40px;
}

.isi {
	font-family: coolvetica,sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #282140;
	padding-bottom: 10px;
}
.col {
	padding-left: 15px;
}

.form-group {
	gap: 1em;
}

.form-control {
	border-left: none;
	border-right: none;
	border-top: none;
	border-radius: 0;
	padding: 0;
}

.form-control:visited {
	border:none;
}

.form-check-input {
	background-color: #1B208C;
}

.form-check-label {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #282140;
	opacity: 80%;
}

h6 {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #282140;
	opacity: 80%;
}

a {
	color: #282140;
}

a:hover {
	color: #1B208C;
}

h6:hover {
	text-decoration: underline;

}

.sejajar {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:space-between;
	margin-bottom: 20px;
}

.form-check {
	align-items: center;
}

.cta {
	display: flex;
	flex-direction: column;
	margin-bottom: 50px;
}

.btn-login {
	font-size: 1.2em;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	border:1px solid transparent;
	border-radius: 100px;
	padding: 5px 20px;
	background-color: #1B208C;
	color: #D1D2E8;
	margin-bottom: 7px;
}

.btn-login:visited {
	background-color: #464AA6;
}

.btn-login:hover {
	background-color: #464AA6;
}

.btn-join {
	font-size: 1.2em;
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	border:1px solid;
	border-color:  #1B208C;
	border-radius: 100px;
	padding: 5px 20px;
	background-color: transparent;
	color: #1B208C;
}

.btn-join:visited {
	background-color: #464AA6;
}

.btn-join:hover {
	background-color: #F2F2F0;
	color: #1B208C;
}

h1 {
	text-align: center;
	margin-bottom: 50px;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 4em;
	color: #282140;
	opacity: 30%;
}

footer {
	color: #D1D2E8;
	background-color:#464AA6;
}

footer h2 {
	font-family: mighty-slab,serif;
	font-weight: 400;
	font-style: normal;
}

footer p {
	font-family: coolvetica,sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.1em;
}

footer h5 {
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	padding-bottom: 15px;
	font-size: 1.1em;
}

.navi {
	color: #D1D2E8;
	list-style: none;
	display: flex;
	justify-content:space-between;
	padding: 0;
	font-size: 1.2em;
}

.navi a {
	color: #D1D2E8;
}

.navi a:link {
	color: #D1D2E8 !important;
	text-decoration: none;
	font-family: coolvetica,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size: 1.1em;
}

.navi a:hover {
	color: #F2BC79;
}

.icons svg {
	margin-right: 10px;
}

.socmed .cls-1:hover {
	fill: #F2F2F0;
}

.fcontents {
	display: flex;
	flex-direction: column;
	text-align: left;
	padding: 30px 100px;
}


@media only screen and (max-width: 1024px) {
	.navbar {
		padding: 8px 25px;
	}

	.navi {
		flex-direction: column;
	}

	.tombol {
		margin-bottom: 0.5em;
	}

	.tombol svg {
		margin-left: 0;
		margin-right: 0.5em;
	}

	.nav-link {
		margin: 0;
	}
	
	.bekg {
		min-height: 70vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		padding-top: 50px;
		padding-bottom: 80px;
	}

	.semua {
		justify-content: center;
		align-items: center;
		width: 350px;
		padding-top: 30px;
		padding-left: 25px;
		padding-right: 25px;
	}

	.isi {
		display: flex;
		flex-direction: column;
		padding-bottom: 10px;
		padding-left: 0;
		padding-right: 0;
	}

	.form-control {
		padding: 0;
	}
	
	.cta {
		margin-bottom: 45px;
	}

	.btn-login {
		font-size: 1em;
	}

	.btn-join {
		font-size: 1em;
	}


	h1 {
		font-size: 3.5em;
	}
	
	.fcontents {
		padding: 16px 25px;
	}

	.navi {
		font-size: 0.9em;
	}

	footer p {
		font-size: 0.9em;
	}
	
	footer h5 {
		font-size: 0.9em;
	}
}