/*//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////
//// IF YOU CHANGE THIS FILE THEN YOU MUST UPLOAD THE MOST UP-TO-DATE VERSION TO THE CLOUD ///////
//////////////////////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////////////////////////*/

body {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    overflow: hidden;
}

p {
    margin: 0;
}

.cover-image {
    background-repeat: no-repeat;
    background-size: cover;
}

.cover-image p{
    margin: 0;
}

/*////// TEXT ALIGNMENT  /////*/
.ql-align-center{
    text-align: center;
}

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

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

/*////// TEXT ALIGNMENT END  /////*/

/*////// TEXT INDENT  /////*/
.ql-indent-1{
    padding-left: 3em;
}

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

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

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

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

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

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

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

/*////// TEXT INDENT END  /////*/

/*////// FONT FAMILIES  /////*/

.ql-font-arial{
    font-family: Arial;
}

.ql-font-roboto{
    font-family: Roboto;
}

.ql-font-overpass {
    font-family: 'Overpass';
}

.ql-font-montserrat {
    font-family: 'Montserrat';
}

.ql-font-myriadpro {
    font-family: 'Myriad Pro';
}

.ql-font-bebasneue{
    font-family: 'Bebas Neue';
}

.ql-font-effra {
    font-family: 'Effra';
}

.ql-font-futura {
    font-family: 'Futura';
}

.ql-font-gotham{
    font-family: 'Gotham';
}

.ql-font-gothamnarrow {
    font-family: 'Gotham Narrow';
}

/*////// FONT FAMILIES END /////*/

/*////// FONT SIZES  /////*/

.ql-size-6 {
    font-size: 6px;
}

.ql-size-8 {
    font-size: 8px;
}

.ql-size-9 {
    font-size: 9px;
}

.ql-size-10 {
    font-size: 10px;
}

.ql-size-11 {
    font-size: 11px;
}

.ql-size-12 {
    font-size: 12px;
}

.ql-size-14 {
    font-size: 14px;
}

.ql-size-16 {
    font-size: 16px;
}

.ql-size-18 {
    font-size: 18px;
}

.ql-size-24 {
    font-size: 24px;
}

.ql-size-30 {
    font-size: 30px;
}

.ql-size-36 {
    font-size: 36px;
}

.ql-size-48 {
    font-size: 48px;
}

.ql-size-60 {
    font-size: 60px;
}

/*////// FONT SIZES END /////*/

/*////// LETTER SPACING  /////*/

.ql-spacing--100{
    letter-spacing: -100pt;
}

.ql-spacing--75{
    letter-spacing: -75pt;
}

.ql-spacing--50{
    letter-spacing: -50pt;
}
.ql-spacing--25{
    letter-spacing: -25pt;
}

.ql-spacing--10{
    letter-spacing: -10pt;
}

.ql-spacing--5{
    letter-spacing: -5pt;
}

.ql-spacing-0{
    letter-spacing: 0pt;
}

.ql-spacing-5{
    letter-spacing: 5pt;
}

.ql-spacing-10{
    letter-spacing: 10pt;
}

.ql-spacing-25{
    letter-spacing: 25pt;
}

.ql-spacing-50{
    letter-spacing: 50pt;
}

.ql-spacing-75{
    letter-spacing: 75pt;
}

.ql-spacing-100{
    letter-spacing: 100pt;
}

.ql-spacing-200{
    letter-spacing: 200pt;
}

/*////// LETTER SPACING END /////*/

/*////// LINE HEIGHT  //////*/

.ql-line-height-6{
    line-height: 6pt;
}

.ql-line-height-8{
    line-height: 8pt;
}

.ql-line-height-9{
    line-height: 9pt;
}

.ql-line-height-10{
    line-height: 10pt;
}

.ql-line-height-11{
    line-height: 11pt;
}

.ql-line-height-12{
    line-height: 12pt;
}

.ql-line-height-14{
    line-height: 14pt;
}

.ql-line-height-16{
    line-height: 16pt;
}

.ql-line-height-18{
    line-height: 18pt;
}

.ql-line-height-24{
    line-height: 24pt;
}

.ql-line-height-30{
    line-height: 30pt;
}

.ql-line-height-36{
    line-height: 36pt;
}

.ql-line-height-48{
    line-height: 48pt;
}

.ql-line-height-60{
    line-height: 60pt;
}

.ql-line-height-72{
    line-height: 72pt;
}

/*////// LINE HEIGHT END //////*/