@charset "UTF-8";

/* CSS Document */
html {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	padding:0;
	margin:0;
	font-family:"jaf-domus",sans-serif;
}

h2 {
	font-size:36px;
	margin:40px 0 10px;
}

h3 {
	margin:0 0 30px;
}

p {
	color:#333;
	line-height:24px;
	font-size:20px;
	line-height:1.6em;
	font-style:normal;
	font-weight:300;
	padding:0 0 10px;
}

img {
	margin-bottom:30px;
}

.row {
	margin-left:-15px;
	margin-right:-15px;
	top:40px;
	position:relative;
}

a {
	color:#172167;
}

@media (max-width: 480px) {
	p {
		font-size:16px;
	}
}