:root {
    
  --backgroundColor:             rgb( 241, 241, 241      );
  --backgroundTransparentColor: rgba( 241, 241, 241, .8  );
  --sheetBackgroundColor:       rgba( 227, 224, 211, .8  );

  --foregroundColor:             rgb(  76,  78,  77      );
  --thinRuleColor:              rgba(  76,  78,  77, .3  );

  --headingsColor:               rgb(  76,  78,  77      );
  --headingsUnderlineColor:     rgba(  76,  78,  77, .3  );
  --linkColor:                   rgb(  85,  102, 119      );
  --linkUnderlineColor:         rgba(  85,  102, 119, .3  );
  --linkColorVisited:            rgb(  85,  102, 119      );
  --linkUnderlineColorVisited:  rgba(  85,  102, 119, .3  );
  --hoverColor:                  rgb( 170,  0,  255      );
  --hoverUnderlineColor:        rgba( 170,  0,  255, .3  );
  /* --tagColor */
  /* --tagUnderlineColor */
  /* --adminColor */
  /* --adminUnderlineColor */
  --engineTextColor:             rgb(  85,  102, 119      );
  --engineTextUnderlineColor:   rgba(  85,  102, 119, .3 );

  --markedTextBackground:        rgb( 242, 255, 0);
  --markedImageBorderColor:      rgb( 242, 255, 0);

  --inputBackgroundColor:        rgb( 255, 255, 255);
  --inputTextColor:               black;

  /* --imageBorderColor */
  /* --disabledColor */
  /* --errorColor */
  /* --currentItemBackgroundColor */
  /* --windowBackgroundColor */
  /* --unsavedIndicatorColor */
  
  /* to match .likely */
  /* --subscribeButtonBackground: rgba(231,231,231,.8); */
  /* --subscribeButtonHoverBackground: rgba(212,212,212,.8); */
  /* --subscribeButtonTextColor: #000; */

  /* .likely-light */
  /* --subscribeButtonBackground: rgba(236,236,236,.16); */
  /* --subscribeButtonHoverBackground: rgba(255,255,255,.48); */
  /* --subscribeButtonTextColor: #fff; */
  
  --marginTop: 48px;
  --marginLeft: 6%;
  --marginRight: 6%;
  --marginTopCompact: 18px;
  --marginLeftCompact: 3%;
  --marginRightCompact: 3%;

  --displayLogoMarginal: none;
  --displayLogo: block;
  --displayLogoCompact: block;

  /* --columnSpacing */

  --logoTop: -8px;
  --blogTitleFontSize: 28px;
  --blogTitleLineHeight: 32px;
  --pageHeadingFontSize: 36px;
  --pageHeadingLineHeight: 42px;
  --noteTitleFontSize: 40px;
  --noteTitleLineHeight: 48px;
  --noteTitleFavouriteFontSize: 40px;
  --noteTitleFavouriteLineHeight: 48px;
  --noteTextFontSize: 20px;
  --noteTextLineHeight: 32px;

  --mainFontFamily: "Montserrat", "Helvetica", "Arial", sans-serif;
  --noteMainFontFamily: "Source Serif 4", Georgia, serif;
  /* --smallFontFamily: "Source Serif 4", Georgia, serif; */

  /* --time */

}

.e2-text .lead {
  font-family: var(--mainFontFamily);
  font-size: 20px;
  line-height: var(--noteTextLineHeight);
  font-weight: 400;
  margin: 0 0 24px;
}

.e2-text .ttl {
  font-family: var(--mainFontFamily);
  font-size: 20px;
  line-height: var(--noteTextLineHeight);
  font-weight: bold;
  margin: -16px 0 10px;
}

.e2-text .ttle {
  font-family: var(--mainFontFamily);
  font-size: 20px;
  line-height: var(--noteTextLineHeight);
  font-weight: bold;
}

.e2-text .ttll {
  font-family: var(--mainFontFamily);
  font-size: 20px;
  color: #b71c1c;
  line-height: var(--noteTextLineHeight);
  font-weight: bold;
  margin: 0 0 24px;
}

.e2-text .sign {
  font-family: var(--noteMainFontFamily);
  font-size: 14px;
  line-height: 8px;
  font-style: italic;
  opacity: .8;
}

.e2-note-favourite .e2-text .lead {
  font-size: var(--noteTitleFontSize);
  line-height: var(--noteTitleLineHeight);
}

.e2-text .loud {
  background-color: #fff200;
  font-family: var(--mainFontFamily);
  font-weight: bold;
  font-size: 40px;
  line-height: 48px;
  max-width: 720px;  
  padding: .4em 0 .5em;
  border: none;
  box-shadow: -0.8em 0 0 #fff200, 0.8em 0 0 #fff200;  
  margin: 20px 0 40px;
}

		.menu-buttons{
			width: 100%;
			text-align: center;
			line-height: 42px;
		}
		.menu-buttons ul{
			padding: 0;
			margin: 0 auto;
			display: inline-block;
		}
		.menu-buttons ul, .menu-buttons ul li{
			list-style: none;
			display: inline-block;
			font-family: 'Montserrat', sans-serif;
		}
		.menu-buttons li a{
			display: block;
			color: #4c4e4d; /* #101587 */
			text-decoration: none;
			font-weight: 800;
			text-transform: uppercase;
			text-align: center;
			width: 64px;
			height: 28px;
			border: 3px solid #4c4e4d;
			font-size: 18px;
			line-height: 24px;
			box-sizing: border-box;
			border-radius: 25px;
			transition: 0.3s;
			opacity: 1;
		}
		.menu-buttons li a:hover{
			color: #aa00ff;
			border-color: #aa00ff;
			font-size: 19px;
			opacity: 1;
		}
		.menu-buttons li a:active{
			color: #ffffff;
			border-color: #aa00ff;
			background-color: #aa00ff;
		}
		
@media screen and (min-width: 1050px) {
    .e2-text .aside {
        position: relative;
        text-align: left;
        max-width: 240px;
        margin-left: 4%;
        margin-top: .2em;
        float: right;
        clear: right;
    }
}
.e2-text .aside {
    line-height: 22px;
    font-size: 14px;
    font-style: italic;
    opacity: .8;
}

.e2-comment-meta-area {
    line-height: 28px;
}

.e2-comment-content-area {
    font-family: var(--noteMainFontFamily);
    font-size: 16px;
    line-height: 28px;
}

.counter {
    float: right;
    opacity: .5;
    margin-top: 10px;
}
