/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300');


* {
    margin: 0;
    padding: 0;
}

html {
  max-width: 1440px;
  padding: 0 1em;
  margin: auto;
}

body {
    color: #00a9ff;
    font: normal 100%/1 Cambria, Georgia, serif;
    background: black url("../images/bkg1.jpg") bottom right no-repeat;
	background-size: 80%;
    font-weight: 100;
}

.nobkgimg { background-image: none  !important; }

.section { font-style: italic; font-size: 1.2em; }
	
 }

span.cursive { font-style: italic; }

h1 {
    color: #DDB644;
	  color: rgba(221, 182, 68, 1);
    font: small-caps bold 0.8em Constantia, Palatino, Georgia, serif;  /* 12px / 16px */
    letter-spacing: 0.2em;
    padding: 2em 0.5em 0.5em;
    text-align: center;
    text-transform: uppercase;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
	hyphens: none;
}

h1 a,
h1 i {
    display: block;
    font-variant: normal;
    font-weight: normal;
    letter-spacing: 0;
    padding-bottom: 1em;
	line-height: 1.1em;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

h1 a {
    font-size: 2em;     /* 28px / 12px */
    text-transform: none;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

h2 {
    color: #DDB644;
    color: rgba(221, 182, 68, 1);
    font: 1.5em Constantia, Palatino, Georgia, serif, italic;  /* 12px / 16px */
	font-style: oblique;
    letter-spacing: 0;
    text-align: center;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

h3 {
    color: #ddb644;
    color: rgba(221, 182, 68, 1);
    font: 1.1em Constantia, Palatino, Georgia, serif;  /* 12px / 16px */
    letter-spacing: 0;
	margin-top: -0.5em;
    padding-bottom: 2em;
    text-align: center;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

h4 {
    color: #ddb644;
    color: rgba(221, 182, 68, 1);
    font: 1.1em Constantia, Palatino, Georgia, serif;  /* 12px / 16px */
	font-style:italic;
	letter-spacing: 0;
    padding-bottom: 0;
    text-align: left;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}
h5 {
    color: #00a9ff;
    font: 0.9em Constantia, Palatino, Georgia, serif;  /* 12px / 16px */
	letter-spacing: 0;
    padding-top: 2em;
    text-align: center;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.contents {
  color: #00a9ff;
  font: normal 100%/1 Cambria, Georgia, serif;
  text-align:center;
  line-height:1.5;
}

p {
    margin: 0 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
	padding-top: 0.5em;
    line-height: 1.3em;
}

p+p {
    text-indent: 1.6em;
}

.poem p {
    text-indent: 0;
}

.article {
    line-height: 1.6;
    margin: 0 auto 3em;
    width: 60%;
    min-width:270px;
	text-align: justify;
	text-justify: auto;
}
.page {
    line-height: 1.6;
    margin: 0 auto;
    width: 60%;
    min-width:270px;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
	font-size: 100%;
	text-align: justify;
	text-justify: auto;
}

.poem {
    line-height: 1.6em;
    margin: 0 auto;
    width: 60%;
    min-width:270px;
	text-align: left;
	font-size: 100%;
    margin-bottom: 0.4em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.poem-left {
    line-height: 1.6;
    margin: 0 auto;
    width: 60%;
    min-width:270px;
	text-align: left;
	font-size: 100%;
    margin-bottom: 1.6em;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}

.poem-txt {
    line-height: 1.2;
    margin: 0 auto;
    margin-top: 1.6em;
    width: 80%;
    min-width:270px;
	font-size: 100%;
    text-shadow: 0 0 3px rgba(0, 0, 0, 1);
}


.home {
	padding-top: 5em;
	padding-left: 20%;

	padding-bottom: 12em;
	width: 75%;
	font-size: 100%;
	line-height: 1.6;
	font-style:italic;
	text-shadow: 0 0 3px rgba(0, 0, 0, 1);
	text-align: center;
}

.lead {
    font-style: normal;
    font-weight: normal;
    text-transform: lowercase;
    font-variant: small-caps;
    letter-spacing: 0.1em;
    font-size:1em;
}

/* Capitalize 1st line = 3rd para in .article - This wrongly affect 3rd Category page link*/
.article :not(.category a, blockquote, li):nth-child(3):first-line {
     font-style: normal;
     font-weight: normal;
     font-variant: small-caps;
     font-feature-settings: "smcp" 1;
     -moz-font-feature-settings: "smcp" 1;
     -moz-font-feature-settings: "smcp" 1;
     -ms-font-feature-settings: "smcp" 1;
     -o-font-feature-settings: "smcp" 1;
     -webkit-font-feature-settings: "smcp" 1;
     font-feature-settings: "smcp" 1;
     letter-spacing: 0;
     font-size:1.2em;
 }

.category { padding-top: 2em; }


blockquote {
    font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
    font-size: 90%;
    border-left: 1px double #DDB644;
	padding: 1em 2em 1em;
    margin: 1em;
	width: auto;
    line-height: 0.9;
    font-style: normal ;
    text-indent: 0
    display: block;
	z-index: -999;
	transform: scale(.9, 1);
	border-radius: 20px;
}

blockquote small, cite {
      font-style: normal;
      color: #111;
}

.quotecaption { font-size:95%; font-style:italic; }

.poetry { line-height:1.7; text-indent: 0; }

.red {
    color: #ff3300;
}

.h1-sm { font-size: 0.9rem; }
.h1-vsm { font-size: 0.9rem; font-style:italic; }

.imgright {
    float: right;
    max-width: 550px;
    width: 40%;
    margin-left: 1.5em;
	margin-top: 1.5em;
    z-index: 999;
}

.imgleft {
    float: left;
    max-width: 550px;
    width: 50%;
	margin-right: 1.5em;
	margin-top: 1.5em;
    z-index: 999;
}


img, video {
    max-width: 100%;
    height: auto;
    display: block;
	padding-bottom: 0.5em;
}

.imgcaption {
      text-align: right;
      font-size: 60% !important;
      font-family: "Palatino Linotype","Book Antiqua",Palatino,serif;
      line-height: 1.1em;
      padding-bottom: 1em;
	  margin-top: -0.75em;
      text-decoration: none;
      display: block;
  }

.imgcaption a {
    color: #00a9ff;
	hyphens: none;
}

.copy {
    text-align: center;
    color: #999;
    font-size: 0.85em;
    font-family: 'Open Sans', sans-serif;
    font-variant: small-caps;
    font-weight: 100;
    line-height: 1.1em;
    padding: 2em;
	letter-spacing: 2px;
	clear: both;
}

.visible {
    transition: opacity 2s ease, visibility 1s ease;
}

b { letter-spacing: 1px; }

.blue { color: #00a9ff !important; text-align: center; }

.chapter { display: block; letter-spacing: 0.1em; font-size: 1.2em; text-align: center; padding-top: 2em; }

/* Landscape phone to portrait tablet */
@media (max-width: 360px) {
    .article, .page, .poem {
        width: 90%;
    }
    .imgright {
        max-width: 360px;
        margin: 0 auto;
        width: 98%;
    }
    blockquote { clear: right; }
    

}

sup { position: relative; bottom: 1ex; } sub { position: relative; bottom: -1ex; }

.rndr {
    content-visibility: auto;
    contain-intristic-size: 1080px;
}

/* Landscape phone to portrait tablet */
@media (min-width: 361px) and (max-width: 767px) {
    .article, .page, .poem {
        width: 95%;
    }
    blockquote { clear: left; }

}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .article, .page, .poem {
        width: 80%;
    }
    blockquote { clear: left; }

}

@media (min-width: 980px) {
    .article, .page, .poem {
        width: 70%;
    }
     blockquote { clear: left; }

}
