@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;700&display=swap');
body{
	font-family: 'Montserrat', sans-serif; 
}

.xsmall{
	font-size:75%;
}
.egs-red{
	color:#B22222;
}

a.egs-red:hover{
	color:#1D2327;
}
.bg-egs-red{
	background-color:#B22222;
}

.egscard{
	border-radius:1.25rem;
}

.egscard h1{
	font-weight:700;
	font-size:1.25rem;
}

img.brand{
	height:1.5rem;
}

::-webkit-input-placeholder {
	font-size: 1rem!important;
}

:-moz-placeholder {
	font-size: 1rem!important;
}
::-moz-placeholder {
	font-size: 1rem!important;
}
			
.modal-header{
	z-index:9999;
}
.modal-body{
	position:fixed;
	width:100%;
}