/*
Site Name: FMR2.SPACE
Description: Mamboso Nuyotopia Archive
Version: 3.1
Author: far2Designs
Author URL: http://www.fmr2.space/
14th Generation Website
*/

/* begin Page */


* {box-sizing: border-box;}
html,body {

  width:100%;
  height:100%;
}
body {
	font: 100%/1.4 Centaur, Arial, Helvetica, sans-serif;
	font-size:20px;
	background: #000000;
	background-image: url(../../images/grey-bg1.png);
	margin: 0;
	padding: 0;
	color: #fff;
	
}

/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color:#FC0;
	text-decoration:none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color:#FC0;
	text-decoration:underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration:none;
	font-style:normal;
	color: #FFF;
}

.container4 {
	width: 99%;
	max-width: 2000px;/* a max-width may be desirable to keep this layout from getting too wide on a large monitor. This keeps line length more readable. IE6 does not respect this declaration. */
	min-width: 425px;/* a min-width may be desirable to keep this layout from getting too narrow. This keeps line length more readable in the side columns. IE6 does not respect this declaration. */
	background-image:url(../../images/arch_bg_6.png);
	margin: 0px auto; /* the auto value on the sides, coupled with the width, centers the layout. It is not needed if you set the .container's width to 100%. */
	border: solid;
	border-color:#FFF;
	height:auto;
	max-height:3000px;
	padding-top:30px
	
	}
	.content2 {
	max-width: 1208px;
	min-width: 400px;
	height:auto;
	width: 100%;
	margin: 0px auto;
	;
	
	}
	.content3 {
	max-width: 1200px;
	min-width: 400px;
	width: 100%;
	margin:5px auto; 
	background-image: url(../../images/cover-bg.png);
	opacity:0.5;
	}

/* Content 3 text */

.text3 {
  font: 100%/1.4 Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 15px;
  padding: 0px 0px;
  position: relative;
  bottom: 8px;
  width: 95%;
  text-align: left;
}
  .responsive2 {
  width:100%;
  max-width:700px;
  height:auto;
  text-align:right;
 }
  .responsive3 {
  width:100%;
  max-width:307px;
  height: auto;
 }
  .responsive4 {
  width:30%;
  max-width:50px;
  height:auto;
  margin:15px auto;
  position:relative; 
   }
  .responsive5 {
  width:100%;
  max-width:1000px;
  height:auto;
  margin:5px auto;
  position:relative;
  opacity:0.7;

}

 .footer
{
   margin-top:20px;
   margin:5px auto; 
   position:relative;
   color:#CCCCCC;
   font-size:12px;
   font-family:'Arial', Helvetica, Sans-Serif;
   text-align:center;
   width:80%;
   max-width:1100px;
   min-width:400px;
   background-image: url(../../images/portbg1.png);

}

.bylines {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	color:#333;
	text-align:center; 

}

/* Audio Credits Modal */


.modalDialog {
	position: fixed;
	font-family: Arial, Helvetica, sans-serif;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
	z-index: 99999;
	opacity:0;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	pointer-events: none;
}



.modalDialog:target {
	opacity:1;
	pointer-events: auto;
}

.modalDialog > div {
	width: 400px;
	position: relative;
	margin: 10% auto;
	padding: 5px 20px 13px 20px;
	border-radius: 10px;
	background: #000;
	background: -moz-linear-gradient(#fff, #999);
	background: -webkit-linear-gradient(#fff, #999);
	background: -o-linear-gradient(#fff, #999);
}

.close {
	background: #000000;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover { background: #fff;
}

/* Slideshow */

.mySlides {display: none;}
img {vertical-align: middle;
}
/* Slideshow container */
.slideshow-container {
  width:100%;
  max-width: 900px;
  height: auto;
  position: relative;
  margin: 0px auto;
  border:0;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 0px;
  position: absolute;
  bottom: 0px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 0px 0px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 0px;
  width: 0px;
  margin: 0px;
  border:0;
  background-color: #000000;
  border-radius:0;
  transition: background-color 0.6s ease;
  opacity:0;
}

.active {
  background-color: #000000;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 2.5s;
  animation-name: fade;
  animation-duration: 2.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 1200px) {
  .text {font-size: 11px}
}
