html {
	background: black;
	color: white;
	margin: 0;
	padding: 0;
	width: 100vw;
	height: 100%;
	min-height: 100vh;
	overflow-x: hidden;
	overflow-y: hidden;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	flex-direction: column;
}

body {
	flex-grow: 1;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 0;
}
	
header {
	background: #000;
	background-image: url(../images/bgHead.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: #FFF;
	padding:0;
	margin: 0;
	text-align: center;
	width: 100vw;
	height: 20vh;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-bottom: 2px solid white;
	font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
	font-size: 2.4vh;
}

header .wrapper {
	padding: 0;
	margin: 0;
	height: 20vh;
	width: 75vw;
	position: relative;
	display: inline-block;
	text-align: center;
}

header .lileft {
	background: rgba(50, 0, 0, 0.4);
	border-radius: 10px;
	display: inline-flex;
	flex-direction: column;
	margin: auto;
	text-align: center;
	justify-content: normal;
	align-items: center;
	width: 10vw;
	height: 14vh;
	box-shadow: rgb(100, 0, 0) 0 0 4px;
}

header .liright {
	background: rgba(50, 0, 0, 0.4);
	border-radius: 10px;
	display: inline-flex;
	flex-direction: column;
	margin: auto;
	text-align: center;
	justify-content: normal;
	align-items: center;
	width: 10vw;
	height: 14vh;
	box-shadow: rgb(100, 0, 0) 0 0 4px;
}

header .limid {
	display: inline-flex;
	flex-direction: column;
	margin: auto;
	text-align: center;
	justify-content: center;
	align-items: center;
}

header .logo a {
	background-image: url(../images/TibranDe002.png);
	background-size: 35vw auto;
	background-repeat: no-repeat;
	background-position: center;
	border-top: 2px groove darkred;
	border-bottom: 2px groove darkred;
	display: inline-block;
	height: 14vh;
	text-indent: -99999px;
	width: 38vw;
}

header .logo a:hover {
	background-size: 37vw auto;
}

nav {
	display: inline-flex;
}

section {
	background: #000;
    background-image: url(../images/bgRev.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: gray;
	padding: 0;
	display: flex;
	flex-direction: column;
	width: 100vw;
	height: 65vh;
	justify-content: center;
	align-items: center;
	position: relative;
	border-top: 2px solid white;
	border-bottom: 2px solid white;
	}
	
div {
	margin: 0;
	padding: 0;
	width: 200px;
	}

div.hone {
    background-image: url(../images/rvstxt.png);
	background-size: 30vw auto;
	background-repeat: no-repeat;
	background-position: center;
	display: inline-block;
	height: 10vh;
	text-indent: -99999px;
	width: 33vw;
	padding: 1vh;
}

div.rowwrapper {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

div.top {
	background-color: rgba(0, 0, 0, 0.4);
	color: White;
	width: 85vw;
	height: 75%;
	margin: 1%;
	padding: 1%;
	text-align: center;
	border-radius: 5px;
	border: 2px solid black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	overflow-y: auto;
}

div.mid {
	left: 20%;
	width: 50vw;
	margin: 0;
	padding: 1vh;
	text-align: center;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

div.extra1 {
	width: 33vw;
	margin: 0;
	padding: 1vh;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border-top: 4px solid black;
	border-bottom: 4px solid black;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
	display: flex;
	flex-direction: column;
}

div.extra2 {
	width: 33vw;
	margin: 0;
	padding: 1vh;
	text-align: left;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 2px solid black;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

div.extra3 {
	width: 33vw;
	margin: 0;
	padding: 1vh;
	text-align: center;
	justify-content: center;
	align-items: center;
	border-radius: 5px;
	border: 2px solid black;
	position: relative;
	font-family: Arial, Helvetica, sans-serif;
	font-size: large;
}

.spacer {
	height: 1vh;
}

.strikeout {
	text-decoration: line-through;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

li {
	display: inline-block;
}

footer {
	background: gray;
	background-image: url(../images/bgFooter.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	color: white;
	padding: 0;
	width: 100vw;
	height: 15vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	border-top: 2px solid white;
	border-bottom: 2px solid black;
	font-family: Verdana, Geneva, Tahoma, sans-serif;
	font-size: 2vh;
	}

.ftcont {
	background-size: 100vw;
	color: white;
	padding-top: 1vh;
	width: 100vw;
	height: 7vh;
	display: flex;
	flex-direction: row;
	position: relative;
	justify-content: center;
	align-items: center;

}

.Patreon {
	background: gray;
	background-image: url(../images/P003.jpg);
	background-size: cover;
	background-position: center;
	display: inline-block;
	height: 7vh;
	width: 25vw;
	margin-right: 4px;
	margin-left: 4px;
	background-repeat: no-repeat;
	border: 2px solid black;
	border-radius: 10px;
}

.Patreon:hover {
	box-shadow: whitesmoke 0 0 4px;
}

.PayPal {
	background: gray;
	background-image: url(../images/PP002.jpg);
	background-size: cover;
	background-position: center;
	display: inline-block;
	height: 7vh;
	width: 25vw;
	margin-right: 4px;
	margin-left: 4px;
	background-repeat: no-repeat;
	border: 2px solid black;
	border-radius: 10px;
}

.PayPal:hover {
	box-shadow: whitesmoke 0 0 4px;
}

.Steam {
	background: gray;
	background-image: url(../images/S004.jpg);
	background-size: cover;
	background-position: center;
	display: inline-block;
	height: 7vh;
	width: 25vw;
	margin-right: 4px;
	margin-left: 4px;
	background-repeat: no-repeat;
	border: 2px solid black;
	border-radius: 10px;
}

.Steam:hover {
	box-shadow: whitesmoke 0 0 4px;
}

@media (max-device-aspect-ratio: 9/16)
	{
		header {
			background: #000;
			background-image: url(../images/bgHead.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			color: #FFF;
			padding:0;
			margin: 0;
			text-align: center;
			width: 100vw;
			height: 15vh;
			display: flex;
			justify-content: center;
			align-items: center;
			position: relative;
			border-bottom: 2px solid white;
			font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
			font-size: 1vh;
		}
		
		header .wrapper {
			padding: 0;
			margin: 0;
			height: 10vh;
			width: 50vw;
			position: relative;
			display: inline-block;
		}
		
		header .logo a {
			background-image: url(../images/TibranDe002.png);
			background-size: 32vw auto;
			background-repeat: no-repeat;
			background-position: center;
			border-top: 2px groove darkred;
			border-bottom: 2px groove darkred;
			display: inline-block;
			height: 6vh;
			text-indent: -99999px;
			width: 35vw;
		}
		
		header .logo a:hover {
			background-size: 34vw auto;
		}
		
		footer {
			background: gray;
			background-image: url(../images/bgFooter.jpg);
			background-size: cover;
			background-position: center;
			background-repeat: no-repeat;
			color: white;
			padding: 0;
			width: 100vw;
			height: 10vh;
			display: flex;
			flex-direction: column;
			justify-content: center;
			align-items: center;
			position: relative;
			border-top: 2px solid white;
			border-bottom: 2px solid black;
			font-family: Verdana, Geneva, Tahoma, sans-serif;
			font-size: 1vh;
			}
		
		.ftcont {
			background-size: 100vw;
			color: white;
			padding-top: 1vh;
			width: 100vw;
			height: 5vh;
			display: flex;
			flex-direction: row;
			position: relative;
			justify-content: center;
			align-items: center;
		
		}
		
		.Patreon {
			background: gray;
			background-image: url(../images/P003.jpg);
			background-size: cover;
			background-position: center;
			display: inline-block;
			height: 4vh;
			width: 25vw;
			margin-right: 4px;
			margin-left: 4px;
			background-repeat: no-repeat;
			border: 2px solid black;
			border-radius: 10px;
		}
		
		.Patreon:hover {
			box-shadow: whitesmoke 0 0 4px;
		}
		
		.PayPal {
			background: gray;
			background-image: url(../images/PP002.jpg);
			background-size: cover;
			background-position: center;
			display: inline-block;
			height: 4vh;
			width: 25vw;
			margin-right: 4px;
			margin-left: 4px;
			background-repeat: no-repeat;
			border: 2px solid black;
			border-radius: 10px;
		}
		
		.PayPal:hover {
			box-shadow: whitesmoke 0 0 4px;
		}
		
		.Steam {
			background: gray;
			background-image: url(../images/S004.jpg);
			background-size: cover;
			background-position: center;
			display: inline-block;
			height: 4vh;
			width: 25vw;
			margin-right: 4px;
			margin-left: 4px;
			background-repeat: no-repeat;
			border: 2px solid black;
			border-radius: 10px;
		}
		
		.Steam:hover {
			box-shadow: whitesmoke 0 0 4px;
		}
	}