body {
	background-color: black;
	margin: 0px;
	font-family: Helvetica, Arial, sans-serif;
	color: white;
}
#logo {
	background-image: url(images/header-bg-all-samurai.png);
	background-size: cover;
}
#logo img {
    width: 100%;
}
#steamlink{
	background-image: url("images/samurai-gunn-2-logo-bg.png");
	background-size: contain;
	background-position: center center;
	background-color: #D51F1F;
	color: white;
	text-align: center;
}
#buy-now{
	margin: -15% 0 0 0;
	position: relative;
	z-index: 10;
}
#buy-reg{
	width: 100%;
}
#buy-hover{
	position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    object-fit: contain;
    opacity: 0;
    width: 100%;
    transition: all .01s ease-in;
    -moz-transition: all .01s ease-in;
    -webkit-transition: all .01s ease-in;
}
#buy-hover:hover{
	opacity: 1;
}
#screenshots-header{
	width: 100%;
	margin-bottom: 5%;
}
#steamlink:hover{
	background-color: white;
	color: #D51F1F;
}

#steamlink a{
	color: white;
	text-decoration-line: none;
}
#steamlink:hover a{
	/*color: #D51F1F;*/
}
#steamlink a h1{
	padding: 2%
}
#content, #game-description {
    position: relative;
    margin: 4%;
    display:block;
}
#game-description h1{
	font-size: 20px;
}
#content iframe,
#content object,
#content embed {
    position: relative;
    top: 20;
    left: 0;
    margin: auto;
    width: 494px;
}
#content #copy {
    background-color: black;
    padding: 4%;
    margin-top: -4%;
}
#content #copy h1 {
    margin-top: 0;
    font-size: 4%;
}
#content p, #header-content p{
    font-size:24px;
    font-size: 2.5%;
	line-height: 1.6em;
	letter-spacing: .4px;
	font-weight: 400;
	font-style: normal;
	padding: 0 8%;
	text-align: justify;
}
#header{
    text-align: center;
    font-size:40px;
	line-height: 2em;
	letter-spacing: .4px;
	font-weight: 400;
	font-style: normal;
	margin: 25px 0;
	/*font-style: italic;*/
	}
#fine-print{
    text-align: center;
    font-size:12px;
	line-height: 1.6em;
	letter-spacing: .4px;
	font-weight: 400;
	font-style: normal;
	margin: 25px 0;
	font-style: italic;
	}
#fine-print img{
	max-width: 30%;
	height: auto;
}
#footer-text{
    font-size:30px;
	line-height: 1.6em;
	letter-spacing: .4px;
	font-weight: 400;
	font-style: normal;
}
header-text{
    font-size:30px;
	line-height: 1.6em;
	letter-spacing: .4px;
	font-weight: 400;
	font-style: normal;
}
iframe{
    margin: 0 auto;
    display: block;
}
a {
	color: white;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
/*	text-decoration-style: wavy;*/
}
.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    margin: 4%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.embed-container iframe,.embed-container object, .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
#imgMain {
	width: 100%;
	/*max-width: 768px;*/
}

#imgPortrait {
	margin: 5px 20px 5px 20px;
}

#imgClick {
	border-bottom: 6px solid #000;
	width: 100px;
	margin-left: 2px;
	margin-right: 2px;
}

#imgClick:hover {
	border-bottom: 6px solid #D51F1F;
	cursor: zoom-in;
}
#how-to-play-header {
	width: 100%;
}
.how-to-img {
	width: 100%;
	max-width: 1224px;
	clear: both;
	display: block;
	margin: auto;
}