.double {
 font-size:400%;
}
.triple {
 font-size:600%;
}
.attach {
 margin-top:-12px;
}
h1.double {
 font-size:4rem;
}
h2.double {
 font-size:3.6rem;
}
h3.double {
 font-size:3.2rem;
}
h4.double {
 font-size:2.8rem;
}
h5.double {
 font-size:2.6rem;
}
h6.double {
 font-size:2.4rem;
}
h1.triple {
 font-size:6rem;
}
h2.triple {
 font-size:5.4rem;
}
h3.triple {
 font-size:4.8rem;
}
h4.triple {
 font-size:4.2rem;
}
h5.triple {
 font-size:3.8rem;
}
h6.triple {
 font-size:3.2rem;
}
h1 img,
h2 img,
h3 img,
h4 img,
h5 img,
h6 img {
 vertical-align:top;
}
.text-left {
 text-align:left;
}
.text-right {
 text-align:right;
}
.text-center {
 text-align:center;
}
.text-justify {
 text-align:justify;
}
.capitalize,
.text-capitalize {
 text-transform:capitalize !important;
}
.text-uppercase,
.uppercase {
 text-transform:uppercase !important;
}
.lowercase,
.text-lowercase {
 text-transform:lowercase !important;
}
.bold,
.strong,
.text-bold,
strong {
 font-weight:700;
}
.text-light {
 font-weight:lighter;
}
.text-italic {
 font-style:italic;
}
.text-oblique {
 font-style:oblique;
}
.text-lighter {
  font-weight:lighter;
}
.line-through,
.strike-through,
.text-line-through,
.text-strike-through {
 text-decoration:line-through;
}
.text-underline,
.underline {
 text-decoration:underline;
}
.margin-auto {
 margin-left:auto !important;
 margin-right:auto !important;
 display:block;
}
.heading {
 text-transform:uppercase;
 position:relative;
 padding-left:40px;
 width:100%;
 display:inherit;
}
.heading::before {
 content:"";
 position:absolute;
 left:0;
 width:30px;
 height:1px;
 display:block;
 background-color:var(--color);
 top:9px;
}
.first-letter:first-letter {
 color:var(--background-color);
 background-color:var(--color);
 float:left;
 display:block;
 font-size:47px;
 padding:20px;
 margin:0.15em 0.4em 0 0;
 text-align:center;
 font-weight:500;
 width:70px;
 height:70px;
 line-height:70px;
 text-align:center;
 line-height:64px;
 -webkit-border-radius:0;
 -ms-border-radius:0;
 border-radius:0;
}
.br::after {
 content:"\A";
 white-space:pre;
}
.text-disable {
 -webkit-touch-callout:none;/* iOS Safari */
  -webkit-user-select:none;/* Safari */
   -khtml-user-select:none;/* Konqueror HTML */
    -moz-user-select:none;/* Firefox */
    -ms-user-select:none;/* Internet Explorer/Edge */
      user-select:none;/* Non-prefixed version, currently
                 supported by Chrome and Opera */
}
