@font-face {
	font-family: 'Adobe Garamond Pro Regular';
	font-style: normal;
	font-weight: normal;
	src: local('Adobe Garamond Pro Regular'), url('../Fonts/AGaramondPro-Regular.woff') format('woff');
}

.ql-container {
	box-sizing: border-box;
	font-family: 'Adobe Garamond Pro Regular', sans-serif;
	font-size: 13px;
	height: 100%;
	margin: 0px;
	position: relative;
}

.ql-editor {
	box-sizing: border-box;
	line-height: 1.42;
	height: 100%;
	outline: none;
	overflow-y: auto;
	padding: 60px 15px 0 15px;
	tab-size: 4;
	-moz-tab-size: 4;
	text-align: left;
	white-space: pre-wrap;
	word-wrap: break-word;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
	margin: 0;
	padding: 0;
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}

.ql-editor ol,
.ql-editor ul {
	padding-left: 1.5em;
}

.ql-editor ol > li,
.ql-editor ul > li {
	list-style-type: none;
}

.ql-editor ul > li::before {
	content: '\2022';
}

.ql-editor ol li {
	counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
	counter-increment: list-0;
}

.ql-editor ol li:before {
	content: counter(list-0, decimal) '. ';
}

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

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

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

.ql-editor strong {
	font-weight: bold;
}

.ql-editor em {
	font-style: italic;
}

.ql-editor s {
	text-decoration: line-through;
}

.ql-editor u {
	text-decoration: underline;
}

.ql-editor .ql-size-small {
	font-size: 0.75em;
}

.ql-editor .ql-size-large {
	font-size: 1.5em;
}

.ql-editor .ql-size-huge {
	font-size: 2.5em;
}

.ql-editor h1 {
	font-size: 2em;
}

.ql-editor h2 {
	font-size: 1.5em;
}

.ql-editor h3 {
	font-size: 1.17em;
}

.ql-editor h4 {
	font-size: 1em;
}

.ql-editor h5 {
	font-size: 0.83em;
}

.ql-editor h6 {
	font-size: 0.67em;
}

.ql-editor blockquote {
	border-left: 4px solid #ccc;
	margin-bottom: 5px;
	margin-top: 5px;
	padding-left: 16px;
}

.ql-editor pre {
	background-color: #f0f0f0;
	border-radius: 3px;
	white-space: pre-wrap;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 5px 10px;
}

.ql-editor code {
	font-size: 85%;
	padding: 2px 4px;
	background-color: #f0f0f0;
	border-radius: 3px;
}

.ql-editor img {
	max-width: 100%;
	height: auto;
}

.ql-editor a {
	color: #06c;
	text-decoration: underline;
}

.ql-editor .ql-indent-1 {
	padding-left: 3em;
}

.ql-editor .ql-indent-2 {
	padding-left: 6em;
}

.ql-editor .ql-indent-3 {
	padding-left: 9em;
}

.ql-editor .ql-indent-4 {
	padding-left: 12em;
}

.ql-editor .ql-indent-5 {
	padding-left: 15em;
}

.ql-editor .ql-indent-6 {
	padding-left: 18em;
}

.ql-editor .ql-indent-7 {
	padding-left: 21em;
}

.ql-editor .ql-indent-8 {
	padding-left: 24em;
}

.ql-editor .ql-bg-black {
	background-color: #000;
}

.ql-editor .ql-bg-red {
	background-color: #e60000;
}

.ql-editor .ql-bg-orange {
	background-color: #f90;
}

.ql-editor .ql-bg-yellow {
	background-color: #ff0;
}

.ql-editor .ql-bg-green {
	background-color: #008a00;
}

.ql-editor .ql-bg-blue {
	background-color: #06c;
}

.ql-editor .ql-bg-purple {
	background-color: #93f;
}

.ql-editor .ql-color-white {
	color: #fff;
}

.ql-editor .ql-color-red {
	color: #e60000;
}

.ql-editor .ql-color-orange {
	color: #f90;
}

.ql-editor .ql-color-yellow {
	color: #ff0;
}

.ql-editor .ql-color-green {
	color: #008a00;
}

.ql-editor .ql-color-blue {
	color: #06c;
}

.ql-editor .ql-color-purple {
	color: #93f;
}

.ql-editor .ql-video {
	display: block;
	max-width: 100%;
}

.ql-editor p,
.ql-editor ol,
.ql-editor ul,
.ql-editor pre,
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6 {
	margin-bottom: 1em;
}

@media screen and (max-width: 768px) {
	.ql-editor {
		font-size: 16px;
	}

	.ql-editor h1 {
		font-size: 1.5em;
	}

	.ql-editor h2 {
		font-size: 1.3em;
	}

	.ql-editor h3 {
		font-size: 1.1em;
	}

	.ql-editor .ql-indent-1,
	.ql-editor .ql-indent-2,
	.ql-editor .ql-indent-3,
	.ql-editor .ql-indent-4,
	.ql-editor .ql-indent-5,
	.ql-editor .ql-indent-6,
	.ql-editor .ql-indent-7,
	.ql-editor .ql-indent-8 {
		padding-left: 1.5em;
	}
}

@media screen and (max-width: 480px) {
	.ql-editor {
		padding: 8px 10px;
	}

	.ql-editor .ql-size-large {
		font-size: 1.2em;
	}

	.ql-editor .ql-size-huge {
		font-size: 1.5em;
	}
}