@font-face {
	font-family: 'GeosansLight';
	src: url('https://bradanlane.com/fonts/GeosansLight.woff');
	font-weight: normal;
	font-style: normal;
}

.fg-light	{  color: var(--light);		}
.fg-ltcolor	{  color: var(--ltcolor);	}
.fg-color	{  color: var(--color);		}
.fg-dkcolor	{  color: var(--ltcolor);	}
.fg-dark	{  color: var(--dark);		}
.bg-light	{  background-color: var(--light);		}
.bg-ltcolor	{  background-color: var(--ltcolor);	}
.bg-color	{  background-color: var(--color);		}
.bg-dkcolor	{  background-color: var(--ltcolor);	}
.bg-dark	{  background-color: var(--dark);		}

body {
	font-size: 1.8em;
	line-height: 1.4;
	font-weight: 400;
	font-family: "GeosansLight", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 0.1rem;
}

html {
	background-color: var(--dark);
	color: var(--light);
	scrollbar-color: #444 var(--dark);
}
h1, h2, h3, h4, h5, h6 {
	letter-spacing: inherit;
}

a {
	text-decoration: none;
	color: var(--color);
}
.underline {
text-decoration: underline;
}

li {
	 text-align: left;
	 padding-left: 4rem;
	 text-indent: -2rem;
}
.print-only {
	display: none;
}

.no-dot {
	list-style: none;
 }

.strike {
  text-decoration: line-through;
}

 .name-obfuscation {
	unicode-bidi:bidi-override;
	 direction:rtl;
}

.title {
	margin-bottom: 1rem;
	line-height: 0em;
}

.heavy {
	font-weight: 600;
}

.indent-block {
	display: block;
	margin-left: 4em;
}
.container .side-bar {
    display: block;
    margin-left: 4em;
    border-left: 2px solid var(--dkcolor);
    text-align: left;
    padding-left: 10px;
    color: var(--dark);
	font-size: 0.85em;
}



.code-item-half, .code-item, .key-button, .menu-button, .header-button {
	display: inline-block;
	margin: 0;
	padding: 0px 0.5em;
	background-color: var(--dkcolor);
	border: 1px solid var(--dkcolor);
	border-radius: 1em;
	font-size: 0.85em;
	line-height: 1.4em;
	height: 1.3em;
	color: var(--light);
}
.header-button {
	margin: -1em -5px 0 -7px;
	color: var(--light);
}

.code-item-half, .code-item, .key-button {
	border-radius: 0.25em;
}
.code-item-half, .code-item {
	background-color: rgba(0,0,0, 0.1);
	color: var(--dark);
	border-radius: 0.1em;
	width: 4em;
	text-align:center;
	margin: 0;
	padding: 0;
}
.code-item-half {
	width: 1.75em;
}

.code-list {
    display: block;
    margin-left: 0em;
	font-size: 0.85em;
}
.code-list li {
	margin: 0;
	padding: 0;
}

.strike {
	text-decoration: line-through;
	font-style: italic;
}

.line-color {
	display: inline-block;
	width: 75%;
	height: 1px;
	background-color: var(--color);
}

.keep-together {
	display: inline-block;
}

.logo {
	width: 50%;
	max-width: 256px;
}

.logo-small {
	width: 25%;
	max-width: 128px;
}

.story {
	font-style: italic;
	color: var(--color);
}

/* .doc-img6 img, .doc-img5 img, .doc-img4 img, .doc-img3 img, .doc-img2 img, .doc-img1 img*/ 
.doc-img-right {
	width: 95%;
}
.doc-img-right .img-img {
	width: 100%;
}

.doc-img {
	display: inline-block;
}

.doc-img .img-img {
	display: block;
	max-width: 100%;
}

.doc-img .doc-split {
	display: inline;
}

/* Sections �������������������������������������������������� */
.container::after {
	content: '\A';
	white-space: pre;
	clear: both;
}

.container p {
	text-align: justify;
}

.container div {
	text-align: center;
	/* padding: 0.5rem 0 1rem; */
}

