/*Created by iAdam1n*/
/*CSS Styling*/
	
	body {
		background-color: #CCC;
	}

	h1, h4 {
		text-align: center;
	}

	table {
		border-collapse: collapse;
		border: 1.5px solid black;
		margin: 0 auto;
	}
	
	th, td {
		padding-right: 5px;
		padding: 1px 10px;
	}

	.pageLinks {
		position: relative;
		text-align: center;
		top: 15%;
	}

	.github {
		position: absolute;
		left: 38%;
		font: bold 16px Arial;
	}

	.reddit {
		position: absolute;
		left: 48%;
		font: bold 16px Arial;
	}

	.twitter {
		position: absolute;
		left: 58%;
		font: bold 16px Arial;
	}

	/*Start of button styling*/
	.mainButtonStyle {
		font: bold 15px Arial;
		text-decoration: none;
		background-color: #676767;
		color: #f3f4fa;
		padding: 2px 6px 2px 6px;
		pointer-events: none;
	}

	.buttonStyle {
		font: bold 15px Arial;
		text-decoration: none;
		background-color: #EEEEEE;
		color: #333333;
		padding: 2px 6px 2px 6px;
	}

	.buttonStyle:hover {
    	background: #617277;
	}

	.contactPageButtons {
		background: #59a959;
	}

	.contactPageButtons:hover {
		background: #4437eb;
	}
	/*End of button styling*/

	/*Start of home page*/
	h2 {
		text-align: center;
		padding-top: 10%;
		font: bold 65px Arial;
		color: blue;
	}
	/*End of home page*/

	/*Start of flex/tweaks page*/
	h5 {
		font-size: 1.8em;
		text-align: center; 
		margin: 1em 0;
	}

	h6 {
		font-size: 1.8em;
		text-align: center; 
		margin: 1em 0;
	}
	/*End of flex/tweaks page*/

	/*Start of tweak list pages*/
	h4 {
		position: relative;
		margin-bottom: 17px;
		margin-top: 17px;
		font-size: 26px;
	}

	.pageLinksList {
		position: relative;
		text-align: center;
		top: 15%;
	}
		
	iframe {
		position: absolute;
		width: 99%;
		height: 80%;
		padding-top: 10px;
	}
	/*End of tweak list pages*/

	/*Start of 404 page*/
	h3 {
		position: absolute;
		left: 46%;
		top: 20%;
		font-size: 4em;
	}

	p {
		position: absolute;
		left: 11%;
		top: 50%;
		font-size: 1.3em;
	}
	/*End of 404 page*/
	
	/*Start of sideload page*/
	.sideloadDescription {
		position: relative;
		left: 27%;
		top: 20px;
		max-width: 50%;

	}

	.sideloadTable {
		border-collapse: collapse;
		height: 52%;
    	display:block;
	}

	element.style {
		max-width: 80%;
		margin: 0 auto;
	}
	/*End of sideload page*/
	
@media only screen and (min-width: 1700px) and (max-width: 3000px) {
	p {
		position: absolute;
		left: 28%;
	}

	h3 {
		position: absolute;
		left: 48%;
	}
}