body {
  font: 15px/1.5 Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
  background-color: #f4f4f4;
}

.container {
	max-width: 660px;
	margin: 0 auto;
	padding: 0 5px 0 5px;
}

a {
	text-decoration: none;
	color: #ab7339;
}

/* Header */
#header {
	padding: 10px 0 10px 0;
	text-align: center;
	text-shadow: 0px 0px 1px gray;
	font-family: 'Sigmar One', cursive;
	font-size: 20px;
	background: url("../img/paper_gradient2.jpg") center/auto repeat-x;
  min-height: 500px;
}

#header h1 {
	position: relative;
	top: -30px;
}

#header a {
	text-decoration: none;
	color: #000;
}

/* About */
#about .container {
  position: relative;
  top: -75px;
}

#free_delivery {
  float: right;
  margin-right: 20px;
  -webkit-transform: rotate(25deg);
  transform: rotate(25deg);
  width: 120px;
}

#product_image {
  width: 150px;
  float: left;
  margin: 10px 10px 10px 0;
}

#summary .container {
  position: relative;
  top: -75px;
  text-align: center;
}

/* Order */
#order .container {
	margin-top: 50px;
}

.form-group {
  float: left;
  margin: 10px 0 0 10px;
}

.group {
  float: left;
}

#zip {
  width:25%;
}

#city {
  width: 100%;
}

#name, #address {
  width: 100%;
}

#tel {
  width: 100%;
}

#email {
  width: 100%;
}

#message {
  width: 100%;
  height: 72px;
}

.left {
  width: 50%;
  float: left;
  clear: left;
}

.right {
  float: right;
  width: 50%;
}

.slider-group {
  width: 300px;
  float: left;
  margin: -10px 0 0 10px;
}

.form-group1 {
  float: left;
}

#slider {
  width: 400px;
}

#little_wood {
  float: left;
  margin: 25px 10px 20px 0;
}

#much_wood {
  float: left;
  margin: 20px 0 0 10px;
}

#slider {
  width: 95%;
}

#amount {
  margin-bottom: 10px;
}

.rotated-image {
  -webkit-transform: rotate(-60deg);
          transform: rotate(-60deg);
}

#type2-wood-text {
  margin-left: 30px;
}

#axe-image {
  margin: 0 0 20px 10px;
}

#axe {
  margin: 0 0 0 16%;
}

#confirmation {
  clear: both;
  padding-top: 50px;
  text-align: center;
}


/* Footer */
footer {
   background: url(../img/footer.png) repeat-x scroll center top transparent;
   color: #E0E0E0;
   float: left;
   margin-top: 100px;
   font-size: 12px;
   height: 190px;
   width: 100%;
}

footer .container {
	text-align: center;
	position: relative;
	top: 98px;
	max-width: 960px;
	background-color: #373737;
}


/* latin-ext */
@font-face {
  font-family: 'Sigmar One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/sigmar_one_latin_ext.woff2") format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Sigmar One';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../font/sigmar_one_latin.woff2") format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}