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

body {
	font-family: Montserrat;
	background-repeat: no-repeat;
	background-position:center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover; 
	background-size: cover;
}

.float{
	position:fixed;
	width:10vw;
	max-width: 65px;
	height:10vw;
	max-height: 65px;
	bottom:40px;
	right:40px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.banner {
	background-color: #074579;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	padding: 0.5rem 0;
	z-index: 100;
	align-items: center;
}

.banner p {
	color: white;
	text-align: center;
	margin: 0 0.4rem;
}

.ql-align-justify {
	text-align: justify;
}

.ql-align-right {
	text-align: right;
}

.ql-align-center {
	text-align: center;
}

.swal-custom-width {
		max-width: 80%;
}

h1 {
	display: block;
	font-size: 2em;
	margin-top: 0.67em;
	margin-bottom: 0.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
} 

h2 {
	display: block;
	font-size: 1.5em;
	margin-top: 0.83em;
	margin-bottom: 0.83em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
} 

h3 {
	display: block;
	font-size: 1.17em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
} 

h4 {
	display: block;
	font-size: 1em;
	margin-top: 1.33em;
	margin-bottom: 1.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
} 

h5 {
	display: block;
	font-size: .83em;
	margin-top: 1.67em;
	margin-bottom: 1.67em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
} 

h6 {
	display: block;
	font-size: .67em;
	margin-top: 2.33em;
	margin-bottom: 2.33em;
	margin-left: 0;
	margin-right: 0;
	font-weight: bold;
} 

.ql-size-small{
	font-size: xx-small;
} 

.ql-size-large{
	font-size: large;
}

.ql-size-huge{
	font-size: xx-large;
}

