* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
    width: 100%;
    height: 100%;
	margin: 0;

    font-weight: 400;
	
    overflow-x: hidden!important;
	
    -webkit-font-smoothing: antialiased;
    font-family: Montserrat, 'Lora', serif;
	
    -webkit-overflow-scrolling: touch;
	
    position: relative;
	
	background-color: white;
	background-image: url("../front_page/bgtexture2.png");
	background-size: cover;
    background-attachment: fixed;
}

.error{
	color: #ff5050;
	font-weight: bold;
}

.enter{
	margin: 10px;
}

.sliding-flowers{
	position: absolute;
	width:100%;
	height: 100vh;
	z-index:-1;
	
	background: white;
}

.flowers{
	position: absolute;
	width:100%;
	height: 100vh;
	z-index:-1;
}

.FG{
	background: white;
}

.popup-elements{
	position: absolute;
	width: 100%;
	z-index:2;
}

.static-element{
	position: absolute;
	background-size: cover;
}

.sliding-element{
	position: absolute;
	background-size: cover;
}

.flower-01{
	background-image: url("../front_page/lm1_c1.png");
    width: 445px;
    height: 335px;
}

.flower-02{
	background-image: url("../front_page/lm1_c2.png");
    width: 370px;
    height: 330px;
}

.flower-03{
	background-image: url("../front_page/lm1_c3.png");
    width: 380px;
    height: 415px;
}

.flower-04{
	background-image: url("../front_page/lm1_c4.png");
    width: 415px;
    height: 360px;
}

.flower-05{
	background-image: url("../front_page/lm1_c5.png");
    width: 550px;
    height: 190px;
}

.flower-06{
	background-image: url("../front_page/lm1_c6.png");
    width: 545px;
    height: 200px;
}

.el-01-L{
	background-image: url("../front_page/slide_01_L.png");
    width: 480px;
    height: 460px;
}

.el-01-R{
	background-image: url("../front_page/slide_01_R.png");
    width: 460px;
    height: 390px;
}

.el-02-L{
	background-image: url("../front_page/slide_02_L.png");
    width: 380px;
    height: 315px;
}

.el-02-R{
	background-image: url("../front_page/slide_02_R.png");
	width: 300px;
    height: 200px;
}

.el-03-L{
	background-image: url("../front_page/slide_03_L.png");
    width: 400px;
    height: 420px;
}

.el-03-R{
	background-image: url("../front_page/slide_03_R.png");
    width: 420px;
    height: 195px;
}

.main-names{
	width: 95%;
}

.name-img{
	height: 13%;
}

.testimoni{
	width: 100%;
	display: table;
}

.testimone{
	display: block;
    float: left;
    width: 20%;
	margin: 0 2.5%;
}

.him img:first-child{
    border-color: #96cbd2;
}

.her img:first-child{
    border-color: #e4b7da;
}

.testimone img:first-child{
	border-width: 5px;
	border-style: solid;
	border-radius: 50%;
	height: 11em;
}

.testimone img{
    height: 7em;
    margin: 0 auto;
    display: flex;
}

.celebranti{
	width: 100%;
	display: table;
}

.celebrante{
	display: block;
    float: left;
    width: 50%;
}

.celebrante img:first-child{
	border-width: 5px;
	border-style: solid;
	border-radius: 50%;
	border-color: #fff074;
	
	height: 11em;
}

.celebrante img{
    height: 7em;
    margin: 0 auto;
    display: flex;
}

.getting{
	width: 60%;
}

.navbar-fixed-top{
	position: sticky;
	top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
	
    padding-right: 15px;
    padding-left: 15px;
	
    margin-right: auto;
    margin-left: auto;
	
	height: 45px;
	
	line-height: 45px;
	
	background-color: #aec3bc;
	
	border-bottom: 5px double #fff;
	
	color: white;
	
	font-family: Montserrat;
}

.navbar-name{
	float: left;
}

.navbar-link{
	float: right!important;
}

.navbar-fixed-top ul{
    list-style-type: none;
    overflow: hidden;
}

.navbar-fixed-top li{
    float: left;
    display: block;
}

