/*!
 * Start Bootstrap - Scrolling Nav (https://startbootstrap.com/template-overviews/scrolling-nav)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-scrolling-nav/blob/master/LICENSE)
 */
 
html, body
{
	background-color: #f6fcff;
	font-family: 'Noto Serif', serif;
	color: #3e6990;
	font-size: 20px;
	font-style: italic;
}
h1
{
	font-size: 60px;
	font-weight: bold;
	color: #f6fcff;
	font-style: normal;
}
h2
{
	font-size: 40px;
	font-weight: bold;
	color: #f6fcff;
	font-style: italic;
}
h3
{
	font-size: 15px;
	font-weight: normal;
	font-style: italic;
}
a
{
	text-decoration: underline;
}
a:hover,a:active
{
	color: #93cbc3
}
.PaddingBottom48
{
	padding-bottom: 48px;
}
/* NavBar */

.navbar
{
	height: 40px;
	overflow: visible;
	top: 55px;
}
.navbar .container .collapse .navbar-nav .nav-item a
{
	font-style: normal;
	color: #f6fcff;
	text-decoration: none; 
}
.logo-top-mobile
{
	display: none;
}
/* footer */
footer
{
	background-color: #3e6990;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
	color: #f6fcff;
	padding: 15px 0px 15px 0px;
}
footer p
{
	margin: 0px;
	text-align: left;
}
footer p a
{
	color: #fff;
}
footer p a:hover
{
	color: #fff;
}
/* Over Covid*/

/* Che Succede */
.CheSuccede
{
	background: url("../img/cisposiamo_background.jpg") repeat fixed center;
	background-size: cover;
}
.CheSuccede > div
{
	margin-left: 0!important;
	margin-right: 0!important;
}

