@charset "utf-8";
/* CSS Document */

	/* Resets */
ul {
    padding:0;
    margin:0 0 20px 0;
    list-style:none;
}
h1, h2, h3 {
    padding:0;
    margin:0 0 20px 0;
    font-weight:normal;
}
p {
    padding:0;
    margin:0 0 30px 0;
}
a:link, a:visited {
    text-decoration:underline;
    color: white;
}
a:hover, .logo:link, .logo:visited {
    text-decoration:none;
}
ul li {
    padding: 5px;
}
ul li input[type="text"], ul li input[type="password"] {
    width:220px;
}

textarea {
	width: 360px;
	height: 100px;
}

/* Headers */
h1 {
	padding-top: 25px;
	font-size:2.5em;
}
h2 {
    font-size:1.8em;
	padding-top: 25px;
}
h3 {
    font-size:1.4em;
}

.logo {
	font-family: stencil, AvenirNextCondensed-Bold, arial black, arial, sans-serif;
	font-size: 1.7em;
    margin-top: 30px;
    margin-bottom:40px;
	text-align: center;
 /*   width:350px;*/
	text-shadow: 4px 4px 4px #888888;
	text-decoration:none;
}

/* Containers */
body {
	background-color: Black;
/*	background-repeat: no-repeat;
	background-image: url('../pictures/parquet-kambala.png');*/
	background-image: url('../pictures/nasa-1920.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
    font-family: arial;
/*    font-size:18px;*/
	text-align: center;
}
#container, footer {
	background: rgba(0, 0, 0, 0.70);
/*	background: url('../pictures/nasa-jlV2k_Fx0fc-unsplash.jpg'); */
	background-size: 100%;
	max-width:920px;
    margin:0 auto;
    padding:20px;
	Opacity: 1;
	box-shadow: 5px 5px 35px #bbbbbb;
	color: white;
}

header {
    max-width:960px;
/*    padding:0;*/
    margin:0px auto 10px auto;

}

#container {
    min-height:600px;
    border-radius:10px 10px 0 0;
}

footer {
    border-radius:0 0 10px 10px;
}
.widget {
    margin-bottom:20px;
}
.widget h2 {
    margin:0 0 10px 0;
    padding:0 0px;
    font-weight:normal;
    border-bottom:1px solid #ddd;
}
.widget .inner {
    margin:0 10px;
}
/* Navigation */
nav {
    float: center;
	text-align: center;
	background: rgba(0, 0, 0, 0.70);
	padding:6px;
	border-radius:10px;
	border-top: 1px solid rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 1px rgba(255,255,255,0.3), inset 0 6px rgba(255,255,255,0.2), inset 0 10px 15px rgba(255,255,255,0.25), inset 0 -15px 20px rgba(0,0,0,0.3);
}
nav ul {
    margin:0;
}

nav ul li, nav ul li {
	font-size: 1.0em;
	display:inline-block;
	margin:0 auto 0 auto;
	width: 138px;
}

nav ul li a:link, nav ul li a:visited {
	color: #ffffff;
	padding: 12px;
	text-decoration:none;
}

nav ul li a:hover{
	color: cyan;
	text-decoration:underline;
}

nav ul li.current {
    font-weight:bold;
}

nav ul li a.last {
    border-right:0;
}


.overpic {
	position: relative;
	display: inline-block;
	
	text-decoration:underline;
}

.overpic-pic {
	display: none;
	position: absolute;
	min-width: 400px;
	max-width: 400px;
	background-color:rgba(230,230,255, 0.3);/*
	width: 160px;
	height: 120px;*/
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.9);
	padding: 12px 16px;
	z-index: 1;
}

.overpic:hover .overpic-pic {
	display: block;
}

.overpic-pic img {
	max-width: 100%;
	max-height: 100%;
}

/* Footer */
footer {
    border-top:1px dashed #ddd;
    color:#999;
}
/* Misc */
.clear {
    clear:both;
}/* CSS Document */

.cd {
	max-height: 400px;
	display: inline-block;
	padding: 0px;
	width: auto;
	box-shadow: 4px 4px 20px #bbbbbb;
	color: white;
}

.cd_small {
	max-height: 200px;
	display: inline-block;
	padding: 0px;
	width: auto;
	box-shadow: 2px 2px 20px #bbbbbb;
	color: white;
}

.audiotrack {
	cursor: pointer;
    text-decoration:underline;
    color: white;
}
.audiotrack:hover {
	cursor: pointer;
    text-decoration:none;
	color: cyan;
}

.g-recaptcha {
	display: inline-block;
}

hr {
	border: none;
	height: 20px;
	width: 90%;
	height: 50px;
	margin-top: 0px;
	border-bottom: 1px solid #bbbbbb;
	box-shadow: 0px 20px 20px -20px #bbbbbb;
	margin: -50px auto 25px;
}

.mediaplayer {
	display: none;
}

.platform {
	max-height: 50px;
	width: auto;
	display: inline-block;
	padding: 15px;
/*	max-width: 60px;
	box-shadow: 2px 2px 20px #bbbbbb;
	color: white; */
}

.flag {
	height: 18px;
	display: inline-block;
	padding: 0px 4px 0px 4px;
	margin-top: 0px;
	margin-bottom : -6px;
}

.morespace {
	line-height: 180%;
}


.moonsquatters {
	font-family: stencil, AvenirNextCondensed-Bold, arial black, arial, sans-serif;
	font-size:2.2em;
	padding-top: 15px;
}

@media only screen and (max-width: 700px) {
	.logo {
		font-size: 1.3em;
	}

	
	body {
		background-image: url('../pictures/nasa-vertical.jpg');
	}
	
	.cd {
		max-height: 250px;
		display: inline-block;
		padding-left: 0px;
		padding-right: 0px;
		width: auto;
	}
	
	.audiotrack {
		margin: 8px;
	}
	
	.overpic-pic  {
		min-width: 200px;
		max-width: 200px;
	}

	ul li {
		padding: 15px;
	}

}

@media only screen and (orientation: portrait) {
	body {
		background-image: url('../pictures/nasa-vertical.jpg');
	}
}


.YouTube{
	aspect-ratio: 16/9;
 	width: clamp(320px, 95%, 640px);
}