/*  CSS document  */
@CHARSET "UTF-8";

section > figure.catalogue.catalogue-on-top {
	margin-bottom: 60px;
}
section > figure img.h1 {
	width: 12%;
	left: 58%;
	top: 50%;
}
section > figure.catalogue > span {
   display: block;
   padding-bottom: 30px;
}
section > figure h1 {
   font-size: 30pt;
   font-weight: 400;
   color: #274c79;
   text-align: left;
   text-transform: uppercase;
   letter-spacing: 2px;
   line-height: 45px;
   left: 5%;
   top: 4%;
}
section p b, section span b {
	font-weight: 400;
}
h2 span {
	font-size: 13pt;
	padding-left: 10px;
}
img.house {
	margin-top: 30px;
	width: 100%;
}
.infobox {
	text-align: center;
	font-size: 18pt;
	padding-bottom: 5px;
}
footer > p {
	padding: 0 15px;
}

/* 550px */
@media screen and (max-width: 34.38em) {
	section > figure img.h1 {
		width: 10%;
	}
	section > figure h1 {
      top: 4%;
      font-size: 24pt;
   }
}
/* 480px */ 
@media screen and (max-width: 30em) {
   section > figure h1 {
      font-size: 22pt;
   }
}
/* 450px */
@media screen and (max-width: 28.14em) {
	section > figure img.h1 {
		width: 15%;
		left: 48%;
		top: 30%;
	}
}
/* 375px */
@media screen and (max-width: 23.44em) {
   section > figure h1 {
      font-size: 18pt;
      line-height: 33px;
   }
}
/* 350px */
@media screen and (max-width: 21.88em) {
	section > figure img.h1 {
		width: 16%;
	}
}