.CheSuccede .nome
{
	color: #93cbc3;
	margin-top: 200px;
	text-align: center;
}
.CheSuccede .siSposano
{
	margin-bottom: 200px;
	text-align: center;
}
/*Consigli BonBon*/
.ConsigliBonBon
{
	background-color: #f6fcff;
	background: url("../img/sfondoPizzo.jpg") repeat fixed center;	
	padding-top: 48px;
	padding-bottom: 48px;
}
.ConsigliBonBon .BonBon
{
	text-align: center;
}
.ConsigliBonBon .BonBon img
{
	width: 50%;
}
.ConsigliBonBon .Consiglio
{
	text-align: center;
	color: #4a525a;
	font-size: 30px;
}
.ConsigliBonBon .Consiglio .titoloConsiglio
{
	font-size: 15px;
}
.ConsigliBonBon a
{
	color: #4a525a;
}
.ConsigliBonBon a:hover
{
	color: #dcafb2;
}
/* La Cerimonia */
.LaCerimonia
{
	background: url("../img/SanPietroSfondo.jpg") repeat fixed center;
	background-size: cover;
}
.LaCerimonia > div
{
	margin-left: 0!important;
	margin-right: 0!important;
}
.LaCerimonia .titolo
{
	margin-top: 200px;
	text-align: center;
}
.LaCerimonia .sottotitolo
{
	margin-bottom: 200px;
	text-align: center;
}
/* La Festa */
.LaFesta
{
	background: url("../img/LaFestaBackground.jpg") repeat fixed center;
	background-size: cover;
}
.LaFesta > div
{
	margin-left: 0!important;
	margin-right: 0!important;
}
.LaFesta .titolo
{
	margin-top: 200px;
	text-align: center;
}
.LaFesta .sottotitolo
{
	margin-bottom: 200px;
	text-align: center;
}
/* Tutto Il Resto */
.TuttoIlResto
{
	background: url("../img/tuttoIlRestoSfondo.jpg") repeat fixed center;
	background-size: cover;
	margin-bottom: 100px;
}
.TuttoIlResto > div
{
	margin-left: 0!important;
	margin-right: 0!important;
}
.TuttoIlResto .titolo
{
	margin-top: 200px;
	text-align: center;
}
.TuttoIlResto .sottotitolo
{
	margin-bottom: 200px;
	text-align: center;
}
.TuttoIlResto .DressCode
{
	background: url("../img/sfondoCuori.png") no-repeat fixed 80% 65%;
}
.TuttoIlResto .DressCode .cuori-mobile
{
	display: none;
}
/* blocco immagine e testo*/
.blocco-immagine-testo
{
	background-color: #f6fcff;
	background: url("../img/sfondoPizzo.jpg") repeat fixed center;
	padding-top: 48px;
	padding-bottom: 48px;
	text-align: center;
}
.blocco-immagine-testo a
{
	color: #3e6990;
}
.blocco-immagine-testo a:hover
{
	color: #dcafb2;
}
.blocco-immagine-testo .immagine-blocco img
{
	width: 100%;
	height: auto;
	border: 1px solid #4a525a;
}
.blocco-immagine-testo .testo-blocco h2
{
	color: #3e6990;
}
.immaginetesto-mobile
{
	display: none;
}
/* Inizio parte responsive */
@media screen and (max-width: 992px)
{
	html,body
	{
		font-size: 15px;
	}

	h1
	{
		font-size: 50px;
	}
	
	h2
	{
		font-size: 30px;
	}
	.navbar
	{
		height: auto;
	}
	.navbar-toggler-icon
	{
  		background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(246,252,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E")!important;
	}
	.navbar-toggler
	{
		border-color: #f6fcff!important;
	}
	.logo-top
	{
		display: none;
	}
	.nav-item
	{
		font-size: 20px;
	}
	.logo-top-mobile
	{
		display: inherit;
	}
	.logo-top-mobile img
	{
		width: 165px;
	}
	.TuttoIlResto .DressCode
	{
    	background: url(../img/sfondoCuori.png) no-repeat fixed 85% 60%;
    	background-size: 400px;
	}
}
@media screen and (max-width: 768px)
{
	.ConsigliBonBon .Consiglio
	{
		font-size: 20px;
	}
	.ConsigliBonBon .Consiglio .titoloConsiglio
	{
		font-size: 15px;
	}
	.TuttoIlResto .DressCode 
	{
    	background: url(../img/sfondoCuori.png) no-repeat fixed 83% 65%;
    	background-size: 300px;
	}	
	footer
	{
		height: auto;
	}
		footer p
	{
		line-height: normal;
	}
}
@media screen and (max-width: 576px)
{
	html,body
	{
		font-size: 15px;
	}

	h1
	{
		font-size: 30px;
	}
	
	h2
	{
		font-size: 20px;
	}
	.navbar
	{
		top: 0px;
	}
	.CheSuccede
	{
		background: url("../img/cisposiamo_background_mobile.jpg") no-repeat fixed top;
		background-size: contain;
	}
	.CheSuccede .nome
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 100px;
	}
	.CheSuccede .siSposano
	{
		margin-bottom: 100px;
	}
	.LaCerimonia
	{
		background: url("../img/SanPietroSfondo_mobile.jpg") no-repeat;
		background-size: contain;
	}
	.LaCerimonia .titolo
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 100px;
	}
	.LaCerimonia .sottotitolo
	{
		margin-bottom: 100px;
	}
	.LaFesta
	{
		background: url("../img/LaFestaBackground_mobile.jpg") no-repeat;
		background-size: contain; 
	}
	.LaFesta .titolo
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 100px;
	}
	.LaFesta .sottotitolo
	{
		margin-bottom: 100px;
	}
	.TuttoIlResto
	{
		background: url("../img/tuttoIlRestoSfondo_mobile.jpg") no-repeat;
		background-size: contain; 
	}
	.TuttoIlResto .titolo
	{
		padding-left: 5px;
		padding-right: 5px;
		margin-top: 100px;
	}
	.TuttoIlResto .sottotitolo
	{
		margin-bottom: 100px;
	} 	
	.BonBon img
	{
		width: 100%;
		height: intrinsic;
	}
	.consiglio-festa-mobile p
	{
		font-size: 15px;
	}
	.consiglio-festa-mobile .titoloConsiglio
	{
		font-size: 11px;
	}
	.immaginetesto-mobile
	{
		display: block;
	}
	.immaginetesto-desktop
	{
		display: none;
	}
	.simangiapesce
	{
		padding-top: 48px;
		padding-bottom: 48px;	
	}
	.TuttoIlResto
	{
		margin-bottom: 200px;
	}
	.TuttoIlResto .DressCode 
	{
    	/* background: url(../img/sfondoCuoriMobile.png) no-repeat fixed 50% 70%;
    	background-size: 150px;*/
    	background: none;
	}
	.TuttoIlResto .DressCode .cuori-mobile
	{
		display: inherit;
		width: 50%;
		margin-left: 25%;
		margin-right: 25%;
	}
			
}