.navbar-link a{
	padding: 0px 7px;
	
	text-decoration: none;
	
	color: white;

	transition: all .2s ease-in-out;
}

.navbar-link a:hover { 
    color: #6f738a;
}

.navbar-link .separator{
    height: 45px;
    line-height: 45px;
    white-space: nowrap;
    font-size: 20px;
}

.navbar-link .dot{
    font-size: 5px;
}

.navbar-link .icon {
	display: none;
}

.central_EL{
    margin: 0 auto;
    display: block;
    width: 230px;
    margin-top: 100px;
}


/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media screen and (max-width: 1090px) {
  .topnav li{display: none;}
  .topnav a.icon{
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media screen and (max-width: 1090px) {
	.topnav.responsive {
		position: relative;
		background-color: #aec3bc;
		border-radius: 5px;
	}
	.topnav.responsive a.icon {
		position: absolute;
		right: 0;
		top: 0;
	}
	.topnav.responsive li{
		float: none;
		display: block;
		text-align: left;
	}
	.topnav.responsive .fa-circle{
		display: none;
	}
	.topnav.responsive .fa-pagelines{
		display: none;
	}
}




#intro{
	box-sizing: border-box;
	height: 100vh;
	position: relative;
}

#intro-password{
	box-sizing: border-box;
	height: 100vh;
	position: relative;
}

.intro-heading{
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
	top: 50%;
}

section{
	padding: 100px 150px;
}

h1{
	font-size: 100px;
	font-family: "Great Vibes", cursive;
}

h5{
	font-size: 50px;
}

h3{
	font-size: 25px;
}

h2{
    font-size: 50px;
    text-align: center;
    padding-bottom: 50px;
	font-family: "Great Vibes", cursive;
}

h4{
	font-family: "Great Vibes", cursive;
}

.text-center {
	text-align: center;
}

.count{
    display:inline-block;
    padding: 0px 5px;
    font-size: 20px;
}

.count-number{
	font-size: 30px;
}

#countdown{
	//padding-top: 30px;
}

#about{
    position: relative;
	
	background-color: white;
	background-image: url("../front_page/bgtexture2.png");
	background-size: cover;
    background-attachment: fixed;
}

.about{
	text-align: center;
	display: flex;
	justify-content: center;
	height: 1060px;
}

.bride{
	width:540px;
	margin-right: 30px;
}

.groom{
	width:540px;
}

.text-ornament{
	padding: 10px;
	font-size: 30px;
}

.main-subheader{
	padding: 10px;
}

.about p{
	padding: 10px;
	text-align: justify;
}

.container p{
	//padding: 0 150px;
}

.polaroid-item{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .25);
    padding: 10px;
    background-color: #fff;
	margin: 0px 18px;
	text-align: center;
	width: 200px;
	border-radius: 2px;
	
	-webkit-transition: transform 0.2s;
}

.up{
transform: translateY(5px) rotate(5deg);
}

.up:hover { 
	transform: translateY(5px);
}

.down{
transform: translateY(-5px) rotate(-5deg);
}

.down:hover { 
	transform: translateY(-5px);
}

.polaroid-photo{
	width: 200px;
	border-radius: 5px;
}

.slick-prev:before,
.slick-next:before
{
	color: black !important;
}

.slick-track{
	margin: 20px auto !important;
}

.slick-list{
	height:330px;
}

.text-center{
	text-align: center;
}

.iban{
	font-size: 120%;
    text-align: center;
}

.review-item{
    box-shadow: 4px 4px 10px rgba(0, 0, 0, .25);
    padding: 10px;
    background-color: #fff;
	margin: 0px 18px;
	text-align: center;
	width: 200px;
	border-radius: 2px;
}

.review-photo{
	width: 200px;
	border-radius: 50%;
	margin-bottom: 10px;
}

.fa {
  font-size: 25px;
}

.checked {
  color: orange;
}

.review-item span{
	font-weight: bold;
	font-size: 15px;
}

.review-item p{
	margin-top: 10px;
	font-size: 12px;
}

.list{
	border: 1px solid black;
	border-radius: 2px;
	width: 100%;
	height: 200px;
}

