html {
    overflow-y: scroll
}
body,
html {
    margin: 0;
    padding: 0;
    height: 100%;
    color: #333;
    font-family: "Open Sans";
    background-color: #fff
}
body {
    display: table;
    width: 100%;
    height: 100%;
    position: relative
}
.marginrow {
    margin-top: 20px
}
h1,
h2,
h3,
h4 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase
}

a, a:visited {
  color: #906e4f;
  text-decoration: underline;
}

a:hover {
  color: #906e4f;
  font-weight: bold;
}

#front {
	background-image:url(files/takki-background.jpg);
    background-size: cover;
    background-position: center center;
    margin: 0;
    padding: 150px 0 0;
    height: auto;
    min-height: 710px;
    position: relative
}
#front .front-container {
    background-color:rgba(144,110,79,.5);
    color: #fff;
    text-align: center;
    padding: 24px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}
#front .front-container h1 {
    font-size: 72px
}
#front .front-container p {
    font-size: 24px
}
.page-container {
    padding-top: 150px
}
.section {
    padding: 50px 0;
    border-top: 1px solid #d3b79f;
}
.section h2 {
    text-align: center;
    margin: 0 0 20px;
	color: #906e4f;
}
.blue h2 {
    text-align: center;
    margin: 0 0 20px;
	color: #000;
}
.quo {
	font-size: 36px;
	display: block;
}
.top {
	margin-bottom: -30px;
}
.section.blue {
   /* background: #d8d0c4; */
   background: #e1d2c4;
    color: #000;
}
.section.blue .price {
    color: #ffa527
}
/* valkotaustainen */
.section.blue h2.fly {
    background-color: #fff;
	font-family: verdana;
    color: black;
}
.section ul {
    padding-left: 20px
}
.btn-warning {
    background: #ff9600
}
.properties {
    margin: 0;
    padding: 0
}
.properties li {
    margin-bottom: 10px;
    font-size: 18px
}
.listing {
    margin: 0;
    padding: 0;
    list-style-type: none
}
.listing li {
    float: left;
    width: 50%
}
.listing li div {
	/* infoboxi */
    padding: 20px;
    color: #000;
    background: #d8d0c4;
    margin: 20px
}
.listing li div h3 {
    margin: 0 0 10px
}
p {
    font-size: 18px
}
.price {
    font-size: 24px;
    margin: 20px auto;
    text-align: center;
    color: #ff4343;
    text-transform: uppercase
}
.to-shop {
    padding: 20px;
    font-size: 24px;
    display: block;
    width: 100%
}
h2.fly {
    padding: 50px;
    color: #000;
    background: #e1d2c4;
    line-height: 50px;
	font-size: 22px;
}


li {
	font-size: 18px;
	margin-top: 10px;
}