title {
	display: none;
}

html {

}

body  {

}

h1 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 3.125em; /* 50px/16 = 3.125em */
}

h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 2.1875em;  /* 35px/16 = 2.1875em */
}

h3 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.875em;  /* 30px/16 = 1.875em */
}

h4 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.5625em;  /* 25px/16 = 1.5625em */
}

h5 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1.25em;   /* 20px/16 = 1.25em */
}

h6 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.9375em; /* 15px/16 = 0.9375em */
}

p {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 0.875em;  /* 14px/16 = 0.875em */
}

/*  CONTAINERS  */

.container0 {
		background-color: lightsteelblue;
		border: 5px solid black;
		padding: 5px;
		/*
		background-image: url('images/gassafelogo1.jpg');
		background-repeat: no-repeat;
		background-attachment: scroll; /*fixed*/
		background-position: top right;
		background-size: contain;  /*cover*/
		font-family: baskerville garamond;
		font-family: monaco monospace;
		box-sizing: border-box;
		*/
		display: flex;
		flex-flow: row wrap;	
}

.container1 {
		background-color: lightsteelblue;
		border: 5px solid black;
		font-family: monaco monospace;
		padding: 5px;
		justify-content: center;
		align-content: space-around;
		text-align: center;
		display: flex;
		flex-flow: row wrap;
		/*
		font-family: baskerville garamond;
		margin-bottom: none;
		*/
}

.container2 {
		background-color: lightsteelblue;
		border: 5px solid black;
		/*
		font-family: baskerville garamond;
		margin-top: none;
		*/
		font-family: monaco monospace;
		padding: 5px;
		justify-content: center;
		align-content:space-around;
		text-align: center;
		display: flex;
		flex-flow: row wrap
}

.container3 {
		background-color: lightsteelblue;
		border: 5px solid black;
		/*
		font-family: baskerville garamond;
		margin-top: none;
		*/
		font-family: monaco monospace;
		padding: 5px;
		justify-content: center;
		align-content:space-around;
		text-align: right;
		display: flex;
		flex-flow: row wrap;
}

/*  END CONTAINERS  */

.boilers {
		background-color: steelblue;
		border: 2px solid black;
  		color: black;
		font-size: 20px;
		padding: 20px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		width: 400px;
  		height: 400px;
   		box-sizing: border-box;		
		/*
		display: inline-flex;
		max-width: 650px;
		text-align: center;
		*/	
}

.central_heating {
		background-color: lightseagreen;
		border: 2px solid black;
		color: black;
		font-size: 20px;
		margin: auto;
		margin-top: 10px;
		margin-bottom; 10px;
		padding: 20px;
		width: 400px;
		height: 400px;
		box-sizing: border-box;
		/*
		max-width: 650px;
		display: inline-flex;
		text-align: center;
		*/	
}

.miscellanious {
		background-color: lightgray;
		border: 2px solid black;
		color: black;
		font-size: 20px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 20px;
		width: 400px;
		height: 200px;
		box-sizing: border-box;
		/*
		display: inline-flex;
		max-width: 650px;
		text-align: center;
		*/
}

.contact_details {
		background-color: yellow;
		border: 2px solid black;
		color: black;
		font-size: 20px;
		margin: auto;
		margin-top: 10px;
		margin-bottom: 10px;
		padding: 20px;
		width: 400px;
		height: 200px;
		box-sizing: border-box;
		/*
		display: inline-flex;
		max-width: 650px;
		*/
}


