html, body
{
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	padding: 0;
	border: 0;
	font-size:13px;
}


html, body
{
	width:100%;
}


#background
{
	width:100%;
	background-image: url("../img/gradient.png");
    background-size: 100%;
    --padding-top: 65px;
}

#salmi-wrapper
{
	min-width:100%;
	margin: 0 auto;
	height: auto !important;
}

#container
{
	margin: 0 auto;
	display:block;
	width: 750px;
	max-width:100%;
	background: white;
	box-shadow: 0px 0px 90px #ccc;
    padding-left: 50px;
    padding-right: 50px;
}

.main-header
{
	margin-top:0px;
	position: absolute;
	top: 8%;
    left: 25%;
    right: 25%;
}

.second-header
{
	margin-top:0px;
	position: absolute;
	top: 30%;
    left: 25%;
    right: 25%;
}

.center-content
{
	text-align: center;
}

.center-image
{
    width:100%;
    height:auto;
}


.float-left
{
	float: left;
	padding-left: 30px;
	display: block;
}

.float-right
{
	float: right;
}

.menu
{
    position: fixed;
    right: 0%;
    top:0px;
    font-size: 20px;
    width: 100%;
    --background-image:url("../img/gradient.png");
    --background-size: 100%;
    padding-top:10px;
    height:50px;
    text-align: right;
}



.menu-point
{
	margin-right: 25px;
    font-weight: bold;
    font-size: 16px;
}

.menu a
{
	color:black;
}

.menu-point:hover, .menu a:hover, .arrow-down:hover
{
	cursor: pointer;
	color:#777;
	text-decoration: none;
}



.arrow-down {
    border-right: 2px solid; 
    border-bottom: 2px solid;
    width: 30px; height: 30px;
    transform: rotate(45deg);
}

.bottom{
	top:90%;
	position: absolute;
    left: 50%;
    margin-left: -15px;
    margin-top: -9px;
}

h1, h2
{
	text-align: center;
	--margin: 20px 0px;
	letter-spacing: 4px;
	font-weight: 300;
	font-family: 'Open Sans', sans-serif;
}

h3
{
	font-weight: bold;
	margin-bottom: 8px;
	margin-top: 24px;
	font-size: 16px;
}

h4
{
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
}

@media screen and (max-width: 700px){
	h1
	{
		font-size:35px !important;
	}
}
	
.menu-point
{
	float:left;
}	

@media screen and (max-width: 1550px){
	.menu
	{
		background:#fffd;
	}

	.center-image
	{
		margin-top:50px;
	}
	/*.menu
	{
		text-align: center;
		width:100%;
	}

	.float-left
	{
		display: none!important;
	}

	.float-right
	{
		width: 100%;
	}

	.menu-point
	{
		width: 33%;
		margin-right: 0px;
		margin-left: 0px;
	}	*/
}

@media screen and (max-width: 1000px) and (min-width: 701px){
	h1
	{
		font-size:50px !important;
	}

	h2
	{
		font-size:28px !important;
		line-height: 25px !important;
		left:10% !important;
		right:10% !important;
	}
}

h1
{
	font-size: 70px;
}

h2
{
	font-size: 32px;
    line-height: 35px;
}



--Blog layout

#dev-blog
{
	overflow: auto;
}


.rss-subscribe
{
	margin-bottom: 0px !important;
	margin-right: 5px;
	text-align: right;
}

.home iframe
	{
		width: 100%;
	}

iframe
{
	max-width: 100%;
}

.home img
{
	width: 100%;
	height: auto;
}




.home p
{
	margin: 20px 0px;
}



.blog-heading
{
	text-align: center !important;
}


.home h2
{
	text-align:left;
	letter-spacing: normal;
}

.home span
{
	font-style: italic;
}



.site-footer
{
	overflow: hidden;
	color:#888;
	
}

.project-image
{
	box-shadow: 0px 2px 8px;
	width:100%;
	color:#000;
	margin-bottom: 8px;
}

.project-image:hover
{
	box-shadow: 0px 2px 8px;
	width:100%;
	color:#2a7ae2;
}

#about
{
	overflow: visible;
}

.game-info
{
	width:46%;
	float:left;
}

.game-info-left
{
	margin-right:4%;
}

.game-info-right
{
	margin-left:4%;
}


@media screen and (min-width: 801px)
{
	#about-left
	{
		width:60%;
		margin-right: 10%;
		float:left;
	}

	#about-right
	{
		width: 30%;
		float: left;
	}
}

@media screen and (max-width: 800px)
{
	#about-left, #about-right{
		width: 90%;
		margin-left:5%;
		margin-right: 5%;
	}

	.game-info
	{
		width:100%!important;
		margin-left:0%!important;
		margin-right:0%!important;
	}
}

/*newsletter*/

.centered
{
	text-align: center;
}
.input-box
{
	background-color: #ddd;
	border: 2px solid #ccc;
    height: 40px;
    border-radius: 7px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
    padding-left:18px;
}

.mc-field-group
{
	width:70%;
	float:left;
	padding-right:10%;
	box-sizing: border-box;
}

.submit-div
{
	width:30%;
	float:left;
}

@media screen and (max-width: 475px)
{
	.newsletter-textbox h2
	{
		font-size: 14px;
		letter-spacing: 4px;
	}
}

.submit-box
{
	background-color: #dc364e;
	color:white;
	border: 0px;
    height: 40px;
    border-radius: 7px;
    padding: 10px;
    font-size: 15px;
    width: 100%;
}

@media screen and (max-width: 360px)
{
	.input-box, .submit-box
	{
		font-size:12px !important;
	}
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #000;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #000;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #000;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #000;
}


.newsletter-box
{
	width: 550px;
	max-width: 100%;
    height: 150px;
    padding-bottom:10px;
    min-height:150px;
}

.newsletter-box h2
{
	margin-bottom:0px;
	font-size:24px;
}

@media screen and (max-width: 500px)
{
	.newsletter-box h2
	{
		font-size:13px;
	}
}

.footer-div
{
	float:left;
}

@media screen and (max-width: 620px)
{
	.footer-div
	{
		width:100%!important;
		padding-bottom: 20px;
	}
}

.respect-privacy
{
	font-size:12px;
	margin-top:3px;
	padding-top: 44px;
}

.newsletter-textbox
{
	padding:10px;
}

.larger-font
{
	font-size:24px;
}

.newsletter
{
	clear:both;
}