﻿@import "jquery-ui-kbPath.css";
@import "video-js.min.css";
a {
	text-decoration:none;
	outline:none;
   	border:none;
    color: white;
}
img {
	outline:none;
	border:none;
}
html {
	min-height: 100%;
	text-shadow: 0px 0px 2px #000;
}
	html a:hover {
		text-decoration: underline;
	}
	html a:active {
		text-decoration: none;
	}
	html a:visited {
		text-decoration: none;
	}
body {
	height:100vh;
	overflow-y:scroll;
	overflow-x: hidden;
	touch-action: pan-y;
	background-color:#003256;
	margin:0 auto;
	padding:0;
	color:white;
	font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif;
	font-size:smaller;
	display: flex;
	flex-direction: column;
}
picture {
	position: absolute;
	top: 7%;
	left: 17%;
}
	@media screen and (max-width: 700px) { 
	picture {
		top: 10%;
		left: 25%;
	}
}
	@media screen and (max-width: 500px) { 
	picture {
		top: 15%;
	}
}
picture img {
		width: 30%;
}
div {
	margin-left:auto;
	margin-right:auto;
}
h4 {
	margin-bottom: 6px;
}
main {
	flex:1 0 auto;
	background-image: url(../img/lotw-semiTrans.webp);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
}
nav {
	margin: 0;
	padding: 30px 10% 10px 10%;
	background-color: rgba(0, 0, 0, 0.5);
	/*background-image: url(../img/footer.png);
	background-repeat: repeat;*/
	bottom:0px;
	text-align:center;
	width:80%;
}
	nav ul {
		display: inline;
}
	nav li {
		display: inline-block;
		padding: 0 15px 10px 15px;
		vertical-align: middle;
}
	nav img {
		width: 70px;
}
	nav li a {
	text-decoration: none;
}
ol {
	margin:0;
}
ul {
	list-style:none;
	margin:0;
	padding:0;
}
video {
	width: 90%;
	box-shadow: 0px 0px 20px 5pt black;
}
.vjs95p {
	width: 90%;
}
form input{
	border-radius: 4px;
	height: 30px;
	width: 100%;
	text-indent: 15px;
}
textarea {
	border-radius: 4px;
	/*background-image:url(../img/speakpriest.png); */
	background-position:center center; 
	background-repeat:no-repeat;	
	background-size: 100% auto;
}
blockquote {
	margin-top: 0;
	margin-left: 5%;
	font-style: italic;
	/*font-size: 85%;
	font-family: frag;*/
}
mark {
	background-color: #CCFF00;
}
@font-face {
    font-family: argos;
	src: url("../style/argos.woff") format('woff');
}
@font-face {
    font-family: papyrus;
	src: url("../style/Papyrus.woff") format('woff');
}
@font-face {
    font-family: impact;
	src: url("../style/impact.woff") format('woff');
}
@font-face {
    font-family: cnew;
	src: url("../style/CourierNew.woff") format('woff');
}
@font-face {
    font-family: frag;
	src: url("../style/FragmentMono.woff2") format('woff2');
}
@font-face {
    font-family: hans;
	src: url("../style/HansKendrickRegular.woff") format('woff');
}
#top {
	background-image: url(../img/stars1280.png);
	background-position: bottom;
	background-repeat:no-repeat;
   	background-size: 100% 129px;
    height: 256px;
}
	@media screen and (max-width: 1024px) { 
	#top {
	background-image: url(../img/stars1024.png);
   	background-size: 100% 102px;
    height: 236px;
	}
}
.title {
	background-image: url(../img/space51.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-attachment: fixed;
	backdrop-filter: none;
}
#middle {
	position: relative;
	z-index:3;
	max-width: 1422.23px;
	padding-bottom:100px;
	padding-top: 50px;
	margin: 0 auto;
	width: 95%;
}
	@media screen and (max-width: 555px) { 
	#middle { 
		padding-top: 0px;
	}
}
#news {
	margin: 0 auto;
	font-size: medium;
	text-shadow: none;
	font-family: hans;
}
	#news h3 {
		line-height:20px;
		font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif;
		font-weight: bold;
		font-size: small;
		vertical-align:middle;
		outline: none;
		display: flex;
		justify-content: space-between;
		max-height:18px;
	}
	#news h3 a {
		overflow: hidden;
		color: inherit;
		width:95%;
	}
	@media screen and (max-width: 1024px) {	
			#news h3 a {
			max-width:90%;
		}
}
	#news h3 div {
		margin:0;
	}
	#news .rl {
		color: #B70000;
	}
	#news a {
		color: #B70000;
	}
	#news ul {
		margin-top: 10px;
	}
		#news .screenplay ul {
			white-space:nowrap;
			padding-right:10%;
		}
	@media screen and (max-width: 1024px) {	
			#news .screenplay ul {
			padding-right:15%;
		}
}
	@media screen and (max-width: 700px) {	
			#news .screenplay ul {
			padding-right:20%;
		}
}
	#news li {
		padding-bottom: 12px;
		margin-left: 2%;		
	}
		#news .screenplay li {
			margin-left: 0px;		
			display:inline-block;
			white-space:normal;
			vertical-align:text-top;
			min-width:70px;
}
#listen {
	max-height: 30px;
	border: 2px solid #000;
	margin-bottom: 15px;
	width: 60%;
	max-width: 400px;
	background: #000;
	min-width: 200px;
	padding: 0px;
	text-align: right;
	white-space: nowrap;
	line-height: 30px;
}
#listen audio {
	height: 30px;
	width: 60%;
}
	@media screen and (max-width: 700px) {	
		#listen audio {
			width: 40%;
		}
	}
