@charset "utf-8";
/* CSS Document */

html,
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}

header {
	padding: 24px;
	color:#0033CC;
    text-align: center;
}

img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

footer {
	padding: 20px 30px;
	background-color: #dbecf1;
}

body {
	margin-left:auto;
	margin-right:auto
	}

.style-nav ul {
	list-style-type: none;	
}

.style-nav ul li a {
	text-decoration: none;
	color: #3366CC;
	text-align: center;
	display: block;
	text-transform: uppercase;
	padding: 8px;	
}

.hero {
	background-image: url(immagini/Bridget-Collon.jpg);
	background-size:cover;
	padding: 100px 20px 50px 20px;
	color: #FFF;
	text-align: center;
	height: 100%;
}
.hero1 {
	background-image:url(immagini/Stambecco.jpg);
	background-size: cover;
	padding: 100px 20px 50px 20px;
	color: #FFF;
	text-align: center;
	height: 100%;	
}
.hero2 {
	background-image: url(immagini/Nuvole.jpg);
	background-size: cover;
	padding: 100px 20px 50px 20px;
	color: #FFF;
	text-align: center;
	height: 100%;
}
.hero3 {
	background-image: url(immagini/Azalea.jpg);
	background-size: cover;
	padding: 100px 20px 50px 20px;
	color: #FFF;
	text-align: center;
	height: 100%;
}

h1 {
	font-size: 57px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 60px;
}
h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: bolder;
	margin-bottom: 10px;
	color:#003399;
	text-decoration: none;
}
h3 {
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 200;
	margin-bottom: 120px;
}
h4 {
	font-size: 16px;
	font-weight: 200;
	margin-bottom: 35px;
}
p {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 35px;
}

.button {
	border: 2px #FFFFFF solid;
	padding: 8px 30px;
	color: #FFF;
	border-radius: 30px;
	text-decoration: none;
}


.footer-text {
	font-size: 12px;
	margin-bottom: 20px;
}

.col {
	width: 100%;
	background-color:#FFF;
}
.row:before, .row:after {
	content: "";
	display: table;
}

.row:after {
	clear: both;
}


/*Tablet View*/
@media (min-width: 768px) {
	body {
		max-width: 778px;
	}
	
	.style-nav ul li {
		display: inline-block;
	}
	.style-nav ul {
		text-align: center;
	}	
	h1 {
		font-size: 34px;
		margin-bottom: 90px;
	}
	.col-md-one-half {
		width: 50%;
	}
	.col {
		float: left;
	}
}
/*Desktop View*/
@media (min-width: 779px) {
	body {
		max-width: 1200px;
	}
	.style-nav {
		float: none;
	}
	.col-lg-one-fourth {
		width: 25%;
	}
}
