/* BARRIOTHEME > CUSTOM CSS  */

html,
body {
	height: 100%;
	min-height: 100%;
	padding: 0px;
	margin: 0px;
	color: #FFF;
	background-color: #1f3460;
	line-height: 1.3em;
	outline: none;
	font-family: 'Montserrat', sans-serif;
}


/* VARIE */

h1,
h2,
h3,
h3,
h4,
h5,
h6 {
	padding: 0px;
	margin: 0px;
	font-weight: 200;
	font-size: 25px;
	line-height: normal;
}

h2 {
	font-size: 20px;
	margin-bottom: 30px;
}

p {
	padding: 0px;
	margin: 0px 0px 30px 0px;
}

p:last-child {
	margin: 0px;
}

a,
a:visited,
a:focus {
	color: #000;
	outline: none;
	border-bottom: 1px solid transparent;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

a:hover {
	color: #000;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

ul {
	padding: 0px;
	margin: 0px 0px 30px 16px;
}

ul li {
	padding: 0px;
	margin: 0px;
}

blockquote {
	font-size: inherit;
	padding: 10px 15px;
	margin: 0px 0px 30px 0px;
	border: none;
	background: #efefef;
}

.nopadding {
	padding: 0px;
	margin: 0px;
}


/* HEADER */

header {
	position: relative;
	width: 100%;
	min-height: 400px;
	padding: 0px;
	margin: 0px;
	z-index: 1;
}



.logo,
.logo:visited,
.logo:focus,
.logo:hover {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	height: 90px;
	padding: 0px;
	transform: translate(-50%, -50%);
	border: none;
	background: url(../img/logo-Girardi-Studio.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 1;
	text-indent: -9000px;
	-webkit-background-size: contain;
	background-size: contain;
}


/* FOOTER */

footer {
	position: relative;
	margin: 100px 30px;
	z-index: 1;
	text-align: center;
}

footer p {
	font-size: 16px;
	line-height: 1.4em;
	color: #fff;
}

footer p a,
footer p a:visited footer p a:focus {
	color: #fff !important;
}

footer p a:hover {
	color: #fff !important;
	border-bottom: 1px solid #fff !important;
}

.credits {
	display: block;
	margin: auto;
	width: 70px;
	height: 14px;
	text-indent: -9000px;
	background: url(../img/logo-hellobarrio-bianco.png);
	background-size: cover;
}

.credits:focus,
.credits:hover {
	border: none;
}