html {
/* background-color: rgba(0, 0, 0,0.4); */
}
/* rgba(46, 110, 158,0.4); */
.navbar-custom.top-nav-collapse {
	background: rgba(0, 0, 0,0.8);
}

.navbar-custom.top-nav-collapse {
    padding: 0;
    background: rgba(0, 0, 0,0.8);
}

.navbar-custom {
	background:  rgba(0, 0, 0,0.8);
}
.body{
	/* background:  rgba(0, 0, 0,0.4); */
}

#buildGuide{
	padding-top:1%;
}

#about{
		/* background: rgba(0, 0, 0,0.4); */
	background: url(../img/media/2.png) no-repeat center center scroll;
	background-size: cover;
	position: relative;
}

#findus{
		/* background: rgba(0, 0, 0,0.4); */
	background: url(../img/media/3.png) no-repeat center center scroll;
	background-size: cover;
	position: relative;
}

.aboutbody{
	position: absolute;
	background: inherit;
	filter: blur(0px);	
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;

	/* transform: scale(1.1); This scales it so the blurry edges aren't visible. */
}

.downloadbody{
	position: absolute;
	background: inherit;
	filter: blur(0px);	
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;

	/* transform: scale(1.1); This scales it so the blurry edges aren't visible. */
}

.btn-default {
	background-color: rgba(1,1,1,0.6);
}

.blureffect{
	position: absolute;
	background: inherit;
	filter: blur(0px);	
	top: 0px;
	bottom:0px;
	left: 0px;
	right: 0px;

	/* transform: scale(1.1); This scales it so the blurry edges aren't visible. */
}


.btn-default{
	border: 1px solid white;
	color: white;
}
.email-button{
	padding: 5px;
}

.intro-text {
	/* background: rgba(0,0,0,0.3); */
	text-shadow: 0px 0px 20px #000000;
	margin-top: 40%;
}


.container{
	width: 100%;
}


section {
	padding-top: 8%;
	padding-bottom: 50px;
}

.dark{
	background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

.text-container{
	/* background: rgba(0,0,0,0.3); */
	z-index: 90;
	padding:2%;
		
}

.header-container {
	height: 100%;
	overflow: hidden;
}

.intro-body {
	background: url(../img/media/4.png) no-repeat center center scroll;
	background-size:cover;
	height: 100%;
	position: relative;
}

.intro {
	
	filter: blur(0px);
	position: absolute;
	display: inline-block;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	transform: scale(1.1); /* This scales it so the blurry edges aren't visible. */
}

.introContainer{
	position: absolute;
	bottom: 30%;
}

.list{
	font-size: 20px;
	list-style-type: none;
}

.configBackground {
	background-color: #001a26;
	background-image: url("https://www.transparenttextures.com/patterns/notebook-dark.png");
	/* This is mostly intended for prototyping; please download the pattern and re-host for production environments. Thank you! */
	position:relative;
}
#aboutUs{
	padding-top: 10%;
}

.inlineImage{
	max-height:100%;
	max-width:100%;
	top:auto;
	display: inline-grid;
	right:0%;
	padding:1%;
	padding-top:5%;
	padding-bottom:5%;
}

.contentContainer{
	padding:1%;
}

.sectionFooter {
	text-align:center;
}

#RSconfig {
	padding-top:5%;
}

#ThinktankConfig {
	padding-top:5%;
	background-color: #001a26;
}
#ShinyLabGradeConfig{
	padding-top:5%;
	background-color: #001a26;
}

#labGradeConfig{
	padding-top:5%;
	background-color: #001a26;
}

#budgetConfig{
	padding-top:5%;
	background-color: #001a26;
}

#gallery {
	background-color: #001a26;
	background-image: url("https://www.transparenttextures.com/patterns/notebook-dark.png");
	position: relative;
	padding-top:8%;
}

@media only screen and (max-width: 500px) {
    #gallery {
    	padding-top:20%;
    }

    #howBuild{
    	padding-top:20%;
    }

    section{
    	padding-top:20%;
    }
}

.pictureFrame{
	max-height: 50%;
	max-width: 50%;
	position: relative;
	margin-left:auto;
	margin-right:auto;
}

@media only screen and (max-width:500px){
	.pictureFrame{
		max-height:100%;
		max-width:100%;
		position:relative;
		margin-left:none;
		margin-right:none;
	}
}

.pictureSlides{
	width: 100%;
	height: 100%;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	/*margin-top: auto;*/
	/*margin-bottom: auto;*/
}

.indicator{
	position:relative;
	z-index: 100;
}

.indexer{
	position: relative;
	z-index: 100;
	padding-top:1%;
}

button{
	padding: 10% 2%;
	background-color: rgba(0,0,0,0.7);
	color: white;
	position: absolute;
	border: 0px;
	margin-top: auto;
	margin-bottom: auto;
	/*margin-left: auto;*/
	/*margin-right: auto;*/
	vertical-align: center;
	z-index: 200;
	border:1px solid rgba(255,255,255,0.3);
}

.buttonClassLeft{
	left: 0%;
	top: 30%;
	bottom: 30%;
}

.buttonClassRight{
	right: 0%;
	top: 30%;
	bottom: 30%;
}
