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

*::selection {
	color: #000000;
}

/*--- Body Formatting ---*/
html, body {
	width: 100%;
	height: 200vh;
	padding: 0;
	margin: 0;
	outline: none;
	text-align: center;
	/*background-image: linear-gradient(#44795c ,#391641);*/
	background-color: #391641;
	color: #ffffff;
}


/*--- 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: 2%;
}

/*--- Standard Button Style ---*/
.btnStandard {
	background-color: transparent;
	color: #ffffff;
	border: none;
	margin: 10;
	padding: 10px 15px 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: #ffffff;
 	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: #ffffff;
 	border: solid 5px;
 	cursor: pointer;
 	font-size: 25px;
}

.linkButton {
	font-size: 20px;
	margin: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	color: #606060;
}

.hrStandard {
	display: block;
	border: 0;
	border-top: solid 7px #606060 !important;
	margin: 1em 0;
	border-color: #ffffff;
}

/*--- Spotify Colors ---*/
#spotifyCyan {
	background-color: #00f6fd;
	color: #000000;
}

#spotifyOrange {
	background-color: #ffaf2e;
	color: #000000;
}

#spotifyPink {
	background-color: #ff0aee;
	color: #000000;
}

#spotifyRed {
	background-color: #ff021d;
	color: #000000;
}

#spotifyReverse {
	background-color: #000000;
	color: #00d768;
}

#spotifyTurquoise {
	background-color: #1d7889;
	color: #000000;
}

#spotifyWhite {
	background-color: #ffffff;
	color: #000000;
}

/*--- Responsive Design ---*/

@media screen and (max-height: 995px) {
	html, body {
		height: 190vh;
	}
}

@media screen and (max-height: 829px) {
	html, body {
		height: 350vh;
	}
}

@media screen and (max-height: 700px) {
	html, body {
		height: 360vh;
	}
}

@media screen and (max-width: 450px) {
	html, body {
		height: 400vh;
	}
}

@media screen and (max-width: 375px) {
	html, body {
		height: 450vh;
	}
}

@media screen and (max-width: 1366px) {
	html, body {
		height: 200vh;
	}
}
