* {
	/*font-family: source sans pro, sans serif;*/
	font-family: Inconsolata, monoscape;
	outline: none !important;
}

*::selection {
	color: #ffffff;
}

/*--- Body Formatting ---*/
html, body {
	width: 100%;
	height: 270vh;
	padding: 0;
	margin: 0;
	outline: none;
	text-align: center;
	background-image: linear-gradient(yellow, green);
}


/*--- Text Fomatting ---*/
.pageTitle {
	font-size: 70px;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

.secondPageTitle {
	font-size: 40px;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

.text {
	font-size: 20px;
	padding: 10px 0px 10px 0px;
	margin: 0;
}

#topText {
	padding-bottom: 5%;
}

/*--- Standard Button Style ---*/
.btnStandard {
	background-color: transparent;
	color: #000000;
	border: none;
	margin: 0;
	padding: 10px 15px;
	font-size: 20px;
	transition: 0.3s;
	display: inline-block;
	text-decoration: none;
	border: solid;
	cursor: pointer;
}

.btnStandard:hover {
	opacity: 1;
}

/*---- Standard a Tag Style ----*/
.aStandard {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 50px;
	padding: 20px;
	margin: 20px;
	color: #000000;
 	border: solid 6px;
}


/*---- Downloads Div ----*/
.downloads {
	height: 110vh;
	margin-right: 6%;
	margin-left: 6%;
}

/*---- Verisons Div ---- */
.informationsView {
	height: 100vh;
	padding-top: 3%;
}

.pButton  {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 20px;
	padding: 20px;
	margin-left: 25%;
	margin-right: 25%;
	color: #000000;
 	border: solid 3px;
 	cursor: pointer;
}

.hrStandard {
	display: block;
	border: 0;
	border-top: solid #000000;
	margin: 1em 0;
	padding: 0;
	border-color: #000000;
	background-color: #000000;
}