.song-text{
	margin-bottom:20px;
}

#song .row{
	width: 60%;
}

#song .col:not(.md-12){
	width: 48%;
}

.song-search{
	width: 100%;
	box-sizing: border-box;
}

#contact .section-heading{
    margin-bottom: 50px;
}

section#gift {
    padding-bottom: 0px;
}

.section-heading .title{
	margin: 0 auto;

    display: block;
    margin-bottom: 50px;
}

.RSVP-logo{
	filter: invert(100%);
	margin: 0 auto;
	display: block;
}

input[type=text] {
	border: 1px solid black;
	border-radius: 2px;
	padding: 5px 10px;
	background: white;
}

input[type=password] {
	border: 1px solid black;
	border-radius: 2px;
	padding: 5px 10px;
	background: white;
}

input[type=number] {
	border: 1px solid black;
	border-radius: 2px;
	padding: 5px 10px;
	
	margin: 0 auto;
	display: block;
}

.note {
	border: 1px solid black;
	border-radius: 2px;
	padding: 5px 10px;
	width: 100%;
	box-sizing: border-box;
}

.table{
	display: grid;
}

.row{
	margin: 5px auto;
	width: 50%;
}

.row-full{
	margin: 5px auto;
}

.col{
	display: inline-block;
}

.md-12{
	width: 100%;
}

.left
{
	float: left;
}

.right
{
	float: right;
}

.center
{
}

.submit{
    padding: 7px 22px;
	
	margin: 0 auto;
	display: block;
	
    background-color: #aec3bc;
    border-top: 5px double #fff;
    color: #fff;
    border-radius: 0 0 5px 5px;
	
	transition: all .2s ease-in-out;
}

.fotoRow{
}

.foto2{
	width: 50%;
	float: left;
}

.foto3{
	width: 33.3%;
	float: left;
}

.foto2 img{
    width: 98%;
    margin: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.foto3 img{
    width: 98%;
    margin: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
}

.link {
    text-align: center;
    padding-bottom: 50px;
}


.submit:hover{
    color: #6f738a;
}

.imgReview{
	padding-top: 100px;
}

@media only screen and (max-width: 1000px){ 
.row{
	width: 70%;
}
}


@media screen and (max-width: 900px) {
	.flower-01{
		width: 250px;
		height: 190px;
	}

	.flower-02{
		width: 254px;
		height: 231px;
	}

	.flower-03{
		width: 250px;
		height: 300px;
	}

	.flower-04{
		width: 310px;
		height: 270px;
	}

	.flower-05{
		width: 347px;
		height: 119px;
	}

	.flower-06{
		width: 275px;
		height: 100px;
	}
	
	.el-01-L{
		width: 150px;
		height: 140px;
	}

	.el-01-R{
		width: 160px;
		height: 130px;
	}

	.el-02-L{
		width: 155px;
		height: 140px;
	}

	.el-02-R{
		width: 155px;
		height: 100px;
	}

	.el-03-L{
		width: 150px;
		height: 150px;
	}

	.el-03-R{
		width: 170px;
		height: 80px;
	}
	
	.section-heading .title {
		width: 50%;
	}
	
	img.main-img.img-responsive.img-circle {
		width: 100%;
	}
	
	.name-img {
		height: 8%;
	}
	
	.testimone img:first-child {
		height: 100%;
	}
	
	.testimone img {
		width: 70%;
		height: 70%;
	}
	
	.row {
		width: 100%;
	}
	
	.left{
		float:none;
	}
	
	.right{
		float:none;
	}
	
	.iban {
		font-size: 2em;
	}
	
	section {
    padding:20px 20px;
	}
	
	body{
		background-image: none;
	}
	
	#about{
		background-image: none;
	}
	
	.slick-slide {
		width: 100px !important;
	}
	
	.polaroid-photo {
		width: 100px;
	}
	
	.polaroid-item span{
		font-size: 10px;
	}
	
	.polaroid-item p{
		font-size: 12px;
	}
	
	.review-photo {
		width: 100px;
	}
	
	.review-item span {
		font-size: 10px;
	}

	.review-item p {
		font-size: 11px;
	}
}