/*////////////////////////////////////////////////////////LAYOUT*/
/*//////////////////////////////////////////////////////////////*/
* {
	margin: 0;
	padding: 0;
}

.glass {
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
}

.error {
	position: absolute;
	border: 1px solid red;
	box-shadow: 1px 1px 3px red;
	background-color: rgba(255, 0, 0, 0.5);
	border-radius: 10px;
	width: 25vw;
	height: 5vh;
	left: 50vw;
	top: -7.5vh;
	line-height: 5vh;
	text-align: center;
}

#registerForm .error {
	left: 20.5vw;
}

#loginForm .error {
	left: 0vw;
}

#closeButton {
	position: absolute;
	font-size: 2.25em;
	width: 2.5vw;
	height: 4vh;
	top: 0.5vh;
	left: 97.25vw;
	display: block;
	cursor: pointer;
	text-align: center;
	line-height: 4vh;
}

html, body {
	width: 100vw;
	max-height: 100vh;
	overflow: hidden;
	font-family: sans-serif;
	font-size: 1em;
}

main, #main {
	width: 105vw;
	max-height: 100vh;
	overflow-y: auto;
	color: white;
	background-image: url('../images/noSolo-bg.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

/*#registerForm {
	position: absolute;
	top: 16.5vh;
	left: 16.5vw;
	width: 66vw;
	height: 66vh;
	border-radius: 10px;
	border: 2px ridge silver;
	display: block;
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, 0.15);
}

#registerForm ul {
	list-style: none;
	width: 66vw;
	height: 66vh;

}

#registerForm li {
	position: absolute;
	width: 33vw;
	height: 9.43vh;
}

#registerForm li:first-child {
}

#registerForm li:nth-child(2) {
	top: 9.43vh;
}

#registerForm li:nth-child(3) {
	top: 18.86vh;
}

#registerForm li:nth-child(4) {
	top: 28.29vh;
}

#registerForm li:nth-child(5) {
	top: 37.72vh;
}

#registerForm li:nth-child(6) {
	top: 0;
	left: 33vw;
}

#registerForm li:nth-child(7) {
	top: 9.43vh;
	left: 33vw;
	width: 33vw;
	height: 37.72vh;
}

#registerForm li:nth-child(8) {
	top: 18.86vh;
	left: 33vw;
	width: 33vw;
	height: 9.43vh;
}

#registerForm li:nth-child(9) {
	top: 28.29vh;
	left: 33vw;
	width: 33vw;
	height: 22vh;
}

#registerForm label {
	top: 28.29vh;
	left: 33vw;
	width: 33vw;
	height: 9.43vh;
	line-height: 9.43vh;
	text-align: center;
	border: none;
	cursor: pointer;
	display: block;
	font-size: 0.6em;
}

#registerForm input[type='file'] {
	top: 28.29vh;
	left: 33vw;
	width: 33vw;
	height: 9.43vh;
	background-color: transparent;
	border: none;
	cursor: pointer;
	display: none;
}

#registerForm li:nth-child(10) {
	top: 47.15vh;
	width: 66vw;
	height: 9.43vh;
}

#registerForm li:nth-child(10) input {
	top: 47.15vh;
	width: 66vw;
	height: 9.43vh;
}

#registerForm li:last-child {
	top: 56.58vh;
	width: 66vw;
	background-color: rgba(0, 0, 0, 0.5);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#registerForm input {
	width: 33vw;
	height: 9.43vh;
	line-height: 9.43vh;
	background-color: transparent;
	text-align: center;
	border: none;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
}

#registerForm textarea {
	position: relative;
	top: 0;
	left: 0;
	width: 33vw;
	height: 18.86vh;
	resize: none;
	border: none;
	line-height: 9.43vh;
	background-color: transparent;
	text-align: center;
	font-family: sans-serif;
}

#registerForm input[type='submit'] {
	width: 66vw;
	height: 9.43vh;
	background-color: transparent;
	border: none;
	cursor: pointer;
	text-align: center;
	text-shadow: 0px 0px 5px black;
}*/

/*#loginForm {
	position: absolute;
	width: 25vw;
	height: 25vh;
	top: 50vh;
	left: 50vw;
	margin-top: -12.5vh;
	margin-left: -12.5vw;
	border-radius: 10px;
	border: 3px ridge silver;
	display: none;
	font-size: 1.5em;
	background-color: rgba(0, 0, 0, 0.15);
}

#loginForm ul {
	list-style: none;
	height: 100%;
}

#loginForm li {
	height: 33.34%;
}

#loginForm li:first-child {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

#loginForm li:last-child {
	background-color: rgba(0, 0, 0, 0.25);
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#loginForm input {
	width: 25vw;
	height: 8.334vh;
	text-align: center;
	border: none;
	background-color: transparent;
	color: rgba(255, 255, 255, 0.5);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.66);
}

#loginForm input[type='submit'] {
	background-color: transparent !important;
	border: none !important;
	cursor: pointer;
	text-shadow: 0px 0px 5px black;
}

.loginRegister {
	width: 50vw;
}

#loginForm a, #loginForm a:active, #loginForm a:hover {
	text-decoration: none;
	background-color: transparent;
	text-align: center;
	display: block;
	width: 25vw;
	position: relative;
	top: 0.5vh;
}*/

#welcome {
	width: 100vw;
	height: 100vh;
	background-image: url('../images/noSolo-bg.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

button {
	width: 25vw;
	height: 15vh;
	position: relative;
	top: 50vh;
	margin-top: -50px;
	margin-left: -12.5vw;
	text-align: center;
	color: rgba(255, 255, 255, 0.33);
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	font-size: 3.25em;
	font-weight: bold;
	font-variant: small-caps;
	border: none;
	border-radius: 5px;
	box-shadow: 0 0 10px #333;
	background: rgba(255, 255, 255, 0.075); /* For browsers that do not support gradients */
	cursor: pointer;
}

#registerButton {
	left: 25vw;
}

#loginButton {
	left: 62.5vw;
}