#listen span {
	color: #ffdb58;
	vertical-align: top;
	padding-right: 10%;
}
.screenplay {
	font-family: cnew;
	font-size: 12pt;
	display: inline-block;
}
.meme {
	text-align:center;
	color: #fff;
	font-family:impact; 
	font-size:x-large;
	letter-spacing:2px;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}
.center {
	text-align: center;
}
.centerjs {
	text-align: center;
	width: 90%;
}
.nxpv {
	padding-top: 15px;
	margin: 0 auto;
	width: 90%;
}
.nxpv-vjs {
	padding-top: 15px;
	margin: 0 auto;
	width: 100%;
}
.download {
	white-space:nowrap;
	max-width:700px;
}
.dbox {
	padding-top:60px;
	position: relative;
	display:inline-block;
	text-align: center;
	cursor:pointer;
}
	.dbox p {
		cursor:default;
	}
	.dbox img {
		max-width:105px;
	}
	.dbox #iphone {
		max-width:135px;
	}
	@media screen and (max-width: 700px) {	
	.dbox img {
		max-width:85px;
	}
	.dbox #iphone {
		max-width:115px;
	}
}
.copy {
	cursor:pointer;
	width:18px;
	content:url(../img/c4.svg);
	padding-left: 20px;
}
.success {
  content:url(../img/cm.svg);
}
.copied img {
	content:url(../img/copied.png);
}
.disabled {
	line-height: 23px; 
	color: #002B49; 
	text-shadow: none;
}
.thumbs {
	text-align: center;
	}
	.thumbs li {
		display: inline-block;
		padding: 0 7.5px 15px 7.5px;
	}
	.thumbs li img {
		padding-bottom: 15px;
}
.rssNews {
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 20px 20px 0;
}
	.rssNews img {
		vertical-align: middle;
	}
.rsStyle {
	background: rgba(0, 0, 0, .8);
	border-radius: 15px;
	box-shadow: 0px 0px 0px 2pt black;
	padding: 20px;
	}
	.rsStyle a {
		color: red;
		text-shadow: none;
	}
	.rsStyle li {
		padding-bottom:10px;
}
#ts a:hover {
	text-decoration: none;
}
	#ts a:active {
		text-decoration: none;
	}
.lnkspace {
	padding: 0px 10px 15px 10px;
	display: inline-block;
}
.pdf {
	padding: 0px 10px 15px 10px;
	display: inline-block;
}	
	.pdf img {
		width: 30px;
	}	
.learning {
	line-height: 16px;
	background-color: #608096;
	border-radius: 10px;
	padding: 10px;
	border: 1.7px solid #fff;
}
    .learning li {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        text-shadow: none;
    }
	.learning .favi {
		height: 30px;
	}
    @media screen and (max-width: 455px) {
    .learning li {
        font-size: xx-small;
    }
    }
    .learning a:hover {
        text-decoration: none;
    }
    .learning b {
       	text-shadow: 0px 0px 3px #2D5473;
	}
