@charset "utf-8";

@font-face {
    font-family: 'dsn_preecharegular';
    src: url('dsnpc_-webfont.eot');
    src: url('dsnpc_-webfont.eot?#iefix') format('embedded-opentype'),
         url('dsnpc_-webfont.woff2') format('woff2'),
         url('dsnpc_-webfont.woff') format('woff'),
         url('dsnpc_-webfont.svg#dsn_preecharegular') format('svg');
    font-weight: normal;
    font-style: normal;

}


body {
	background-image:url(../images/planed-timber.jpg);
	
	/*background-size:100% 100%;*/
	background-size:cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#head {
	width:800px;
	height:auto;
	margin: auto;
	padding-top:180px;

	}

.unhead{
	width:100%;
	height:auto;
	margin: auto;
	}
.unhead2{
	padding-top:30px;
	padding-bottom:30px;
	width:100%;
	height:100%;
	background-color:#fdbd04;
	margin-top:-10px;

	}

.detail{
	margin-left:15%;
	margin-top:3%;
	width:450px;
	height:220px;
	background-image:url(../images/w-bg.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	}
	
.font-n19{
	padding-left:7%;
	font-family: dsn_preecharegular;
	font-size: 1.2em;
	text-transform:uppercase;
	}

.font-n27{
	padding-top: 20px;
	padding-left:7%;
	font-family: dsn_preecharegular;
	font-size: 1.8em;
	text-decoration:underline;
	text-transform:uppercase;
	}
	

	
@media screen and (max-width: 790px) {

.detail{
	margin-left:15%;
	margin-top:3%;
	width:60%;
	height:90%;
	background-image:url(../images/w-bg.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 15px;
	padding-bottom:20px;
	}
	
	}

@media screen and (max-width: 550px) {

	
.font-n19{
	padding-left:7%;
	font-family: dsn_preecharegular;
	font-size: 1em;
	text-transform:uppercase;
	}

.font-n27{
	padding-top: 20px;
	padding-left:7%;
	font-family: dsn_preecharegular;
	font-size: 1.2em;
	text-decoration:underline;
	text-transform:uppercase;
	}
	}
	
@media screen and (max-width: 550px) {

.detail{
	margin-left:5%;
	margin-top:5%;
	width:230px;
	height:90%;
	background-image:url(../images/w-bg.png);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 15px;
	padding-bottom:20px;
	}
	
.font-n19{
	padding-left:7%;
	font-family: dsn_preecharegular;
	/*font-size: 1em;*/
	font-size: 0.8em;
	text-transform:uppercase;
	}

.font-n27{
	padding-top: 20px;
	padding-left:7%;
	font-family: dsn_preecharegular;
	/*font-size: 1.2em;*/
	font-size: 1em;
	text-decoration:underline;
	text-transform:uppercase;
	}
	}