#navbar-list {
	width: 100%;
	margin-top: 48px;
}

#header-home {
	font-size: 123%;
	text-align: center;
	color: #236E8F;
	margin-bottom: 15px;
}

#grey-home {
	margin-top: 20px;
	color: #236E8F;
	background-color: #E7E7E8;
	padding: 15px;
	font-size: 123%;
}

#grey-home-text {
	text-align: center;
	border-left: 3px solid #236E8F;
}

#page-title {
	background-color: #236E8F;
	color: #FFFFFF;
	font-size: 150%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 3px;
}

#footer-container {
	background-color: #FFFFFF;
	border-left: 1px solid #236E8F;
	border-right: 1px solid #236E8F;
}

#footer-bottom {
	border-top: 5px solid #236E8F;
	background-color: #7BA8BC;
	color: #FFFFFF;
	text-align: center;
}

#fallen-photo {
	border: 1px solid #000000; 
	width: auto; 
	height: auto; 
	min-width: 150px; 
	min-height: 170px; 
	max-width: 170px; 
	max-height: 240px;
}
/*--- MEDIA QUERIES ---*/
/* da xs a md*/
@media (max-width: 1199px) {

}

/* da md in su*/
@media (min-width: 991px) {


}
/* solo md */
@media (min-width: 991px) and (max-width: 1199px) {
	#navbar-list {
		margin-top: 28px;
	}
}

/* da sm in giù */
@media (max-width: 991px) {

}

/* solo sm */
@media (min-width: 768px) and (max-width: 991px) {
	#navbar-list {
		margin-top: 8px;
	}
}

/*da xs in giù */
@media (max-width: 767px) {
	#navbar-list {
		margin-top: 30px;
	}
	
	#grey-home-text {
		border-left: none;
	}
}