/*                   */
/* Fred Barling */
/* Written by Fred Barling */
/* Build 1 */
/* Build 04/8/2019 */


/* Default Styles */
* {
	padding: 0;
	margin: 0;
	border: 0;
	position: relative;
	
}

html {
	background-size: cover;
	overflow: hidden;
}


body {
	background-color: black;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
 	color: white;	
	font-size: calc(16px + 0.5vw);
	line-height: calc(1.1em + 0.5vw);
}

h3 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 5%;
	margin-top: 25px;
	color: white;	
	font-size: calc(18px + 0.5vw);
	line-height: calc(1.1em + 0.5vw);
}
	
.GeekTravelerAuthor {
	font-size: 25px;
	text-shadow: 2px 2px black;
	color: white;
	text-align: center;
	}

.padrightpx {
	padding-right: 10px;
}


.TopBox{
	position: fixed;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	background-color: rgb(20, 20, 20, 0.7);

}


.BottomBox {
	cursor: pointer;
}



.TextOverLay {
	position: absolute;
 	left: 5%;
 	right: 5%;
	top: 10%;
	bottom: 10%;
	text-align: left;
	text-shadow: 2px 2px black;
}


ol {
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 25px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	FONT-WEIGHT: normal;
	left: 5%;
 	right: 5%;
 	color: white;
 	font-size: calc(16px + 0.5vw);
 	line-height: calc(1.1em + 0.5vw);
	}


img {
	position: absolute;
	top: 5;
	left: 5;
	width: 100vw;
	height: 100vh;
	z-index: -1;
}

/* Extremely large viewports */

	.TopBox{
		left: 30px;
		bottom: 40%;
		height: 50%;
		width: 50%;
	}


	.BottomBox{
		position: fixed;
		top: 70%;
		right: 2;
		width: 55%;
	}


	.indent {
		left: 5%;
	}

	.Textcenter {
  	position: absolute;
 	left: 0;
	top: 75%;
	width: 100%;
	}
	
	.Name {
		font-size: 50px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	.firstP {
		padding-top: 20px;
	}

	.Expected {
		font-size: 16px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: white;
		text-decoration: none;
	}



@media screen and (max-width:2000px) {
/* iPad Laptop*/

	.TopBox{
		left: 30px;
		bottom: 40%;
		height: 50%;
		width: 50%;
	}


	.BottomBox{
		position: fixed;
		top: 70%;
		right: 2;
		width: 55%;
	}


	.indent {
		left: 5%;
	}

	.Textcenter {
  	position: absolute;
 	left: 0;
	top: 75%;
	width: 100%;
	}
	
	.Name {
		font-size: 50px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	.firstP {
		padding-top: 20px;
	}

	.Expected {
		font-size: 16px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: white;
		text-decoration: none;
	}

}


@media screen and (max-width:1000px) {
/* Phone Horizontal */

	.TopBox {
		top: 0;
		height: 65%;
		width: 50%;
	}

	.BottomBox{
		position: fixed;
		top: 65%;
		right: 0;
		width: 50%;
	}


	.indent {
		left: 5%;
	}

	.Textcenter {
  	position: absolute;
 	left: 0;
	top: 75%;
	width: 100%;
	}
	
	.Name {
		font-size: 50px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	.firstP {
		padding-top: 20px;
	}

	.Expected {
		font-size: 16px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: white;
		text-decoration: none;
	}

}




@media screen and (max-width:1000px) and (min-height: 800px) {
/* Unknown */

	.TopBox{
		left: 45%;
		top: 10%;
		height: 50%;
		width: 50%;
	}

	.BottomBox{
		position: fixed;
		top: 75%;
		right: 2;
		width: 60%;
	}


	.indent {
		left: 5%;
	}

	.Textcenter {
  	position: absolute;
 	left: 0;
	top: 75%;
	width: 100%;
	}
	
	.Name {
		font-size: 50px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	.firstP {
		padding-top: 20px;
	}

	.Expected {
		font-size: 16px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: white;
		text-decoration: none;
	}

}







@media screen and (max-width:500px) {
/* Phone vertical; */

	.TopBox{
		left: 0;
		top: 0;
		bottom: 30%;
		height: 70%;
		width: 100%;
	}


	.BottomBox{
		position: fixed;
		top: 75%;
		right: 2;
		width: 100%;
	}



	.indent {
		left: 5%;
	}

	.Textcenter {
  	position: absolute;
 	left: 0;
	top: 75%;
	width: 100%;
	}
	
	.Name {
		font-size: 50px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
	}
	
	.firstP {
		padding-top: 20px;
	}

	.Expected {
		font-size: 16px;
		text-shadow: 2px 2px black;
		color: white;
		text-align: center;
		padding-top: 5px;
	}
	
	a:link, a:visited, a:hover, a:active {
		color: white;
		text-decoration: none;
	}

}