.papyrus {
	font-family: papyrus;
	font-size: 20pt;
	font-style: italic;
	font-weight: bold;
}
	.papyrus a {
		color: #FFFACD;
		text-shadow: 0px 0px 3px #000000;
	}
	.papyrus a:hover {
		text-decoration: none;
	}
.modal-container {
	position:fixed;
	z-index: 1000;
	visibility:hidden;
	background-color:rgba(255,255,255,.9);
	width:70%;
	max-width:200px;
	left:50%;
	padding:10px 10px 30px 10px;
	border-radius:7px;
	transform: translate(-50%, -50%);
	transition: transform 300ms ease-out;
	text-align:center;
	color:#5b5b5b;
	text-shadow:none;
	line-height: 2;
}
.modal-container a {
	color:#5b5b5b;
	text-shadow: none;
	font-weight: bold;
	}
.modal-container a:hover {
	text-decoration:none;
	}
	.modal:before {
		content:"";
		z-index: 999;
		background-color:rgba(0,0,0,.8);
		top:0;
		left:0;
		height:100%;
		width:100%;
	}
	.modal:target:before {
		display:block;
	}
	.modal:target .modal-container {
		top:50%;
		transform: translate(-50%, 0);
		visibility:visible;
	}

#x {
	padding-left:85%;
}
.comments {
	padding-left: 3%;
	padding-right: 3%;
}
.YouTube {
    overflow: hidden;
    position: relative;
    width:100%;
}
.YouTube::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.YouTube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
p.bubble {
	position: relative;
	width: 300px;
	text-align: center;
	line-height: 1.2em;
	margin: 15px 95% 25px 5%;
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 30px;
	padding: 0px;
}
p.thought {
	font-family:Verdana, Geneva, 'DejaVu Sans', sans-serif;
	width: 150px;
	border-radius: 400px;
	padding: 15px;	
}
p.bubble:before,
p.bubble:after {
	content: ' ';
	position: absolute;
	width: 0;
	height: 0;
}
p.thought:before,
p.thought:after {
	left: -3px;
	bottom: -11px;
	width: 27px;
	height: 27px;
	background-color: #fff;
	border: 2px solid #333;
	border-radius: 28px;
}
p.thought:after {
	width: 20px;
	height: 20px;
	left: -15px;
	bottom: -15px;
	border-radius: 18px;
}
.object-and-details {
  display: inline-block;
  position: relative;
}
.socialFlex {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	align-content: center;
}
.socialIcon {
	padding-left: 5%;
	text-align: center;
	flex: 1;
	flex-grow: 1;
	padding-bottom: 30px;
}
.socialIcon img {
	max-width: 100px;
	min-width: 50px;
	width: 75%;
	padding: 15px;
}
.flier {
    animation: fly 20s linear;
    position: absolute;
    top: 50px; 
    right: 0;
    transform: translateX(200px) translateY(50px) rotateZ(0deg);
	animation-delay: 2s;
	overflow-x: hidden;
}
	.flier img {
	width: 200px;
	}
	@media screen and (max-width: 1024px) { 
	.flier img {
	width: 120px;	
	}
	.flier {
		animation: fly 12s linear;
		top: 60px;
	}
}
@keyframes fly {
    0%	{
		display: block;
        transform: translateX(100%) translateY(50px) rotateZ(0deg);
    }
    40% {
        transform: translateX(-35vw) translateY(-35%) rotateZ(-30deg);
	}	
    60% {
        transform: translateX(-55vw) translateY(-40%) rotateZ(-45deg);
	}	
    100% {
        transform: translateX(-100vw) translateY(-10px) rotateZ(-90deg);
    }
}/*GIF pause*/
summary {
  background: #000;
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 2;
  border-radius: 50%;
  background-image: url("../img/pause.svg");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  background-color:white;
}
[open] summary {
  background-image: url("../img/play.svg");
  background-color:white;
}
/* for blink/webkit */
details summary::-webkit-details-marker 
{ display:none; }
/* for firefox */
details > summary:first-of-type {list-style:none}
.object-and-details1 img {
  display: inline-block;
  position: absolute;
  top:0px;
  left:0px;
  overflow: hidden;
}
/*end GIF pause*/