#learnMore {
	position: relative;
	width: 100vw;
	top: 80vh;
	text-align: center;
}


#about {
	width: 100vw;
	height: 100vh;
	background-image: url('../images/smoke-bg.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
}

#about h2 {
	width: 100vw;
	text-align: center;
	position: relative;
	top: 5vh;
}

#paragraphWrapper {
	overflow-y: auto;
	position: relative;
	width: 50vw;
	height: 50vh;
	top: 50vh;
	left: 50vw;
	margin-top: -25vh;
	margin-left: -25vw;
	background-color: rgba(255, 255, 255, 0.15);
	border-radius: 5px;
	padding: 25px;
	font-size: 1.25em;
}

#paragraphWrapper p {
	padding: 25px;
}


footer {
	position: absolute;
	top: 100vh;
	margin-top: -3vh;
	z-index: 1000;
	width: 100vw;
	height: 3vh;
	line-height: 3vh;
	box-shadow: 0px -1px 5px black;
	background-color: rgba(0, 0, 0, 0.33);
}

footer p {
	width: 50vw;
	float: left;
	text-align: center;
}

.mainContainer {
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-image: url('../images/hiking-bg.jpg');
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center center;
	background-size: cover;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	overflow: hidden;
}

.mainContainer h2 {
	width: 100vw;
	text-align: center;
	position: absolute;
	top: 11vh;
	font-variant: small-caps;
}

.mainContent {
	position: absolute;
	width: 100vw;
	height: 87vh;
	top: 10vh;
	overflow: hidden;
}
/*////////////////////////////////////////////////////END LAYOUT*/
/*//////////////////////////////////////////////////////////////*/






/*//////////////////////////////////////////////////////////////////////////MEDIA QUERIES*/
/*///////////////////////////////////////////////////////////////////////////////////////*/


/*MEDIUM SCREENS*/
@media only screen and (max-width: 1024px) {

}/*end 1024px*/





/*small screens*/
@media only screen and (max-width:768px) {
	button {
		font-size: 2.66em;
	}
	#closeButton {
		font-size: 1.5em;
		width: 5vw;
		height: 5vh;
		top: 0.25vh;
		left: 95vw;
		line-height: 5vh;
	}
}/*end 768px*/





/*Iphone 6*/
@media only screen and (max-width:637px) {
	#registerForm {
		font-size: 0.75em;
	}
	button {
		font-size: 2.5em;
	}

	#registerForm {
		font-size: 1em;
	}

	#loginForm {
		font-size: 1em;
	}
}/*end 627px*/





/*Smartphone*/
@media only screen and (max-width:568px) {
	#registerButton, #loginButton {
		font-size: 1.25em;
	}

	footer {
		font-size: 0.5em;
	}

	footer p:first-child {
		width: 25vw;
	}

	footer p:last-child {
		width: 75vw;
	}

	#closeButton {
		font-size: 1em;
		width: 5vw;
		height: 5vh;
		top: 0.25vh;
		left: 95vw;
		line-height: 5vh;
	}
}/*end 568px*/




@media only screen and (max-width : 480px) {
	button {
		font-size: 2em;
	}
}/*end 480px*/




@media only screen and (max-width : 320px) {

}/*end 320px*/