/*  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 h1 {
   position: static;
   text-transform: uppercase;
   text-align: center;
   font-size: 29pt;
   padding: 30px;
}
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;
}
.infobox > span {
	display: block;
}
.text-bold {
	font-weight: 600;
}
.text-large {
	font-size: 32px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-20 {
	margin-top: 20px;
}

/* 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%;
	}
}