.container .left {
	text-align: left;
}

.container img {
	max-width: 100%;
}

.section {
	padding: 2rem 0 1rem;
	text-align: center;
	/* border-bottom: 1px solid var(--color); */
}

/* banner �������������������������������������������������� */
.banner {
  /* background-image: url('../img/backdrop.png'); */ 
  background-size: cover;
  background-position: center;
  color: var(--color);
  padding: 3rem 0 3rem;
  text-align: center;
  background-color: var(--light);
}

.banner h1 {
	font-size: min(6vw, 72px);
	text-shadow: 2px 2px 8px rgba(0,0,0,1.0);
	font-weight: bold;
}

/* Intro �������������������������������������������������� */
.intro {
	background-color: var(--dark);
	color: var(--light);
}

.intro h4 {
	color: var(--color);
}

.shift-up {
	margin-top: -8em;
}

.intro .box {
	font-size: 2.4rem;
	padding: 4px 16px;
	border: 1px solid var(--color);
}

/* Details �������������������������������������������������� */
.details {
	background-color: var(--light);
	color: var(--dark);
}

.details .box {
	font-size: 2.4rem;
	padding: 4px 16px;
	border: 1px solid var(--dark);
}

/* gallery  �������������������������������������������������� */

.gallery {
  background-color: var(--light);
  color: var(--dark);
}

.gallery .photo {
	display: inline-block;
}
.gallery .photo {
	display: inline-block;
	text-align:center;
	width: 100%;
	margin: 2px 8px 8px 2px;
}

.gallery .photo img {
	box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
}
.gallery .photo p {
	text-align:center;
}

.gallery .photo a {
	text-decoration: none;
	color: var(--dark);
}


/* Videos �������������������������������������������������� */
.videos {
	background-color: var(--light);
	color: var(--dark);
}

.video-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%;
	margin-bottom: 4.8rem;
}

