/*
2021 dlinc
*/
* {
border:none;
margin:0;
margin-bottom:0;
}
::-webkit-scrollbar {
    width: 4px;
}
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 1px;
}
::-webkit-scrollbar-thumb {
    background: grey;
    border-radius: 1px;
}
::-webkit-scrollbar-thumb:hover {
    background: #ce9b11;
}
html {
	margin:0;
	padding:0;
	border:0;
	height:100%;
	background: #AFB7E6;
 }

body {
	margin:0;
	padding:0;
	border:0;
	font-family:'Hoefler Text','Baskerville Old Face',Garamond,'Times New Roman',serif;
	font: 20px 'Hoefler Text', bodyfont, serif;
	font-weight: 500;
	color: rgba(225, 225, 236, 0.85);
  	line-height: 30px;
  	height:100%;
	background-repeat: no-repeat;
	background-position: left top;
	background-attachment: fixed;
	background-size: 100% 100%;
}
.body1 {
	background-image: url("back6.jpg");
}
.body5 {
	background-image: url("back11.jpg");
}
.body6 {
	background-image: url("back12.jpg");
}
.body13 {
	background-image: url("back13.jpg");
}
.body14 {
	background-image: url("back14.jpg");
}
h1 {font-family: Helvetica, sans-serif; font-size: 1em; color: #C0C0C0; font-weight:normal;  padding: 20px 0px 0px 0px;}
h2 {font-family: Helvetica, sans-serif; font-size: 1.5em; color:#C0C0C0; line-height:26px; font-weight:normal; padding: 5px 0px 10px 0px;}
h3 {font-family: Helvetica, sans-serif; font-size: 22px; color:#C0C0C0; line-height: 25px; text-indent: 0px; padding:1.0em;font-weight: 400;}
h4 {font-family:  Helvetica, sans-serif; font-size: .8em; color:#C0C0C0; margin:0;padding:0;font-weight: 400;}
h5 {font-size: 9pt; color:#ccc;margin:0; padding:0; font-weight: 400;}

blockquote{border-left:1px solid #A5ABAB; margin:0px; padding:0 12px 0 12px;}

p {line-height: 30px; margin:30px auto; text-indent: 0px;}
pre { font:inherit;}
img{
border:none;
width: 100%
}
img a{border:none;}
img.about {
	max-width:50%;
	margin: 5px;
}
a,
a:link,
a:visited {
	color:rgba(225, 225, 236, 0.85);
	text-decoration: underline currentColor solid!important;
	text-underline-position: under;
	font-variant: small-caps;
	transition: transform 1.5s;
}
a:hover,
a:link:hover,
a:visited:hover {
	color: #95a5a6;
	transition: transform 1.5s;
}

a.heavy,
a.heavy i,
span.heavy {
	font-weight:600!important;
}
#container {
	height:100%;
}
#content {
	height:94%;
	overflow-y: auto;
	overflow-x: hidden;
}
#brand {
	margin-top:30px;
	margin-left:64px;
	font-family: Helvetica, sans-serif;
	font-size: 1.9em;
	color: rgba(243, 188, 7, 0.753);
	font-weight:normal;
	padding: 5px 0px 20px 0px;
	line-height: 46px;
}
#brand span {
	color: rgba(51,51,51,0.7);
	font-size: .8em;
	font-weight: bold;
	margin-left:15px;
}
#brand a {
	font-weight: 700;
	font-variant: normal;
	color:rgba(243, 188, 7, 0.753);
	text-decoration: none!important;
}
#brand a:hover{
	color:hsl(271, 26%, 43%)!important;
	text-decoration: none;
}
#brand.brand2 a{
	color: rgba(167, 147, 76, 0.753);
}
div.separator{
  margin:75px 0;
  height: 1px;
  background-image: linear-gradient(to right, #ccc, #333, #ccc);
}
.post {
	margin-left:64px;
	margin-right:20px;
	margin-bottom:10px;
}
.post{
	max-width: 30em;
}
.item,
.itemHead{
	padding: 1em;
	background-color: rgba(8, 9, 12, 0.25);
	border-radius: 5px;
}
a.itemBrand,
.itemBrand {
	padding: 1em 0 1em 1em;
}
.itemDots{
	padding:1em;
	color: rgba(47, 47, 53,0.85);
	font-weight: 600;
}
.itemTitle,
a.itemTitle {
	font-weight: 500;
	color: rgba(243, 188, 7, 0.753);
	padding:1em 0 1em 0;
}
a.itemTitle:hover {
	color:rgba(78, 19, 129)!important;
}
div.indent {
	margin-top:10px;
	margin-bottom: 10px;
	padding:1em 1em;
	border-radius: 10px;
	background-color:rgba(67, 52, 80, 0.30)!important;
}
h3.noindent,
p.noindent {
  margin-left:0;
  margin-right:0;
}
span.interview-brand{
	font-size: small;
	font-variant: small-caps;
	font-style:italic;
}
p.interview-mission {
	margin-top:10px;
	margin-bottom: 10px;
	padding:1em 1em;
	border-radius: 10px;
	background-color:rgba(119, 106, 54, 0.35);
	font-variant: small-caps;
	font-size:small;
	line-height: 1.3rem;
}
span.interview-host {
	color:rgba(243, 188, 7, 0.753);
	font-weight: bold;
	font-variant: small-caps;
	padding-right:.3em;
}
span.interview-guest {
	color:rgba(78, 19, 129)!important;
	font-weight: bold;
	font-variant: small-caps;
	padding-right:.3em;
}
.item strong{font-family: Georgia, 'Times New Roman', Times, serif; font-weight: bold; color: #555555;}
.item.sizemin p{font-size:0.8em;}
div.byline{
	width: 100%;
    text-align: right;
	padding-top: 1em;
    padding-right: 2em;
	color: rgba(236, 240, 241,1.0);
}
a.byline {
	font-size: 1.1em;
	color:rgba(225, 225, 236, 0.85);
}
div.readMore a{
  position: relative;
  width:auto;
  display: block;
  color: rgba(236, 240, 241,1);
  padding: 4px 0;
  text-decoration:none!important;
  transition: 0.5s;
  font-family:initial;
  white-space: pre;
}
div.readMore a::after {
	position: absolute;
	content: "";
	width: 150px;
	height: 3px;
	top: 100%;
	left: 0;
	background:rgba(243, 188, 7, 0.753);
	transition: transform 0.5s;
	transform: scaleX(0);
	transform-origin: right;
  }
  div.readMore a:hover {
	color: rgba(149, 165, 166,1);
  }
 div.readMore a:hover::after {
	transform: scaleX(1);
	transform-origin: left;
  }

#footer {
	position:fixed;
	bottom:.1%;
	clear: both;
	width:100%;
	max-width: 52.662em;
	display:flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: nowrap;
	align-items: baseline;
	align-content: center;
	color:inherit;
	font-size:15px;
	font-family:helvetica, sans-serif;
	font-weight: 700;
	font-variant: normal;
	letter-spacing:4px;
}
#footer a,
#footer .aon {
  text-decoration: none!important;
  padding:4px 8px 4px 8px;
}
#footer a:hover{
	color: rgba(48, 48, 48,1)!important;
	text-decoration: none;
}
body.body6 #footer a{
	color:rgba(51,51,51,0.7);
}
div.shareDiv {
	position: absolute;
	border: 0;
    right: 2em;
    top: 2em;
	height:auto;
}
.shareDiv img {
	width: 2em;
    display: block;
    padding-bottom: 1em;
	opacity:0.7;
}
.shareDiv img:hover {
	opacity: 0.9;
}
.gallery {
	width:100%;
	padding:0;
	color:inherit;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-content: space-between;
}
.gallery-item {
	width:33%;
	margin-bottom:20px;
	flex-basis: auto;
	text-align: top;
}
.gallery-item-div {
	padding: 0 5px;
}
.gallery-item img {
	max-width: 100%;
	max-height: auto;
}
.gallery-item.gallery-long img {
	max-width:350px;
}
.gallery-item p {
	margin: 10px;
}
.gallery-caption {
	font:inherit;
	font-size:0.7em;
	line-height:1.0em;
	margin:0 12px;
}
.gallery-text-small {
	font-size: small;
}
.gallery-text-smaller {
	font-size: smaller;
}
ul.gallery{
	list-style-type: none; 
	padding: 0; 
	margin: 0;
}
.gallery-separator{
	margin:75px 0;
	height: 1px;
	background-image: linear-gradient(to right, #ccc, #333, #ccc);
	opacity:0;
}
.text-nm {
	margin: 0!important;
}
.text-center{
	text-align: center;
}
.text-head {
	font-size:larger!important;
}
.text-dbl,.text-2-5{
	line-height: 2.5em;
}
.text-stretched {
	line-height: 1.8em;
}
.text-mono {
	font-family: 'Courier New', Courier, monospace;
}
.panel1 {
	border-radius: 5px;
}
.Xscrim1{
	background-color: rgba(8, 9, 12, 0.15);
}
/*
@keyframes anim-pan-right-1 {
	0%    {  background-position: 0% 0%; }
	50%    {  background-position: 30% 0%; }
	100%   { background-position: 60% 0%; 
		color: rgba(74, 74, 77, 0.85);}
}*/
/*@keyframes anim-square-1 {
	0%    {  background-position: 0% 0%;
			color: rgba(225, 225, 236, 0.85); }
	25%   { background-position: 100% 0%;
			xcolor: rgba(74, 74, 77, 0.85);
			color:rgba(171, 168, 218, 0.953); }
	50%   { background-position: 100% 100%;
		xcolor: rgba(0, 0, 0, 0.85);
		color: rgba(74, 74, 77, 0.85);}
	75%  { background-position: 0% 100%;
		xcolor: rgba(0, 0, 0, 0.85);
		color: rgba(243, 188, 7, 0.753);}
	100%  { background-position: 0% 0%}
}
*/
/* defensive hacks, etc */
iframe #launcher{
	display: none;
}
/* very small - watches, etc */
@media (min-width: 1px) and (max-width: 269px) {
::-webkit-scrollbar {
	display: none;
}
body.body1 {
	background-size: 300px 100%;
	font-size: 14px;
	}
	#content {
	overflow-x: scroll;
	}
	#content.byline {
	width:100%;
}
.post {
	margin: unset;
}
.widediv {
	max-width: none;
	width: -moz-fit-content!important;
	width: fit-content!important;
	block-size: fit-content!important;
	padding: 1em;
	background-color: rgba(8, 9, 12, 0.25);
	border-radius: 5px;
}
#content {
	overflow-x: auto;
}
#brand{
	margin-top: 0px;
	margin-left:18px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	line-height: 26px;
}
#brand span {
	display: block;
	margin:unset;
}
.itemBrand,
.itemTitle,
a.itemTitle {
	display:block;
	padding:unset;
}
.itemDots {
	display:none;
}
#footer a{
	font-size: 11px;
	display:block;
	padding-left:1%;
}
#footer span {
	display:none;
}
.shareDiv {
	display:none;
}
}
/* phones, phablets */
@media (min-width: 270px) and (max-width: 480px) {
::-webkit-scrollbar {
	display: none;
}
body.body1 {
    background-size: 800px 100%;
	font-size: 16px;
 }
 #content {
	overflow-x: scroll;
 }
 #content.byline {
	width:100%;
}
.post {
	margin: unset;
}
.widediv {
	max-width: none;
	width: -moz-fit-content!important;
	width: fit-content!important;
	block-size: fit-content!important;
	padding: 1em;
	background-color: rgba(8, 9, 12, 0.25);
	border-radius: 5px;
}
#brand{
margin-left: 20px;
}
.itemBrand,
.itemTitle,
a.itemTitle {
	display:block;
	padding:unset;
}
.itemDots {
	display:none;
}
#brand span {
	display: block;
	margin-left:0;
	line-height: 22px;
}
div.shareDiv {
	top:1em;
	right:1em;
}
.shareDiv img {
    right: 1em;
    top: 1em;
	width:1.5em;
}
.gallery-item {
	width:100%;
	text-align: left;
	xmargin-right:0;
}
.gallery-item img {
  max-width: 100%;
}
.gallery-caption {
	margin: 10px 12px 15px 0;
}
.gallery-item p {
	margin: 2px;
}
.gallery-separator{
	opacity:1;
}
}
/* large and small tablets */
@media (min-width: 481px) and  (max-width:1025px) {
	::-webkit-scrollbar {
		display: none;
	}
	body.body1{
		background-size: 1130px 100%;
		font-size: 18px;
	}
		#content {
		overflow-x: scroll;
		}
		#content.byline {
		width:100%;
	}
	.post {
		margin: unset;
		max-width: 90%;
	}
	.widediv {
		max-width: none;
		width: -moz-fit-content!important;
		width: fit-content!important;
		block-size: fit-content!important;
		padding: 1em;
		background-color: rgba(8, 9, 12, 0.25);
		border-radius: 5px;
	}
	#content {
		overflow-x: auto;
	}

.gallery-item {
	width:50%;
	xpadding: 10px 4px;
}
.gallery-item-div {
	padding: 0 15px;
}
}

/* large screens */
@media (min-width: 1800px) {
html {
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
}
