* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
 }
  

html {
	scroll-behavior: smooth;
}

body {
	font-family: metropolis, Helvetica, Arial, sans-serif;
	font-size: 1.0rem;
	/*word-spacing: 0.2rem;*/
	overflow-y: scroll; /* Show vertical scrollbar */
}

.btn-primary:hover {
	background-color:#02446C;
}

.btn-primary:focus {
	background-color:#02446C;
}

.btn-primary {
	font-family: reemkufi;
	border-top-left-radius: 10px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 0px;
}

.form-control:focus, .form-select:focus {
	box-shadow: none;
}

.btnmenu {
	padding-left: 10px;
	border:none;
	border-left: 2px solid white;
	color:#02446C;
	font-size: 1.2rem;
	font-family: reemkufi;
	background-color: none;
	cursor:pointer;
}

