html {
background-image: url(kuvia/sitruuna-ja-mansikka-limonaadi.jpg);
background-size: cover;
background-repeat-y: no-repeat;
background-position-x: center;
line-height: 1.4;
}
body {
font-family: "Source Sans Pro","HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
padding-bottom: 50px;
}
img {
	max-width:100%
}
.outer{
max-width:900px;
margin:0 auto;
background: #ffffffe6;
padding: 0 20px;
border-radius:30px;
}
.header {
    height: 200px;
}
.header h1 {
	font-size: 3em;
    top: 80px;
    position: relative;
    text-align: center;
}
.story {
    margin-bottom: 20px;
}
.right {
    width: 48%;
    float: right;
}
.jalleenmyyjat h4 {
    margin-bottom: 0px;
}
.jalleenmyyjat p {
    margin-top: 2px;
}
.left {
    width: 48%;
    float: left;
}
.footer {
    border-top: 1px solid black;
    text-align: center;
    padding: 20px 0px;
    margin-top: 20px;
}
@media screen and (max-width: 700px) {
.left, .right {
width: 100%;
	}
}
@media screen and (max-width: 620px) {
	.header h1 {
    top: 40px;
}
}