.video-frame {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

/* News �������������������������������������������������� */
.news {
	background-color: var(--light);
	color: var(--dark);
}

.news .row {
	padding: 4px 16px;
	border: 1px solid var(--dkcolor);
	margin-bottom: -1px;
}

/* Spoilers ������������������������������������������������� */

.spoilers-buttons {
	display: block;
	font-weight: bold;
	margin-bottom: 1rem;
}
.spoilers-buttons .spoiler-button {
	background-color: var(--dkcolor);
	color: var(--light);
	border-radius: 4px;
	margin: 2px;
	padding: 0 4px;
	min-width: 30%;
	font-size: 1rem;
	font-weight: normal;
}

.spoilers-text .animate {
	transition: all 1s ease;
}

.spoilers-text .spoiler-text {
	max-height: 0;
	opacity: 0;
	color: var(--dark);
	display: grid;
	grid-template-columns: max-content auto;
	text-align: left;
	font-size: 1.8rem;
}
.spoilers-text .spoiler-text .spoiler-title {
	font-weight: bold;
	display: block;
	margin-right: 12px;	
	width: 8em;
	text-align: left;
}

.spoilers-text .spoiler-text .spoiler-description {
	font-weight: normal;
	display: block;
	text-align: left;
	z-index: 1;
}

.spoilers-text .spoiler-expose {
	max-height: 100%;
	opacity: 1;
	color: var(--dark);
	border-top: 1px solid var(--dark);
	padding-bottom: 1rem;
	padding-top:4px;
}

/* Social �������������������������������������������������� */
.social {
	padding: 2rem 0 1rem;
	background-color: var(--dark);
	color: var(--fg-color);
}
.social img {
  max-width: 64px;
}

/* Categories �������������������������������������������������� */
.categories {
  /*
  background-image: url('../images/intro-bg.jpg');
  background-size: cover;
  */
  color: #fff;
}
.categories .section-description { 
  margin-bottom: 4rem;
}

.link-bar {
	display: inline-block;
	width: 100%;
	height: 43px;
	font-size: 30px;
	line-height: 42px;
	border-top: 1px solid var(--light);
	/* border-bottom: 1px solid var(--light); */
	color: var(--fg-light);
	background-color: var(--color);
}

.link-bar-blank {
	display: inline-block;
	max-width: 100%;
	font-size: 30px;
	line-height: 42px;
	margin-top: 24px;
}
.link-bar-blank img {
	max-width: 100%;
	max-height: 72px;
}
/* Size Adjustments �������������������������������������������������� */

/* Bigger than 550 */
@media only screen and (min-width: 550px) {
}

/* Bigger than 720 */
@media only screen and (min-width: 720px) {
	.doc-img-right {
		float: right;
		width: 30%;
		margin-left: 8px;
		margin-right: 4px;
	}

	.header-button {
		font-size: 1.2em;
	}
	
	.code-list {
		margin-left: 5em;
	}
	.side-bar {
		margin-left: 4em;
	}

	.gallery .photo {
		display: inline-block;
		text-align:center;
		width: 48%;
		height: 320px;
	}
	.doc-img-right {
		float: right;
		width: 30%;
		margin-left: 8px;
		margin-right: 4px;
	}
	.doc-img {
		width: 100%;
	}	
	.doc-img .doc-split {
		width: 100%;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
	}
	.doc-img .img-img {
		width: 100%;
	}

	.link-bar-blank {
		max-width: 45%;
		max-height: 45%;
	}
	.link-bar-blank img {
		max-width: 100%;
		max-height: 100%;
	}
	}

/* Bigger than 1000 */
@media only screen and (min-width: 1000px) {
	html {
		font-size: 14px;
	}

	.sara-small {
		max-width: 180px;
	}
	.code-list {
		margin-left: 8em;
	}
	.side-bar {
		margin-left: 4em;
		font-weight: bold;
	}
	
	.banner {
		padding: 4rem 0 4rem;
	}
	.banner h1 {
		font-size: min(9vw, 120px);
	}

		
}

/* Bigger than 1000 */
@media only screen and (min-width: 1400px) {
	.code-list {
		margin-left: 10em;
	}
	.doc-img {
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}

@media print {
	/* the "body", "container p", "h2", and "code..." styles are only being changed to make the document look more like and old-military field manual */
	body {
		font-size: 1.4em;
		line-height: 1.3em;
		font-weight: 400;
		font-family: "Courier New", sans-serif;	
	}
	.container p {
		text-align: left;
	}
	
	h2 {
		font-size: 3.2rem;
		font-weight: bold;
	}
	/*
	.code-item-half, .code-item, .key-button, .menu-button, .header-button {
		line-height: 1.3em;
		height: 1.2em;
	}
	*/

	.code-item-half {
		width: 1.5em;
	}
	
	html, .intro, .details {
		background-color: white;
		color: black;
	}
	.banner {
		margin: 0 0 -3em 0;
		background-size: 0;
		background-color: white;
		color: black;
	}

	.title {
		page-break-before: always;
	}
	.screen-only, .social {
		display: none;
	}
	.print-only {
		display: inherit;
	}

	.doc-img-right {
		float: right;
		width: 30%;
		margin-left: 8px;
		margin-right: 4px;
	}

	.header-button {
		font-size: 1.1em;
	}
	
	.code-list {
		margin-left: 5em;
	}
	.container .side-bar {
		margin-left: 1em;
	}

	.gallery .photo {
		display: inline-block;
		text-align:center;
		width: 48%;
		height: 320px;
	}
	.doc-img-right {
		float: right;
		width: 30%;
		margin-left: 8px;
		margin-right: 4px;
	}
	.doc-img {
		width: 100%;
	}	
	.doc-img .doc-split {
		width: 100%;
		display: flex;
		align-content: center;
		align-items: center;
		justify-content: center;
	}
	.doc-img .img-img {
		width: 100%;
	}

	.link-bar-blank {
		max-width: 45%;
		max-height: 45%;
	}
	.link-bar-blank img {
		max-width: 100%;
		max-height: 100%;
	}

}